Metadata-Version: 2.1
Name: psyqlepg
Version: 0.3.0
Summary: Simple SQL library for psycopg3.
Author-email: Damien Bezborodov <dbezborodov@gmail.com>
Project-URL: Homepage, https://github.com/bezborodow/psyqlepg
Project-URL: Bug Tracker, https://github.com/bezborodow/psyqlepg/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

# Query Manager for Psycopg

Utility functions for making [SQL](https://www.iso.org/standard/63555.html) queries for [PostgreSQL](https://www.postgresql.org/) with [Python](https://www.python.org/doc/) and [Psycopg 3](https://www.psycopg.org/psycopg3/docs/).

Under development. The API is currently undocumented.

## Development

 * [Packaging](https://packaging.python.org/en/latest/tutorials/packaging-projects/)
