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 · Package line: 1.0.x · pin >=1.0.0,<2.0
Install
pip install "hedron[dev]>=1.0.0"
# or install the package directly:
pip install "hedron-explorer>=1.0.0,<2.0"
# or
uv add "hedron[dev]>=1.0.0"
Requires Python 3.10–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 1.0.8
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-1.0.8.tar.gz | 34.7 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| hedron_explorer-1.0.8-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 71.0 kB
Release files / hedron_explorer-1.0.8.tar.gz
| Download URL | hedron_explorer-1.0.8.tar.gz |
|---|---|
| Size | 34.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
a59b5780eaf9d17ca43e6d3af53a778a3a2bf9bae352e75ffae26831f76752bb
|
|
BLAKE2b-256 checksum How to use checksums |
aa9991e4f785e840871264f9b75bb57338e0cd829d093bfe285f067e2193b6ed
|
| 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-1.0.8-py3-none-any.whl
| Download URL | hedron_explorer-1.0.8-py3-none-any.whl |
|---|---|
| Size | 36.3 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
411b370c9f0bb23113957e0e74cf6d8d34634f56c33269aecd5f2cd90997177b
|
|
BLAKE2b-256 checksum How to use checksums |
af15ccac119eb4874220d14a247beb850809f6ddc3cb5119dc086f4edb123409
|
| 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}
|