Metadata-Version: 2.1
Name: apgw
Version: 0.0.44
Summary: A simple wrapper around asyncpg to make some common actions simpler.
Home-page: https://gitlab.com/tcucco/apgw
Download-URL: https://gitlab.com/tcucco/apgw/-/archive/master/apgw-master.tar.gz
Author: Trey Cucco
Author-email: fcucco@gmail.com
License: MIT
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
License-File: LICENSE

# A simple wrapper around asyncpg

apgw is a simple wrapper around the excellent asyncpg library. It is designed to make building
certain types of simple queries very easy.

Please note: documentation on this project is currently not provided

## Interacting With the Project

`make` is the best way to interact with the project.

### Setting Up:

    make install

### Running Tests:

    make test

### Running Coverage

    make coverage


