Metadata-Version: 2.5
Name: hedron-elements
Version: 0.38.0
Summary: Alpha Web Component ABI, shared bridge, and first-party elements for Hedron (RFC-0060)
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-elements/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: custom-elements,hedron,htmx,web-components
Classifier: Development Status :: 3 - Alpha
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: hedron-core<0.39,>=0.38.0
Description-Content-Type: text/markdown

# hedron-elements

**Package maturity:** Alpha · **Train:** `0.38.x` · pin `>=0.38.0,<0.39`

Framework-neutral Web Component ABI, shared HTMX-safe bridge, and the `hedron-example`
reference element for Hedron (RFC-0060 / D-064).

```bash
pip install "hedron[elements]>=0.38.0,<0.39"
# or
pip install "hedron-elements>=0.38.0,<0.39"
```

Depends on `hedron-core` only. Host applications do not need Node.js.

See the [implementation plan](https://github.com/eddiethedean/hedron/blob/main/docs/implementation/HEDRON_ELEMENTS_036.md)
and [platform spec](https://github.com/eddiethedean/hedron/blob/main/docs/implementation/WEB_COMPONENT_PLATFORM.md).
