Metadata-Version: 2.4
Name: electricitymaps-airflow-scheduler
Version: 0.1.0
Summary: Electricity Maps' Airflow provider to schedule operations within an Airflow pipeline
Author-email: Pierre Segonne <pierre.segonne@electricitymaps.com>
License: Apache License 2.0
Project-URL: Homepage, https://www.electricitymaps.com/
Project-URL: Source, https://github.com/electricitymaps/electricitymaps-airflow-scheduler/
Classifier: Framework :: Apache Airflow
Classifier: Framework :: Apache Airflow :: Provider
Requires-Python: <3.14,>=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: apache-airflow<4.0.0,>=3.0.6
Dynamic: license-file

# Electricity Maps' Ariflow Scheduler

Electricity Maps' Airflow provider to schedule operations within an Airflow pipeline

## Usage

```bash
export ELECTRICITYMAPS_API_TOKEN=`YOUR TOKEN`
```

And then use it in your Airflow pipeline, see `examples/scheduled_worflow.py`

## Development

```bash
poetry install
```
