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.64.x (published as v0.64.0 on PyPI) · application pin >=0.64.0,<0.65; repository checkouts use uv sync
Install
pip install "hedron[dev]>=0.64.0,<0.65"
# or install the package directly:
pip install "hedron-explorer>=0.64.0,<0.65"
# or
uv add "hedron[dev]>=0.64.0,<0.65"
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.66.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.66.0.tar.gz | 33.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| hedron_explorer-0.66.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 69.4 kB
Release files / hedron_explorer-0.66.0.tar.gz
| Download URL | hedron_explorer-0.66.0.tar.gz |
|---|---|
| Size | 33.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
24692d4c751f9695d1ee97670e3f631587f7a803ec97948ff962eb5f764c8825
|
|
BLAKE2b-256 checksum How to use checksums |
f595f2b3e5132eb80a3968722b3945f1e9e5888cb0a8b6faf8ba0621aa13fe87
|
| 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.66.0-py3-none-any.whl
| Download URL | hedron_explorer-0.66.0-py3-none-any.whl |
|---|---|
| Size | 35.5 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
69c84cca53ff59d8bedac09d8aa1f844ef4a6dbe8cb447d4cdb33d9d12ddee5e
|
|
BLAKE2b-256 checksum How to use checksums |
69dce213c343b2e52b4648d6f35ab6c3b410b5bb03be9090d9cf9c09d1276c44
|
| 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}
|