Metadata-Version: 2.1
Name: depeche-db
Version: 0.1.0
Summary: 
Author: Martin Vielsmaier
Author-email: martin@vielsmaier.net
Requires-Python: >=3.10,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: pals (>=0.3.5,<0.4.0)
Requires-Dist: psycopg2 (>=2.9.6,<3.0.0)
Requires-Dist: sqlalchemy (>=2.0.13,<3.0.0)
Requires-Dist: sqlalchemy-utils (>=0.41.1,<0.42.0)
Description-Content-Type: text/markdown

# depeche-db

[Find the docs over on github pages: https://depeche-py.github.io/depeche-db/](https://depeche-py.github.io/depeche-db/)


## Run tests

```
docker compose up -d
poetry install
poetry run -- pytest
```

