Metadata-Version: 1.1
Name: asyncpg_simpleorm
Version: 0.1.2
Summary: Simple orm for asyncpg
Home-page: https://github.com/m-housh/asyncpg_simpleorm
Author: Michael Housh
Author-email: mhoush@houshhomeenergy.com
License: Apache Software License 2.0
Description-Content-Type: UNKNOWN
Description: ===============================
        asyncpg-simpleorm
        ===============================
        
        
        .. image:: https://img.shields.io/pypi/v/asyncpg_simpleorm.svg
                :target: https://pypi.python.org/pypi/asyncpg_simpleorm
        
        .. image:: https://img.shields.io/travis/m-housh/asyncpg-simpleorm.svg
                :target: https://travis-ci.org/m-housh/asyncpg-simpleorm
        
        .. image:: https://readthedocs.org/projects/asyncpg-simpleorm/badge/?version=latest
                :target: https://asyncpg-simpleorm.readthedocs.io/en/latest/?badge=latest
                :alt: Documentation Status
        
        
        Simple orm for asyncpg. 
        
        * Free software: Apache Software License 2.0
        * Documentation: https://asyncpg-simpleorm.readthedocs.io.
        
        
        Features
        --------
        
        * Simplifies generating database queries.
        
        Not-Featured (yet)
        ------------------
        
        * Nested queries
        * Relationship queries
        
        Dependencies
        ------------
        
        * asyncpg
        
        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 (2017-07-03)
        ------------------
        
        * First release on PyPI.
        
Keywords: asyncpg_simpleorm
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.6
