Metadata-Version: 2.1
Name: quillsql
Version: 1.6
Summary: Quill SDK for Python.
Home-page: https://github.com/quill-sql/quill-python
Author: Quill
Author-email: shawn@quillsql.com
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: psycopg2-binary
Requires-Dist: requests
Requires-Dist: redis
Requires-Dist: python-dotenv
Requires-Dist: pytest

Quill SDK for Python


## Quickstart

Install dependencies
```bash
$ pip install .
```

Run unit tests
```bash
$ pytest
```

## Troubleshooting

```
$ python3 -m pip install --upgrade setuptools
```
