Metadata-Version: 2.1
Name: pydantic-odm
Version: 0.2.5
Summary: Small async ODM for MongoDB based on Motor and Pydantic
Home-page: https://github.com/i8enn/pydantic-odm/
Author: Ivan Galin
Author-email: gin.voglgorad@gmail.com
License: MIT
Description: # Pydantic ODM
        ###### Small async ODM for MongoDB based on Motor and Pydantic
        
        [![PyPI version](https://badge.fury.io/py/pydantic-odm.svg)](https://pypi.org/project/pydantic-odm/)
        [![PyPI downloads](https://img.shields.io/pypi/dm/pydantic-odm.svg)](https://pypi.org/project/pydantic-odm/)
        [![Travis CI](https://api.travis-ci.com/i8enn/pydantic-odm.svg?branch=master)](http://travis-ci.com/i8enn/pydantic-odm)
        [![codecov](https://codecov.io/gh/i8enn/pydantic-odm/branch/master/graph/badge.svg?token=DlszLTAxm0)](https://codecov.io/gh/i8enn/pydantic-odm)
        
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Unix
Classifier: Operating System :: POSIX :: Linux
Classifier: Environment :: Console
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Internet
Requires-Python: >=3.6
Description-Content-Type: text/markdown
