Metadata-Version: 2.1
Name: postgreasy
Version: 0.1.0
Summary: A simple package for interacting with a Postgres Database.
Author-email: Casper Kole <casper@voltgoed.nl>
Project-URL: Homepage, https://github.com/casper-voltgoed/postgreasy
Project-URL: Issues, https://github.com/casper-voltgoed/postgreasy/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pandas
Requires-Dist: psycopg2
Requires-Dist: psycopg2_binary
Requires-Dist: python-dotenv

# Postgreasy

This package contains some simple helper functions to interact with a postgress database. Makes use of a .env file to make the connection with the database.
