Metadata-Version: 1.1
Name: umongo
Version: 0.5.1
Summary: Small but efficient MongoDB ODM
Home-page: https://github.com/touilleMan/umongo
Author: Emmanuel Leblond
Author-email: emmanuel.leblond@gmail.com
License: MIT
Description: ======
        μMongo
        ======
        
        .. image:: https://img.shields.io/pypi/v/umongo.svg
                :target: https://pypi.python.org/pypi/umongo
        
        .. image:: https://img.shields.io/travis/Scille/umongo.svg
                :target: https://travis-ci.org/Scille/umongo
        
        .. image:: https://readthedocs.org/projects/umongo/badge/?version=latest
                :target: https://readthedocs.org/projects/umongo/?badge=latest
                :alt: Documentation Status
        
        .. image:: https://coveralls.io/repos/github/Scille/umongo/badge.svg?branch=master
            :target: https://coveralls.io/github/Scille/umongo?branch=master
            :alt: Code coverage
        
        Small but efficient MongoDB ODM
        
        * Free software: MIT license
        * Documentation: https://umongo.readthedocs.org.
        
        Features
        --------
        
        * TODO
        
        Credits
        ---------
        
        This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.
        
        .. _Cookiecutter: https://github.com/audreyr/cookiecutter
        .. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
        
        
        =======
        History
        =======
        
        0.1.0 (2016-1-22)
        ------------------
        
        * First release on PyPI.
        
Keywords: umongo
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
