Metadata-Version: 2.1
Name: mitzu
Version: 0.2.5
Summary: Product analytics over your data warehouse
Author: Istvan Meszaros
Author-email: istvan.meszaros.88@gmail.com
Requires-Python: >=3.7.1,<3.11
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Provides-Extra: athena
Provides-Extra: databricks
Provides-Extra: mysql
Provides-Extra: postgres
Provides-Extra: trinodwh
Provides-Extra: webapp
Requires-Dist: PyAthena (>=2.13.0,<3.0.0); extra == "athena"
Requires-Dist: PyJWT[crypto] (>=2.4.0,<3.0.0); extra == "webapp"
Requires-Dist: aws-wsgi (>=0.2.7,<0.3.0); extra == "webapp"
Requires-Dist: dash (>=2.5.0,<3.0.0)
Requires-Dist: dash-bootstrap-components (>=1.2.0,<2.0.0)
Requires-Dist: databricks-sql-connector (>=2.0.2,<3.0.0); extra == "databricks"
Requires-Dist: fastparquet (>=0.8.0,<0.9.0)
Requires-Dist: mysql-connector-python (>=8.0.28,<8.1.0); extra == "mysql"
Requires-Dist: orjson (>=3.7.11,<4.0.0); extra == "webapp"
Requires-Dist: pandas (>=1.3.5,<1.4.0)
Requires-Dist: plotly (>=5.5.0,<5.6.0)
Requires-Dist: psycopg2 (>=2.9.3,<2.10.0); extra == "postgres"
Requires-Dist: pyarrow (>=7.0.0,<7.1.0)
Requires-Dist: retry (>=0.9.2,<0.10.0)
Requires-Dist: s3fs (>=2022.7.1,<2023.0.0); extra == "webapp"
Requires-Dist: sqlalchemy (>=1.4.31,<1.5.0)
Requires-Dist: sqlparse (>=0.4.2,<0.5.0)
Requires-Dist: trino[sqlalchemy] (>=0.313.0,<0.314.0); extra == "trinodwh"
