Edron
Edron is a class-oriented Python authoring facade over Hedron. It keeps Hedron as the renderer, router, interaction, state, styling, and security authority.
import edron as ed
app = ed.App(title="Hello")
@app.page("/", title="Hello")
class Home(ed.Page):
def render(self) -> None:
self.heading("Hello, Edron")
self.text("A small Python vocabulary over native Hedron.")
Edron 0.3 is a Beta implementation line. Native Hedron objects remain available through
app.hedron and Page.include(). Use edron check for non-executing editor feedback,
edron explain for source-mapped registration facts, and edron new for teaching scaffolds.
Data workspaces are explicit and application-owned:
columns = (ed.Column("id", read_only=True), ed.Column("name", writable=True))
source = ed.DataSource.in_memory(
[{"id": "1", "name": "Ada"}],
columns=columns,
writable_fields=("name",),
)
workspace = ed.DataWorkspace("people", source=source, columns=columns)
Add an EditPolicy with explicit authorization to make a workspace editable. Edron never owns
database sessions, transactions, authorization state, persistence, or audit storage.
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 edron-0.3.0.tar.gz.
File metadata
- Download URL: edron-0.3.0.tar.gz
- Upload date:
- Size: 34.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a2e0171afd3601087c14b80d243c83d62885f41ebb6f8a35a5b7fea8822b83b0
|
|
| MD5 |
f07e03b448897af5f1109ddc6d0048f1
|
|
| BLAKE2b-256 |
43ebe3f7c8da69ed21a0f7730c9187a15dd94d5634ccfcbe9c85faef5600432d
|
Provenance
The following attestation bundles were made for edron-0.3.0.tar.gz:
Publisher:
edron-release.yml on eddiethedean/hedron
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
edron-0.3.0.tar.gz -
Subject digest:
a2e0171afd3601087c14b80d243c83d62885f41ebb6f8a35a5b7fea8822b83b0 - Sigstore transparency entry: 2608002152
- Sigstore integration time:
-
Permalink:
eddiethedean/hedron@f176dfd981524ea99cfa049f2b6340b446409469 -
Branch / Tag:
refs/tags/edron-v0.3.0 - Owner: https://github.com/eddiethedean
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
edron-release.yml@f176dfd981524ea99cfa049f2b6340b446409469 -
Trigger Event:
push
-
Statement type:
File details
Details for the file edron-0.3.0-py3-none-any.whl.
File metadata
- Download URL: edron-0.3.0-py3-none-any.whl
- Upload date:
- Size: 41.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
718717bb40c8eb1da9776322514116bceb16d368e717aad24dbe35057cd9a455
|
|
| MD5 |
cbd8a27e8f28b6ea950ec2a0d442712f
|
|
| BLAKE2b-256 |
4491b375849dba002c56738e63d63234d5a7384820f050b4b7d31c86d53bd1ed
|
Provenance
The following attestation bundles were made for edron-0.3.0-py3-none-any.whl:
Publisher:
edron-release.yml on eddiethedean/hedron
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
edron-0.3.0-py3-none-any.whl -
Subject digest:
718717bb40c8eb1da9776322514116bceb16d368e717aad24dbe35057cd9a455 - Sigstore transparency entry: 2608002350
- Sigstore integration time:
-
Permalink:
eddiethedean/hedron@f176dfd981524ea99cfa049f2b6340b446409469 -
Branch / Tag:
refs/tags/edron-v0.3.0 - Owner: https://github.com/eddiethedean
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
edron-release.yml@f176dfd981524ea99cfa049f2b6340b446409469 -
Trigger Event:
push
-
Statement type: