Metadata-Version: 2.1
Name: mongomotor
Version: 0.16.1
Summary: MongoMotor: An async document-object mapper for MongoDB
Author: Juca Crispim
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Description-Content-Type: text/markdown
License-File: LICENSE

![mongomtor](docs/source/_static/mongomotor.jpg)

MongoMotor is a simple-to-use, declarative-style, document-object mapper
that puts together the nice [MongoEngine](http://mongoengine.org/) API
and the clever [Motor](http://motor.readthedocs.org/en/stable/) asynchronous
approuch to create a awesome library for asynchronous access to MongoDB
using python 3.4+.

Take a look at the
[full documentation](http://mongomotor.poraodojuca.net/).
