Skip to main content

hedron-core

Framework-neutral typed rendering core for Hedron (0.2.0).

Defines models, security boundary types, components, the HTML serializer, 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, and Field
  • Trust boundary types: Secret, TrustedHtml, SafeUrl, UrlPurpose
  • Component protocol, registry, diagnostics, and deterministic identity
  • Context-aware HTML serializer and render(...) -> RenderResult
  • Phase 0.1 built-ins for pages, forms, layout, landmarks, and content

What it does not include

  • HTTP routing, FastAPI/Flask/Django adapters, HTMX request handling
  • HDN, scoped CSS, CLI, Component Explorer, charts, or data grids

Those arrive in later Hedron phases. See the project README and roadmap.

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.2.0.tar.gz (31.0 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.2.0-py3-none-any.whl (41.2 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: hedron_core-0.2.0.tar.gz
  • Upload date:
  • Size: 31.0 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.2.0.tar.gz
Algorithm Hash digest
SHA256 1be38d490420ca27c482f67934289f58b01ca2c94028cbf4c52a4c7bb0860f30
MD5 86780b24490fdfe09bc0597481809176
BLAKE2b-256 4159a5f934ed2691a7a447fd679652280f0a1e26df4989996c6d8323fd67f433

See more details on using hashes here.

File details

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

File metadata

  • Download URL: hedron_core-0.2.0-py3-none-any.whl
  • Upload date:
  • Size: 41.2 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.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 15d48754b9025566c60641086ed7bfdc40ec0f9e8eb42e0b07669769dfe4439b
MD5 4ac18a62f1f2804d3e640dfd5828114e
BLAKE2b-256 bd02ef046d8283797e8aa4d408d3cc3a16907bda7cb202fd95cb4da87f3ff8b6

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 Pingdom Monitoring Sentry Error logging StatusPage Status page