Metadata-Version: 2.4
Name: hedron-extras
Version: 0.19.0
Summary: Curated optional extras and analysis workbenches for Hedron
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-extras/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,extras,hedron,workbench
Classifier: Development Status :: 4 - Beta
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.20,>=0.19.0
Provides-Extra: all
Requires-Dist: hedron-charts<0.2,>=0.1.0; extra == 'all'
Requires-Dist: hedron-data<0.20,>=0.19.0; extra == 'all'
Provides-Extra: calendar
Provides-Extra: chart-workbench
Requires-Dist: hedron-charts<0.2,>=0.1.0; extra == 'chart-workbench'
Requires-Dist: hedron-data<0.20,>=0.19.0; extra == 'chart-workbench'
Provides-Extra: code-editor
Provides-Extra: data-explorer
Requires-Dist: hedron-data<0.20,>=0.19.0; extra == 'data-explorer'
Provides-Extra: image-tools
Provides-Extra: joystick
Provides-Extra: json-editor
Provides-Extra: sandbox
Provides-Extra: signature
Provides-Extra: terminal
Provides-Extra: typeahead
Description-Content-Type: text/markdown

# hedron-extras

Curated optional toolkit for specialized data-app interactions and analysis
workbenches (phase 0.16). Built on public Hedron plugin contracts — not a second
component runtime.

```bash
pip install "hedron[extras]>=0.19.0,<0.20"
# or feature-scoped:
pip install "hedron-extras[code_editor,data_explorer]>=0.19.0,<0.20"
```

Ready to cut on `main` as **`0.19.0`** (last published PyPI/git = `v0.18.0`).

Install isolation: absent extras add no core import, browser asset, startup, or
transitive dependency cost. Specialty surfaces (`TerminalView`, joystick/device
bridges) are **Experimental** and fail closed without explicit policy.

See the [roadmap](https://hedron.readthedocs.io/en/latest/guides/roadmap/) and
[what’s ready](https://hedron.readthedocs.io/en/latest/guides/whats-ready/).
