Metadata-Version: 1.2
Name: asyncqlio
Version: 0.1.0
Summary: An asyncio ORM for Python 3.5+
Home-page: https://github.com/SunDwarf/asyncqlio
Author: Laura Dickinson
Author-email: l@veriny.tf
License: MIT
Description: asyncqlio
        =========
        
        |b1| |b2| |b3| |b4|
        
        .. |b1| image:: https://img.shields.io/circleci/project/github/SunDwarf/asyncqlio.svg
           :target: https://circleci.com/gh/SunDwarf/asyncqlio
        .. |b2| image:: https://img.shields.io/pypi/v/asyncqlio.svg
        .. |b3| image:: https://img.shields.io/github/tag/SunDwarf/asyncqlio.svg
        .. |b4| image:: https://img.shields.io/coveralls/SunDwarf/asyncqlio.svg
           :target: https://codecov.io/gh/SunDwarf/asyncqlio
        
        **asyncqlio** is a Python 3.5+ ORM for SQL Relational Databases,
        that uses asyncio for an async interface.
        
        You can install the latest version of asyncqlio from PyPI with pip:
        
        .. code-block:: bash
        
           $ pip install asyncqlio
        
        You can also install the development version of asyncqlio from Git:
        
        .. code-block:: bash
        
           $ pip install git+https://github.com/SunDwarf/asyncqlio.git
        
Platform: UNKNOWN
Requires-Python: >=3.5.2
