hedron-explorer
Development Component Explorer for Hedron.
HTMX panels for components, routes, graph, security, accessibility, packages,
settings, charts, and interaction simulation — plus sanitized JSON APIs with
rate limiting and audit hooks. Installed through hedron[dev]; not required
in production.
Package maturity: Beta · Train: 0.44.x (published v0.44.0) · pin >=0.44.0,<0.45
Install
pip install "hedron[dev]>=0.44.0,<0.45"
# or install the package directly:
pip install "hedron-explorer>=0.44.0,<0.45"
# or
uv add "hedron[dev]>=0.44.0,<0.45"
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.44.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.44.0.tar.gz | 19.2 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| hedron_explorer-0.44.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 36.0 kB
Release files / hedron_explorer-0.44.0.tar.gz
| Download URL | hedron_explorer-0.44.0.tar.gz |
|---|---|
| Size | 19.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
7f18c60118df75de8e3878e630b0592c39cd2f1a5f10b2b3a1b2b7a4d1d47e46
|
|
BLAKE2b-256 checksum How to use checksums |
2b97061d9a370a7fa352f47da2f10089b422cf92077f9a9e27433dde59c1b371
|
| 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.44.0-py3-none-any.whl
| Download URL | hedron_explorer-0.44.0-py3-none-any.whl |
|---|---|
| Size | 16.7 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
6c2a47986d58daf29e594b2ec8dcd0eeca3fa587c00e5580a86cf0ecb3e2afbc
|
|
BLAKE2b-256 checksum How to use checksums |
7f1b64af057629d38844d5a466bbfa95dadfbe3c4864abae6aceb679292081e7
|
| 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}
|