hedron-explorer
Development Component Explorer for Hedron.
HTMX panels for components, routes, graph, security, accessibility, cache, data,
charts, maps, HTMX extensions, auto, packages, elements, inventory, interactions,
features, settings, and interaction simulation — plus sanitized JSON APIs
(/api/diff, /api/package-health) with rate limiting and audit hooks. Installed
through hedron[dev]; not required in production.
Package maturity: Beta · Train: 0.53.x (in-tree tip v0.53.0) · pin >=0.53.0,<0.54 (PyPI still >=0.52.0,<0.53 while deferred)
Install
pip install "hedron[dev]>=0.52.0,<0.53"
# or install the package directly:
pip install "hedron-explorer>=0.52.0,<0.53"
# or
uv add "hedron[dev]>=0.52.0,<0.53"
Requires Python 3.11–3.14 and hedron.
Optional: hedron-explorer[fastapi] when you need an explicit FastAPI extra
marker for tooling (the flagship hedron package already depends on FastAPI).
Usage
Enable the Explorer when constructing the app (development only by default):
from hedron import Hedron, Page, Text
app = Hedron(
title="Demo",
security="standard",
session_secret="replace-me",
explorer="development",
)
@app.page("/")
def home() -> Page:
return Page(Text("Hello, Hedron"), title="Demo")
Open /hedron-explorer/ on the running app (explorer="development" or
"secured"). Leave Explorer off in production.
What this package includes
- Interactive component / route / dependency graph panels
- Security and accessibility inspection surfaces
- Interaction simulation helpers
- Sanitized JSON APIs with rate limiting and audit hooks
Links
License
MIT. See the repository license.
Release files for hedron-explorer 0.53.0
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_explorer-0.53.0.tar.gz | 30.3 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| hedron_explorer-0.53.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 63.1 kB
Release files / hedron_explorer-0.53.0.tar.gz
| Download URL | hedron_explorer-0.53.0.tar.gz |
|---|---|
| Size | 30.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
516fc3bdcedef4409c68b2d1afae9f6adc00a8be712661b1ecf2b025e2481a43
|
|
BLAKE2b-256 checksum How to use checksums |
f24a280e3508d8c18f0ff3be4a915e4cf9d5f25d88c8f0d82a71f62d402a01ec
|
| 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_explorer-0.53.0-py3-none-any.whl
| Download URL | hedron_explorer-0.53.0-py3-none-any.whl |
|---|---|
| Size | 32.7 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
1b65d4a14baa3b5b45bfff135e953cefbaf0cf77a0da468f72d66f2b751fa300
|
|
BLAKE2b-256 checksum How to use checksums |
919ce9ea71479456a3947ab957f53bdf9c16ace867b397a0c7a3d645cf3bba2f
|
| 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}
|