macry
Advanced tools
| """Python object-document mapper (ODM) for google FireStore""" | ||
| __version__ = '0.0.1' | ||
| __version__ = '0.0.2' | ||
| from . import fields | ||
| from .builder import FireModel |
+9
-2
| 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 | ||
| ``` | ||
+3
-2
@@ -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" |
+6
-0
| # macry | ||
| ## install | ||
| ```bash | ||
| pip install macry | ||
| ``` |
Alert delta unavailable
Currently unable to show alert delta for PyPI packages.
17911
0.87%