Metadata-Version: 2.4
Name: cml_operator
Version: 0.0.2
Summary: CML JobRun Airflow operator package
Author-email: Data Team <admin@example.com>
Requires-Python: >=3.7
Requires-Dist: apache-airflow-providers-http>=2.0
Requires-Dist: apache-airflow>=2.0
Description-Content-Type: text/markdown

# cml_operator

Install:

`pip install cml_operator`

Use in DAGs:

`from cml_operator import CMLJobRunOperator`
