Metadata-Version: 2.1
Name: airflow-add-ons
Version: 0.2.2
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 (>=1.10.10)
Requires-Dist: boto3 (==1.15.18)
Requires-Dist: IMAPClient (==2.1.0)
Requires-Dist: apache-airflow-providers-google (==3.0.0)
Requires-Dist: apache-airflow-providers-amazon (==1.4.0)
Requires-Dist: apache-airflow-providers-http (==1.1.1)
Requires-Dist: apache-airflow-providers-slack (==3.0.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
```

