Metadata-Version: 2.1
Name: mongoodm
Version: 0.0.5
Summary: UNKNOWN
Home-page: https://gitlab.com/opentrustee/mongoodm.git
Author: Daniel Holmes
Author-email: dan@centricwebestate.com
License: Commercial
Keywords: object document mapper mongodb mongo
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.6
Description-Content-Type: text/x-rst
Requires-Dist: pymongo
Provides-Extra: dev
Provides-Extra: flaskapp
Requires-Dist: Flask ; extra == 'flaskapp'
Provides-Extra: test
Requires-Dist: mongomock ; extra == 'test'
Requires-Dist: simplejson ; extra == 'test'

MongoODM is a simple wrapper around pymongo or mongomock which allows for limited
class-based interactions with a Mongo Database.


