Metadata-Version: 2.1
Name: pgperf
Version: 0.1.3
Summary: Python port of [Heroku PG Extras](https://github.com/heroku/heroku-pg-extras) with several additions and improvements. The goal of this project is to provide powerful insights into the PostgreSQL database for Python apps that are not using the Heroku PostgreSQL plugin.
Author: Aldo A. Villagra B.
Author-email: aldovillagra@gmail.com
Requires-Python: >=3.8,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: Jinja2 (>=3.1.2,<4.0.0)
Requires-Dist: SQLAlchemy (>=1.4.36,<2.0.0)
Requires-Dist: XlsxWriter (>=3.0.3,<4.0.0)
Requires-Dist: fire (>=0.4.0,<0.5.0)
Requires-Dist: numpy (>=1.22.4,<2.0.0)
Requires-Dist: omegaconf (>=2.2.1,<3.0.0)
Requires-Dist: pandas (>=1.4.2,<2.0.0)
Requires-Dist: psycopg2 (>=2.9.3,<3.0.0)
Requires-Dist: rich (>=12.4.4,<13.0.0)
Requires-Dist: tabulate (>=0.8.9,<0.9.0)
