hedron-explorer
Development Component Explorer for Hedron (coordinated train 0.10.1).
Provides 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.
Install
pip install "hedron[dev]"
# or
uv add hedron --extra dev
Requires Python 3.11, 3.12, 3.13, or 3.14. Depends on
hedron.
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")
Then open /hedron-explorer/ on the running app (requires explorer="development"
or secured). Leave Explorer off in production. See the
Explorer API.
Links
License
MIT. See LICENSE.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file hedron_explorer-0.10.1.tar.gz.
File metadata
- Download URL: hedron_explorer-0.10.1.tar.gz
- Upload date:
- Size: 11.8 kB
- Tags: Source
- Uploaded using 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}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f9c9788f1bb63779c5b1db2d22c8f30235a3418d755e65ede56c8f7f79afb345
|
|
| MD5 |
69b9e84986adf6fed3c2d67246e5e876
|
|
| BLAKE2b-256 |
dd8c86f9d7dd7b05579bb514f94a20a6494472f5529c5771b6ab20e8d3ccc459
|
File details
Details for the file hedron_explorer-0.10.1-py3-none-any.whl.
File metadata
- Download URL: hedron_explorer-0.10.1-py3-none-any.whl
- Upload date:
- Size: 11.5 kB
- Tags: Python 3
- Uploaded using 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}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
544451ed905ed793b361c68225518b0fe6745c32a4987fa1aebf5962614b09de
|
|
| MD5 |
7c00bb5db445e56dba57cc5526b005c3
|
|
| BLAKE2b-256 |
b7c3dcdc57a2533220ab5c63240ae0e33def96cc6fafbd35467aa047176dc8f0
|