Metadata-Version: 1.1
Name: asyncorm
Version: 0.0.3
Summary: A fully asynchronous python ORM
Home-page: https://github.com/monobot/asyncorm
Author: Héctor Alvarez (monobot)
Author-email: monobot.soft@gmail.com
License: Apache Software License 2.0
Description: ===============================
        asyncorm
        ===============================
        
        
        .. image:: https://img.shields.io/pypi/v/asyncorm.svg
                :target: https://pypi.python.org/pypi/asyncorm
        
        .. image:: https://img.shields.io/travis/monobot/asyncorm.svg
                :target: https://travis-ci.org/monobot/asyncorm
        
        .. image:: https://readthedocs.org/projects/asyncorm/badge/?version=latest
                :target: https://asyncorm.readthedocs.io/en/latest/?badge=latest
                :alt: Documentation Status
        
        .. image:: https://pyup.io/repos/github/monobot/asyncorm/shield.svg
             :target: https://pyup.io/repos/github/monobot/asyncorm/
             :alt: Updates
        
        
        A fully asynchronous python ORM
        
        
        * Free software: Apache Software License 2.0
        * Documentation: https://asyncorm.readthedocs.io.
        
        
        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.0.1 (2017-03-02)
        ------------------
        
        * First release on PyPI.
        
        0.0.2 (2017-03-02)
        ------------------
        
        * Small update, include log
        
        0.0.3 (2017-03-23)
        ------------------
        
        * config implemented
        
        
Keywords: asyncorm
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
