Metadata-Version: 2.4
Name: fastasyncpg
Version: 0.0.6
Summary: A simple wrapper for asyncpg
Author-email: Jeremy Howard <github@jhoward.fastmail.fm>
License: Apache-2.0
Project-URL: Repository, https://github.com/AnswerDotAI/fastasyncpg
Project-URL: Documentation, https://AnswerDotAI.github.io/fastasyncpg/
Keywords: nbdev
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: asyncpg
Requires-Dist: fastcore
Requires-Dist: sqlparse
Dynamic: license-file

# fastasyncpg


<!-- WARNING: THIS FILE WAS AUTOGENERATED! DO NOT EDIT! -->

## Installation

Install latest from [pypi](https://pypi.org/project/fastasyncpg/)

``` sh
$ pip install fastasyncpg
```

## How to use

See API docs for now.
