Metadata-Version: 2.4
Name: postgresql_access
Version: 1.2.1
Author-email: Gerard <gweatherby@uchc.edu>
License: MIT
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: psycopg2-binary
Requires-Dist: keyring
Provides-Extra: alchemy
Requires-Dist: sqlalchemy; extra == "alchemy"
Dynamic: license-file

# postgresql_access
Helper functions for connecting to Postgresql

## keyring
You must install a [keyring](https://pypi.org/project/keyring/) in your Python environment to use this package.
