Metadata-Version: 2.1
Name: mario-pipeline-tools
Version: 0.62
Summary: Base classes and helpers for common data pipeline tasks
Home-page: https://github.com/JiscDACT/mario
Author: scottbw
Author-email: scott.wilson@jisc.ac.uk
License: all rights reserved
Requires-Dist: pandas
Requires-Dist: pypika
Requires-Dist: sqlalchemy
Requires-Dist: openpyxl
Provides-Extra: airflow
Requires-Dist: apache-airflow-providers-common-sql; extra == "airflow"
Provides-Extra: athena
Requires-Dist: pyathena; extra == "athena"
Requires-Dist: awswrangler; extra == "athena"
Requires-Dist: boto3; extra == "athena"
Provides-Extra: tableau
Requires-Dist: pantab; extra == "tableau"
Requires-Dist: tableauhyperapi; extra == "tableau"
Requires-Dist: tableau-builder==0.18; extra == "tableau"

A set of base classes and helpers for common data pipeline tasks, whether using in local control scripts or in Airflow tasks.
