Metadata-Version: 2.1
Name: airflow-add-ons
Version: 0.2.9b1
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
Requires-Dist: apache-airflow (==2.3.4)
Requires-Dist: boto3 (>=1.18.58)
Requires-Dist: IMAPClient (==2.1.0)
Requires-Dist: apache-airflow-providers-google (==7.0.0)
Requires-Dist: apache-airflow-providers-amazon (==3.2.0)
Requires-Dist: apache-airflow-providers-http (==2.1.2)
Requires-Dist: apache-airflow-providers-slack (==4.2.3)
Requires-Dist: apache-airflow-providers-facebook (==2.2.3)

# 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
```
