Skip to main content

hedron-core

PyPI Python CI License: MIT

Framework-neutral typed rendering core for Hedron.

Defines models, security boundary types, components, the HTML serializer, Auto() intelligent rendering, cache protocols, ColorMode, utility built-ins, and the public render(...) -> RenderResult and request-scoped RenderSession APIs — with no FastAPI, Flask, Django, ASGI, or WSGI dependency.

Host adapters share this renderer:

Package maturity: Beta · Train: 0.25.0 (Published) · pin >=0.25.0,<0.26

Install

pip install "hedron-core>=0.25.0,<0.26"
# or
uv add "hedron-core>=0.25.0,<0.26"

Requires Python 3.11–3.14.

Quick start

from hedron_core import Page, RenderContext, RenderMode, Text, render

result = render(
    Page(Text("Hello, Hedron"), title="Demo"),
    context=RenderContext.standalone(locale="en"),
    mode=RenderMode.PAGE,
)
print(result.html)

What this package includes

  • Model, Props, FormModel, EventPayload, and Field
  • Trust boundary types: Secret, TrustedHtml, SafeUrl, UrlPurpose
  • Component protocol, registry, diagnostics (JSON/SARIF), and deterministic identity
  • Context-aware HTML serializer, render(...) -> RenderResult, and RenderSession
  • Scoped CSS, themes, assets, and component discovery helpers
  • Built-ins for pages, forms, layout, landmarks, and content
  • Framework-neutral plugin metadata and Explorer panel registration helpers
  • Portable adapter contracts (AuthSignal, capability matrix, URL reverse request)

What it does not include

  • HTTP routing or FastAPI / Flask / Django adapters
  • HTMX request handling and CSRF middleware (host packages)
  • CLI, Component Explorer UI, charts, or data grids

Prefer hedron for application work on FastAPI.

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_core-0.25.1.tar.gz (185.1 kB view details)

Uploaded Source

Built Distribution

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

hedron_core-0.25.1-py3-none-any.whl (231.4 kB view details)

Uploaded Python 3

File details

Details for the file hedron_core-0.25.1.tar.gz.

File metadata

  • Download URL: hedron_core-0.25.1.tar.gz
  • Upload date:
  • Size: 185.1 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

Hashes for hedron_core-0.25.1.tar.gz
Algorithm Hash digest
SHA256 b8fca4812d527b45520e762e1d4b7149c163728059ec7c5913568a323c93565b
MD5 5071d97fa7d40e38a810ae0216cda90a
BLAKE2b-256 68d751c1621956be5b90981ec6535c3060d0512a519602244f190c52ebdc89f0

See more details on using hashes here.

File details

Details for the file hedron_core-0.25.1-py3-none-any.whl.

File metadata

  • Download URL: hedron_core-0.25.1-py3-none-any.whl
  • Upload date:
  • Size: 231.4 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

Hashes for hedron_core-0.25.1-py3-none-any.whl
Algorithm Hash digest
SHA256 6d06f3799c07ff6bbe8bbf6e735f3548755bcedd9eb69d1e95918561ebf7e157
MD5 0a1f173b9c7ca2fe679f97dddd3fc2e2
BLAKE2b-256 f624ca2008c3ece109375b221523447d05cb56b4f652a52f96ed6dd7765d65e3

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