hedron-extras
Curated optional extras and analysis workbenches for Hedron.
Specialized data-app interactions built on public Hedron plugin contracts — not
a second component runtime. Install as hedron-extras or via hedron[extras].
Absent extras add no core import, browser asset, startup, or transitive
dependency cost.
Package maturity: Beta · Train: 0.60.x (published v0.60.0 in-tree and on PyPI) · application pin >=0.60.0,<0.61; repository checkouts use uv sync
CodeEditor, TerminalView, and joystick/device bridges require the separate
hedron[experimental-ui] opt-in (import hedron_extras.experimental) and are not
part of the supported product UI under hedron[extras]. BrowserPythonSandbox is
Experimental and is not registered by default hedron[extras]; enable
hedron_extras_sandbox / HEDRON_EXTRAS_SANDBOX. See
What’s ready.
Install
pip install "hedron[extras]>=0.60.0,<0.61"
# or
pip install "hedron-extras>=0.60.0,<0.61"
# experimental UI (requires an explicit opt-in):
pip install "hedron[experimental-ui]>=0.60.0,<0.61"
Requires Python 3.11–3.14 and hedron-core.
Optional extras
| Extra | Notes |
|---|---|
json_editor / data_explorer |
Editor / explorer workbenches |
chart_workbench |
Pulls hedron-data + hedron-charts (Beta) |
image_tools / calendar / signature / typeahead |
UI tools |
sandbox |
Experimental browser-Python sandbox (opt-in hedron_extras_sandbox / HEDRON_EXTRAS_SANDBOX) |
experimental-ui |
Quarantined CodeEditor / TerminalView / joystick / device |
all |
hedron-data + hedron-charts |
Quick start
from hedron_extras import MetricCard
card = MetricCard(label="Active users", value="1,284", hint="+12% WoW")
Components register automatically via the hedron.plugins entry point when the
package is installed.
Component highlights
| Area | Components |
|---|---|
| Workbenches | JSONEditor, DataExplorer, ChartWorkbench |
| Composition | ChoiceCards, TreeView, Steps, SplitPane, FloatingAction, KeyboardShortcuts, FocusScrollRequest |
| Editors | Calendar, SignaturePad, Typeahead |
| Image | ImageCompare, ImageCrop, ImageRegionSelect, ImageAnnotations |
| Recipes | AvatarProfile, BadgeLink, MetricCard, TodoList |
Quarantined (hedron[experimental-ui]) |
CodeEditor, TerminalView, Joystick, DeviceBridge |
Links
License
MIT. See the repository license.
Release files for hedron-extras 0.60.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| hedron_extras-0.60.2.tar.gz | 30.2 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| hedron_extras-0.60.2-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 68.6 kB
Release files / hedron_extras-0.60.2.tar.gz
| Download URL | hedron_extras-0.60.2.tar.gz |
|---|---|
| Size | 30.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
9f875b995b6985dc474a7aba33ebbf7e3666d31ac4a5f171d37d1dec12f33003
|
|
BLAKE2b-256 checksum How to use checksums |
b70f7b49df86a9895b1adcda70aeee626bd1480faa9ca10dda5a9b20da5a90bd
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
uv/0.12.1 {"installer":{"name":"uv","version":"0.12.1","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
|
Release files / hedron_extras-0.60.2-py3-none-any.whl
| Download URL | hedron_extras-0.60.2-py3-none-any.whl |
|---|---|
| Size | 38.4 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
11845f5406baad57555c04af25979057b42067f5cfcef89c054013e6c17d07fa
|
|
BLAKE2b-256 checksum How to use checksums |
372a7828954ba28d2a060c8e018c2ae930e12442b72fa14a77aff40def62509f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
uv/0.12.1 {"installer":{"name":"uv","version":"0.12.1","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
|