Metadata-Version: 2.3
Name: markus-autotest-helpers-sql
Version: 0.1.0
Summary: Helper functions and classes for executing python unit tests that require interaction with a postgres database
Author: Misha Schwartz, Alessio Di Sandro, David Liu
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Dist: psycopg2-binary>=2.8.6,<3
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# SQL Helper

Helper functions and classes for executing python unit tests that require interaction with a postgres database.

See [function/class docstrings](./src/markus_autotest_helpers_sql/__init__.py) for more information.

## Installation:

```shell
pip install markus-autotest-helpers-sql
```
