hedron-core
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 API with no FastAPI, Flask,
Django, ASGI, or WSGI dependency.
Install
pip install hedron-core
# or
uv add hedron-core
Requires Python 3.11, 3.12, 3.13, or 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, andField- Trust boundary types:
Secret,TrustedHtml,SafeUrl,UrlPurpose - Component protocol, registry, diagnostics (JSON/SARIF), and deterministic identity
- Context-aware HTML serializer and
render(...) -> RenderResult - HDN, scoped CSS, themes, assets, and discovery helpers
- Built-ins for pages, forms, layout, landmarks, and content
- Framework-neutral plugin metadata and Explorer panel registration helpers
What it does not include
- HTTP routing, FastAPI/Flask/Django adapters, HTMX request handling
- CLI, Component Explorer UI, charts, or data grids
Prefer the FastAPI package hedron for
application work. See the project README
and roadmap.
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_core-0.5.0.tar.gz.
File metadata
- Download URL: hedron_core-0.5.0.tar.gz
- Upload date:
- Size: 68.2 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 |
77777b33c81bcabb4c8ccf47e5218e2ad9b72d2443fed009c99947ffccb3f28a
|
|
| MD5 |
d7b924fa776004be2aaa42a6b9754e3e
|
|
| BLAKE2b-256 |
a0da319b9887b3db594d2506724def248d7e46a491f56a85252bd95fe9ac953f
|
File details
Details for the file hedron_core-0.5.0-py3-none-any.whl.
File metadata
- Download URL: hedron_core-0.5.0-py3-none-any.whl
- Upload date:
- Size: 87.6 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 |
6e354c2e5de93eed50468ebfca72310cb3b0164530118504e77c9a7bab4718c5
|
|
| MD5 |
30b75eeff99efdee6f42bb3275c36efd
|
|
| BLAKE2b-256 |
7ffc1a607714e827f15531484f6595786e8c801a1ec999f0902cb84e7a81e6ab
|