Metadata-Version: 2.1
Name: pwr
Version: 1.0.0
Summary: EDB Postgres Workload Report
Home-page: https://www.enterprisedb.com/docs/pwr/latest/
Author: EnterpriseDB
Author-email: info@enterprisedb.com
License: Copyright (C) 2024 EnterpriseDB
Keywords: pwr postgres workload report awr
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: Implementation :: CPython
Requires-Dist: beautifulsoup4==4.12.3
Requires-Dist: Brotli==1.1.0
Requires-Dist: bs4==0.0.2
Requires-Dist: cffi==1.16.0
Requires-Dist: cssselect2==0.7.0
Requires-Dist: fonttools==4.47.2
Requires-Dist: html5lib==1.1
Requires-Dist: Jinja2==3.1.3
Requires-Dist: lxml==5.1.0
Requires-Dist: MarkupSafe==2.1.4
Requires-Dist: numpy==1.26.3
Requires-Dist: pandas==2.2.0
Requires-Dist: pillow==10.2.0
Requires-Dist: pyarrow==15.0.0
Requires-Dist: pycparser==2.21
Requires-Dist: pydyf==0.8.0
Requires-Dist: pyphen==0.14.0
Requires-Dist: python-dateutil==2.8.2
Requires-Dist: python-docx==1.1.0
Requires-Dist: pytz==2023.3.post1
Requires-Dist: PyYAML==6.0.1
Requires-Dist: six==1.16.0
Requires-Dist: soupsieve==2.5
Requires-Dist: tinycss2==1.2.1
Requires-Dist: typing_extensions==4.9.0
Requires-Dist: tzdata==2023.4
Requires-Dist: weasyprint==60.2
Requires-Dist: webencodings==0.5.1
Requires-Dist: zopfli==0.2.3

EDB PWR is designed to report information and stats from a Postgres server using the data gathered through the extension edb_wait_states. The generated report can be useful for debugging performance issues and performing changes in the server configuration or architecture.
