Metadata-Version: 2.3
Name: airflow-markdown-extension
Version: 0.1.1
Summary: A custom superfence for pymdown-extensions which render Airflow DAGs.
Project-URL: Documentation, https://not-yet-available.com
Project-URL: Changelog, https://github.com/joffreybvn/airflow-markdown-extension/releases
Project-URL: Issues, https://github.com/joffreybvn/airflow-markdown-extension/issues
Project-URL: Repository, https://github.com/joffreybvn/airflow-markdown-extension
Author-email: Joffrey Bienvenu <joffreybvn@gmail.com>
License-Expression: Apache-2.0
Keywords: DAG,airflow,markdown,mkdocs,superfence
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Framework :: MkDocs
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: POSIX
Classifier: Programming Language :: JavaScript
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Documentation
Classifier: Topic :: Software Development :: Documentation
Classifier: Topic :: Text Processing :: Markup :: HTML
Requires-Python: >=3.9
Requires-Dist: apache-airflow>=2.9.1
Requires-Dist: markdown<4,>=3.5
Requires-Dist: pymdown-extensions<11,>=10
Provides-Extra: dev
Requires-Dist: pytest; extra == 'dev'
Requires-Dist: requests; extra == 'dev'
Requires-Dist: ruff; extra == 'dev'
Description-Content-Type: text/markdown


# Airflow Markdown Extension

A custom superfence for pymdown-extensions which render Airflow DAGs.

This is currently a PoC / very experimental project (no tests, no support for task group and dynamic tasks, ...). Not recommended for production use.
