Metadata-Version: 2.1
Name: motorodm
Version: 0.0.1
Summary: An ODM for motor.
Home-page: https://github.com/rob-blackbourn/motorodm/
Author: Rob Blackbourn
Author-email: rob.blackbourn@gmail.com
License: Apache 2
Description: # motorodm
        A python object document mapper for MongoDB using the asyncio motor package
        
        # Installation
        
        Install with pip:
        
        ```bash
        pip install motorodm
        ```
        
Keywords: motor odm mongo
Platform: UNKNOWN
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Framework :: AsyncIO
Requires-Python: ~=3.6
Description-Content-Type: text/markdown
