Metadata-Version: 1.1
Name: SanicMongo
Version: 0.9.4
Summary: MongoMotor: An async document-object mapper for MongoDB
Home-page: http://mongomotor.poraodojuca.net/
Author: BeePaste
Author-email: hi@beepaste.io
License: UNKNOWN
Description: 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/>`_.
        
Platform: UNKNOWN
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.4
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Provides: SanicMongo
