Metadata-Version: 2.2
Name: dlairflow
Version: 0.1.2
Summary: Reusable code components for building Apache Airflow DAGs.
Home-page: https://github.com/astro-datalab/dlairflow
Author: Astro Data Lab
Author-email: datalab@noirlab.edu
License: BSD 3-Clause License
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Framework :: Apache Airflow
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering :: Astronomy
Classifier: Topic :: System :: Software Distribution
Classifier: Topic :: Utilities
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE.md
Requires-Dist: apache-airflow
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Provides-Extra: coverage
Requires-Dist: pytest-cov; extra == "coverage"
Requires-Dist: coveralls; extra == "coverage"
Provides-Extra: doc
Requires-Dist: Sphinx; extra == "doc"
Requires-Dist: sphinx-rtd-theme>1.2; extra == "doc"

# dlairflow

[![PyPI](https://img.shields.io/pypi/v/dlairflow.svg)](https://pypi.org/project/dlairflow/) [![CI](https://github.com/astro-datalab/dlairflow/actions/workflows/CI.yml/badge.svg)](https://github.com/astro-datalab/dlairflow/actions/workflows/CI.yml) [![Coverage Status](https://coveralls.io/repos/github/astro-datalab/dlairflow/badge.svg?branch=main)](https://coveralls.io/github/astro-datalab/dlairflow?branch=main) [![RTD](https://readthedocs.org/projects/dlairflow/badge/?version=latest)](https://dlairflow.readthedocs.io/en/latest/) [![License](https://img.shields.io/pypi/l/dlairflow.svg)](https://pypi.org/project/dlairflow/)

Reusable code components for building Apache Airflow DAGs.

## License

dlairflow is free software licensed under a BSD-style 3-clause license.
For details see the ``LICENSE.md`` file.
