Metadata-Version: 2.1
Name: py_postgres
Version: 0.0.1
Summary: Package for easier and more convenient interaction with postgres databases
Author-email: Tobias Kühn <tobias1.kuehn@web.de>
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

# pyPostgres
This is a python package for easier handling with PG Databases

For connecting with the database (psycopg2)[https://github.com/psycopg/psycopg2] is used.
