Metadata-Version: 1.1
Name: asyncorm
Version: 0.1.0
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/pypi/pyversions/asyncorm.svg
            :target: https://pypi.python.org/pypi/asyncorm
        .. image:: https://landscape.io/github/monobot/asyncorm/development/landscape.svg
            :target: https://landscape.io/github/monobot/asyncorm
        .. image:: https://pyup.io/repos/github/monobot/asyncorm/shield.svg
            :target: https://pyup.io/account/repos/github/monobot/asyncorm/
        .. image:: https://codecov.io/github/monobot/asyncorm/development.svg
            :target: https://codecov.io/github/monobot/asyncorm/
        .. image:: https://travis-ci.org/monobot/asyncorm.svg?branch=development
            :target: https://travis-ci.org/monobot/asyncorm
        
        
        A fully asynchronous python ORM
        
        * Free software: Apache Software License 2.0
        * Documentation: https://asyncorm.readthedocs.io.
        
        
        Features
        --------
        
        WARNING: version prebeta !!
        
        WARNING: Work In Progress !!
        
        **AsyncORM** is a fully async [ORM](https://en.wikipedia.org/wiki/Object-relational_mapping) inspired in the fantastic [django orm](https://docs.djangoproject.com/en/1.11/topics/db/).
        
        It is designed to be used together with [sanic](https://github.com/channelcat/sanic) or other async webserver.
        
        Dependencies
        [asyncpg](https://github.com/MagicStack/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-05-19)
        * more solid state, added coverage
        
        0.0.10 (2017-05-13)
        * querysets, slices and indices implemented
        
        0.0.9 (2017-05-11)
        * lazy requests for querysets
        
        0.0.8 (2017-04-03)
        * everything more mature including jsonfield
        
        0.0.7 (2017-03-27)
        * ordering on all db requests, sanic example updated
        
        0.0.6 (2017-03-26)
        * sanic example working
        
        0.0.5 (2017-03-24)
        * sanic example working, get, post, delete working, missing patch, and put
        
        0.0.4 (2017-03-23)
        * wrong manifest corrected
        
        0.0.3 (2017-03-23)
        * config implemented
        
        0.0.2 (2017-03-02)
        * Small update, include log
        
        0.0.1 (2017-03-02)
        * First release on PyPI.
        
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
