Skip to main content

hedron-explorer

PyPI Python CI License: MIT

Development Component Explorer for Hedron (coordinated train 0.18.0).

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

hedron_explorer-0.18.0.tar.gz (13.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

hedron_explorer-0.18.0-py3-none-any.whl (12.9 kB view details)

Uploaded Python 3

File details

Details for the file hedron_explorer-0.18.0.tar.gz.

File metadata

  • Download URL: hedron_explorer-0.18.0.tar.gz
  • Upload date:
  • Size: 13.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.14

File hashes

Hashes for hedron_explorer-0.18.0.tar.gz
Algorithm Hash digest
SHA256 33267dec66a033fb8b8281f79462b74b1437de74974a785f0a57f0483f4069c8
MD5 6b60ee8184fe581f4a540bd9b992156d
BLAKE2b-256 6270046166ecb94b8943df12c23cfe4f78b2f98484f338c171ab90ceacccfbdf

See more details on using hashes here.

File details

Details for the file hedron_explorer-0.18.0-py3-none-any.whl.

File metadata

File hashes

Hashes for hedron_explorer-0.18.0-py3-none-any.whl
Algorithm Hash digest
SHA256 580b18ef5c2d6cb005b6b339910bee1df3dc0a26c639e62a3fd2cb3669711807
MD5 04e8fe22f60d0678c15f49f26ab842d9
BLAKE2b-256 f6af7bc6eb4e990cd28aea28cc17b8918fce7237aa3bec0d606ed7c0914e2abd

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page