Metadata-Version: 2.4
Name: airflow-model
Version: 0.5.0
Summary: Custom Python library to simplify creation of Airflow DAGs and tasks
Home-page: https://github.com/seuusuario/airflow-model
Author: Pedro Henrique Quaiato
Classifier: Programming Language :: Python :: 3
Classifier: Framework :: Apache Airflow
Classifier: License :: Other/Proprietary License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: apache-airflow<4.0,>=2.7.0
Requires-Dist: apache-airflow-providers-postgres
Requires-Dist: apache-airflow-providers-google
Requires-Dist: apache-airflow-providers-amazon
Requires-Dist: apache-airflow-providers-sqlite
Requires-Dist: apache-airflow-providers-http
Requires-Dist: pandas>=2.0.0
Requires-Dist: numpy>=1.25.0
Requires-Dist: matplotlib>=3.8.0
Requires-Dist: scipy>=1.12.0
Requires-Dist: sqlalchemy<2.0,>=1.4.36
Requires-Dist: flask>=2.3.0
Requires-Dist: requests>=2.32.0
Requires-Dist: fastapi>=0.116.0
Requires-Dist: python-dotenv>=1.1.0
Requires-Dist: psycopg2-binary>=2.9.0
Requires-Dist: jinja2>=3.1.0
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# Airflow Model

**Airflow Model** is a Python library designed to simplify the creation and management of Apache Airflow DAGs, tasks, and database connections.  
It provides a modular approach for defining DAGs, tasks, and database hooks with customizable parameters.

---

## Features

- Modular DAG creation with full configuration options.
- Task management for Python and Bash operators.
- Database connection management for PostgreSQL with query execution from strings or files.
- Extensible structure to add new operators or connections easily.

---

## Installation

Install using pip:

```bash
pip install airflow-model
