Metadata-Version: 2.3
Name: dbworkload
Version: 0.9.2.dev1
Summary: Workload framework
License: GPLv3+
Author: Fabio Ghirardello
Requires-Python: >=3.11,<4.0
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: License :: Other/Proprietary License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Provides-Extra: all
Provides-Extra: cassandra
Provides-Extra: mariadb
Provides-Extra: mongo
Provides-Extra: mysql
Provides-Extra: odbc
Provides-Extra: oracle
Provides-Extra: postgres
Provides-Extra: spanner
Requires-Dist: cassandra-driver ; extra == "all" or extra == "cassandra"
Requires-Dist: google-cloud-spanner ; extra == "all" or extra == "spanner"
Requires-Dist: jinja2
Requires-Dist: mariadb ; extra == "all" or extra == "mariadb"
Requires-Dist: mysql-connector-python ; extra == "all" or extra == "mysql"
Requires-Dist: numpy
Requires-Dist: oracledb ; extra == "all" or extra == "oracle"
Requires-Dist: pandas
Requires-Dist: plotext
Requires-Dist: plotly
Requires-Dist: prometheus-client
Requires-Dist: psutil (>=7.0.0,<8.0.0)
Requires-Dist: psycopg ; extra == "all" or extra == "postgres"
Requires-Dist: psycopg-binary ; extra == "all" or extra == "postgres"
Requires-Dist: pymongo ; extra == "all" or extra == "mongo"
Requires-Dist: pyodbc ; extra == "all" or extra == "odbc"
Requires-Dist: pytdigest
Requires-Dist: pyyaml
Requires-Dist: sqlparse
Requires-Dist: tabulate
Requires-Dist: typer[all]
Project-URL: Homepage, https://dbworkload.github.io/dbworkload/
Project-URL: Repository, https://github.com/dbworkload/dbworkload
Description-Content-Type: text/markdown

# dbworkload - DBMS workload utility

Visit the [online documentation](https://dbworkload.github.io/dbworkload/).

