Metadata-Version: 1.1
Name: aioworkers-orm
Version: 0.0.3
Summary: ORM for aioworkers
Home-page: https://github.com/aioworkers/aioworkers-orm
Author: Alexander Bogushov
Author-email: abogushov@gmail.com
License: Apache Software License 2.0
Description: aioworkers-orm
        ==============
        
        .. image:: https://travis-ci.org/aioworkers/aioworkers-orm.svg?branch=master
          :target: https://travis-ci.org/aioworkers/aioworkers-orm
        
        .. image:: https://img.shields.io/pypi/pyversions/aioworkers-orm.svg
          :target: https://pypi.python.org/pypi/aioworkers-orm
          :alt: Python versions
        
        .. image:: https://img.shields.io/pypi/v/aioworkers-orm.svg
          :target: https://pypi.python.org/pypi/aioworkers-orm
        
        
        Development
        -----------
        
        Install dev requirements:
        
        
        .. code-block:: shell
        
            pipenv install --dev --skip-lock
        
        
        Run tests:
        
        .. code-block:: shell
        
            pytest
        
Keywords: aioworkers
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
