Metadata-Version: 2.1
Name: apgw
Version: 0.0.7
Summary: A simple wrapper around asyncpg to make some common actions simpler.
Home-page: https://gitlab.com/tcucco/apgw
Author: Trey Cucco
Author-email: fcucco@gmail.com
License: MIT
Download-URL: https://gitlab.com/tcucco/apgw/-/archive/master/apgw-master.tar.gz
Description: # 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
        
        ## Running tests:
        
        `python -m tests`
        
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
