Metadata-Version: 2.1
Name: python-mongodm
Version: 0.0.6
Summary: Asynchronous Python ODM for MongoDB based on Motor
Author: Ferréol Jeannot-Lorente
Project-URL: Homepage, https://github.com/tritons-io/MongODM
Project-URL: Bug Tracker, https://github.com/tritons-io/MongODM/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
License-File: LICENSE
Requires-Dist: bson (==0.5.10)
Requires-Dist: motor (==3.0.0)
Requires-Dist: pydantic (==1.10.2)
Requires-Dist: python-dateutil (==2.8.2) ; python_version >= "2.7" and python_version not in "3.0, 3.1, 3.2, 3.3"
Requires-Dist: six (==1.16.0) ; python_version >= "2.7" and python_version not in "3.0, 3.1, 3.2, 3.3"
Requires-Dist: pymongo (==4.2.0) ; python_version >= "3.7"
Requires-Dist: typing-extensions (==4.3.0) ; python_version >= "3.7"

