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.1) · pin >=0.50.1,<0.51
Git tag and PyPI upload for this train are deferred. Latest on PyPI is 0.48.0.
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.1
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.1.tar.gz | 29.5 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| hedron_explorer-0.50.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 61.6 kB
Release files / hedron_explorer-0.50.1.tar.gz
| Download URL | hedron_explorer-0.50.1.tar.gz |
|---|---|
| Size | 29.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
9213529cccbf895d213d25e426a958a7d9319da7df0afe006d3b05085b61247b
|
|
BLAKE2b-256 checksum How to use checksums |
199d66d7cdac8117274bc7d9cc54cbb2cb0690f8fa4c2c42323ca7f382fbf8f2
|
| 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.1-py3-none-any.whl
| Download URL | hedron_explorer-0.50.1-py3-none-any.whl |
|---|---|
| Size | 32.1 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
bf830fba9f47cd05c0c38a5633b5c0bbfa6d5791a6d20c70447f9506e6c3a6c1
|
|
BLAKE2b-256 checksum How to use checksums |
4c7524fafd4ed8566906379988f09b961572eb4cbcd1a559ae985d2e72a9a897
|
| 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}
|