Metadata-Version: 2.4
Name: hedron-flask
Version: 0.12.0
Summary: Flask adapter for Hedron component rendering and HTMX interactions
Project-URL: Homepage, https://github.com/eddiethedean/hedron
Project-URL: Repository, https://github.com/eddiethedean/hedron
Project-URL: Issues, https://github.com/eddiethedean/hedron/issues
Project-URL: Changelog, https://github.com/eddiethedean/hedron/blob/main/packages/hedron-flask/CHANGELOG.md
Project-URL: Documentation, https://hedron.readthedocs.io/en/latest/
Author-email: Odos Matthews <odosmatthews@gmail.com>
Maintainer-email: Odos Matthews <odosmatthews@gmail.com>
License-Expression: MIT
License-File: LICENSE
Keywords: components,flask,hedron,htmx,rendering,wsgi
Classifier: Development Status :: 4 - Beta
Classifier: Framework :: Flask
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Typing :: Typed
Requires-Python: <3.15,>=3.11
Requires-Dist: flask<4,>=3
Requires-Dist: hedron-core<0.13,>=0.12.0
Requires-Dist: werkzeug<4,>=3
Description-Content-Type: text/markdown

# hedron-flask

Flask adapter for Hedron: render `Page` / `Fragment` components, map portable
`InteractionResult` values to native responses, and integrate CSRF double-submit
cookies with Flask sessions.

```bash
pip install "hedron-flask>=0.12.0"
```

Requires `hedron-core` and Flask 3.x. Does not install FastAPI. Current train:
**0.12.0** (Beta). Docs:
[Add to an existing Flask app](https://hedron.readthedocs.io/en/latest/getting-started/flask/).
