This release is a pre-release and may not be stable for production use.
tiferet-elements
Tiferet Elements lets a Streamlit application describe and render Material UI, Nivo, and Monaco widgets through Streamlit's supported public component API. It keeps widget trees and callback routing host-agnostic, while the optional Streamlit binding handles mounting and interaction delivery.
Install
Install the core package when you only need its domain models, widget defaults, and domain events:
pip install tiferet-elements
Install the Streamlit extra to render a Frame in a Streamlit application:
pip install "tiferet-elements[streamlit]"
Minimal usage
Build a nested Frame from widget specifications, then mount it with the Streamlit binding:
from tiferet_elements.blueprints.core import build_frame
from tiferet_elements.blueprints.streamlit import build_streamlit_binding
def save() -> None:
print('Saved.')
frame = build_frame(
elements=[
{
'widget_type': 'box',
'props': {'sx': {'display': 'grid', 'gap': 2}},
'children': [
{
'widget_type': 'text_field',
'props': {'label': 'Name', 'fullWidth': True},
},
{
'widget_type': 'button',
'props': {'children': 'Save', 'onClick': save},
},
],
},
],
)
build_streamlit_binding()(frame, key='profile_form')
Run the included interactive example with:
streamlit run examples/streamlit_binding_demo.py
Release files for tiferet-elements 1.0.0b2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| tiferet_elements-1.0.0b2.tar.gz | 7.6 MB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| tiferet_elements-1.0.0b2-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 15.6 MB
Release files / tiferet_elements-1.0.0b2.tar.gz
| Download URL | tiferet_elements-1.0.0b2.tar.gz |
|---|---|
| Size | 7.6 MB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
93dcebd27c2149aea90fece574bc765b574bc3baad25c14a8eed13f62255f219
|
|
BLAKE2b-256 checksum How to use checksums |
9280a4a43f69dcca44c51fb4abb253fb0dcf1a4e668d7c63f1b27b11c07dadf4
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 21, 2026.
Transparency logRelease files / tiferet_elements-1.0.0b2-py3-none-any.whl
| Download URL | tiferet_elements-1.0.0b2-py3-none-any.whl |
|---|---|
| Size | 8.0 MB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
a975f7e017996bbf4cf561c0ed79886c05dab27b4f62f7115f5846396fb6a66b
|
|
BLAKE2b-256 checksum How to use checksums |
8f99098fd3ae843ba6205427328e6bd8315caadb6341a49d9575c136325eab80
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 21, 2026.
Transparency log