Metadata-Version: 2.1
Name: airflow-add-ons
Version: 0.1.15
Summary: Airflow extensible opertators and sensors
Home-page: https://github.com/pualien/airflow-add-ons
Author: Matteo Senardi
Author-email: pualien@gmail.com
License: MIT
Platform: UNKNOWN
Requires-Dist: apache-airflow[celery,crypto,gcp,hive,password,postgres,s3,slack] (>=1.10.10)
Requires-Dist: boto3
Requires-Dist: IMAPClient (==2.1.0)

# airflow-add-ons

Airflow utilities to extend Airflow operators and connectors

## Where to get it
The source code is currently hosted on GitHub at:
https://github.com/pualien/airflow-add-ons

Binary installers for the latest released version are available at the [Python
package index](https://pypi.org/project/airflow-add-ons/).

```sh
pip install airflow-add-ons
```

