Metadata-Version: 2.1
Name: mongomotor
Version: 0.16.0
Summary: MongoMotor: An async document-object mapper for MongoDB
Home-page: http://mongomotor.poraodojuca.net/
Author: Juca Crispim
Author-email: juca@poraodojuca.net
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: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Provides: mongomotor
Description-Content-Type: text/x-rst
License-File: LICENSE

MongoMotor: An async document-object mapper for MongoDB

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/>`_.
