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.50.x (published v0.50.2) · pin >=0.50.1,<0.51
Install
pip install "hedron[dev]>=0.50.1,<0.51"
# or install the package directly:
pip install "hedron-explorer>=0.50.1,<0.51"
# or
uv add "hedron[dev]>=0.50.1,<0.51"
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.50.2
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.50.2.tar.gz | 29.5 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| hedron_explorer-0.50.2-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 61.6 kB
Release files / hedron_explorer-0.50.2.tar.gz
| Download URL | hedron_explorer-0.50.2.tar.gz |
|---|---|
| Size | 29.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
4a75fd1ec18f6ba22d99fc5e73bb9a0b2331ea697d6964b9873fe767b63a0150
|
|
BLAKE2b-256 checksum How to use checksums |
baa414cf68cc9356ea16a43e8cede60f5a3fe2177f1986a6a9ccde5336af4129
|
| 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.50.2-py3-none-any.whl
| Download URL | hedron_explorer-0.50.2-py3-none-any.whl |
|---|---|
| Size | 32.1 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
08f3311e9b510ad576b6c08ab109ebec3ebd2697d2708d4d3fd279a7f4ad55ca
|
|
BLAKE2b-256 checksum How to use checksums |
5ff26bf4edc5b6b7d3eb1d64751e54e03f0aae4d663b15608a518658e5f19ec7
|
| 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}
|