New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

macry

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

macry - pypi Package Compare versions

Comparing version
0.0.1
to
0.0.2
+1
-1
macry/__init__.py
"""Python object-document mapper (ODM) for google FireStore"""
__version__ = '0.0.1'
__version__ = '0.0.2'
from . import fields
from .builder import FireModel
Metadata-Version: 2.1
Name: macry
Version: 0.0.1
Version: 0.0.2
Summary: Python object-document mapper (ODM) for google FireStore

@@ -8,4 +8,5 @@ Author-email: Irakli Sivsivadze <iraklisivsivadze@gmail.com>

Classifier: License :: OSI Approved :: MIT License
Requires-Dist: google-cloud-firestore
Requires-Dist: google-api-core
Requires-Dist: google-cloud
Requires-Dist: google-api-core
Requires-Dist: google-auth

@@ -16,1 +17,7 @@ Project-URL: Home, https://github.com/SaturnR/macry

## install
```bash
pip install macry
```

@@ -13,4 +13,5 @@ [build-system]

dependencies = [
"google-cloud-firestore",
"google-api-core",
"google-cloud",
"google-api-core",
"google-auth"

@@ -20,2 +21,2 @@ ]

[project.urls]
Home = "https://github.com/SaturnR/macry"
Home = "https://github.com/SaturnR/macry"
# macry
## install
```bash
pip install macry
```