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.56.x (in-tree tip v0.56.0; PyPI 0.54.0 deferred) · pin >=0.56.0,<0.57 in-tree (PyPI >=0.54.0,<0.55 while deferred)
Install
pip install "hedron[dev]>=0.56.0,<0.57"
# or install the package directly:
pip install "hedron-explorer>=0.56.0,<0.57"
# or
uv add "hedron[dev]>=0.56.0,<0.57"
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.56.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.56.0.tar.gz | 30.8 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| hedron_explorer-0.56.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 63.7 kB
Release files / hedron_explorer-0.56.0.tar.gz
| Download URL | hedron_explorer-0.56.0.tar.gz |
|---|---|
| Size | 30.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
8b5d441ba20ce86fc23cae652b8fd400370f89e89626b17f7ac4996970822db2
|
|
BLAKE2b-256 checksum How to use checksums |
9bffb268cc409a4ba3c06d16211694f52b54b2d72e95481da30760db03c33e93
|
| 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.56.0-py3-none-any.whl
| Download URL | hedron_explorer-0.56.0-py3-none-any.whl |
|---|---|
| Size | 32.9 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
5d1e006397d2437dc83b6fce555419eeb69d1a1d1616ac9fed7f9a3f218dab09
|
|
BLAKE2b-256 checksum How to use checksums |
045ea40cdc8a38ce3dadfd540c757b60d52975a9cd81916abeb823def2069ff6
|
| 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}
|