Metadata-Version: 2.1
Name: psqlpandas
Version: 0.0.1
Summary: Utilities to communicate with postgresql database through pandas dataframes.
Keywords: postgresql,pandas
Author: Mattia Tantardini
Author-email: mattia.tantardini@gmail.com
Requires-Python: >=3.10,<4.0
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.10
Requires-Dist: numpy (>=1.24.2,<2.0.0)
Requires-Dist: pandas (>=1.5.3,<2.0.0)
Requires-Dist: psycopg2 (>=2.9.5,<3.0.0)
Requires-Dist: sqlalchemy (>=2.0.3,<3.0.0)
Description-Content-Type: text/markdown

# psqlpandas
Utilities to communicate with postgresql database through pandas dataframes.

## Installation
```
pip install psqlpandas
```

## Usage
Describe how to launch and use psqlpandas project.

