Metadata-Version: 1.2
Name: riopg
Version: 0.1.1
Summary: A postgresql library for (cu|t)rio
Home-page: https://github.com/Fuyukai/riopg
Author: Laura Dickinson
Author-email: l@veriny.tf
License: LGPLv3
Description-Content-Type: UNKNOWN
Description: |pypi| |docs| |ci| |cov|
        
        
        riopg
        -----
        
        ``riopg`` is a small wrapper for psycopg2 that allows connecting to PostgreSQL databases
        asynchronously using the ``curio`` or ``trio`` libraries.
        
        For more information, see the docs at https://riopg.readthedocs.io/en/latest/ .
        
        
        .. |pypi| image:: https://img.shields.io/pypi/v/riopg.svg?style=for-the-badge
            :target: https://pypi.org/project/riopg/
            :alt: PyPI
        .. |docs| image:: https://img.shields.io/badge/docs-read%20now-blue.svg?style=for-the-badge
           :target: https://riopg.readthedocs.io/en/latest/?badge=latest
           :alt: Documentation Status
        .. |ci| image:: https://img.shields.io/circleci/project/github/Fuyukai/riopg.svg?style=for-the-badge
            :alt: CircleCI
            :target: https://circleci.com/gh/Fuyukai/riopg/
        .. |cov| image:: https://img.shields.io/codecov/c/github/Fuyukai/riopg.svg?style=for-the-badge
            :target: https://codecov.io/gh/Fuyukai/riopg
            :alt: Codecov
Platform: UNKNOWN
Requires-Python: >=3.6.0
