Metadata-Version: 2.4
Name: chio-airflow
Version: 0.1.0
Summary: Apache Airflow integration for the Chio protocol -- ChioOperator wrapper, TaskFlow @chio_task decorator, and DAG listener that push receipt ids into XCom
Author: Backbay Industries
License-Expression: MIT
Keywords: airflow,capability,chio,orchestration,security,workflow
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Typing :: Typed
Requires-Python: >=3.11
Requires-Dist: apache-airflow<4,>=2.8
Requires-Dist: chio-sdk-python>=0.1.0
Requires-Dist: pydantic<3,>=2.5
Provides-Extra: dev
Requires-Dist: httpx<1,>=0.27; extra == 'dev'
Requires-Dist: mypy>=1.10; extra == 'dev'
Requires-Dist: pytest-asyncio<1,>=0.23; extra == 'dev'
Requires-Dist: pytest<9,>=8; extra == 'dev'
Requires-Dist: ruff>=0.5; extra == 'dev'
