Metadata-Version: 2.1
Name: psqlpandas
Version: 1.6.4
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.9,<4.0
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: numpy (>=1.0.0,<2.0.0)
Requires-Dist: pandas (>=2.0.1,<3.0.0)
Requires-Dist: psycopg2 (>=2.9.5,<3.0.0)
Requires-Dist: sqlalchemy (>=2.0.19,<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.

