spaday-webawesome
Typed WebAwesome components and self-contained browser assets for spaday.
Documentation
- Build an interactive WebAwesome page — guided first page.
- Generate a bound form — task-focused model form guide.
- API reference — catalog, helpers, and assets.
- Why WebAwesome is a peer package — ownership and loading model.
Quick example
from spaday import serve
from spaday_webawesome import WaButton, WaCard
page = WaCard(WaButton().text("Run"))
serve(page, packages=["webawesome"])
The package also exports Tabs, plus form() and FormField for generating bound WebAwesome controls from pydantic models or JSON Schema.
Installing the package does not inject assets. Select it explicitly with packages=["webawesome"] or pass the exported package descriptor.
Run the local example
python -m pip install -e ".[examples]"
python -m spaday_webawesome.example
Open http://127.0.0.1:8012 to inspect the complete operations-console example: cards,
server-updated metrics, tabs, inputs, selects, switches, progress, badges, responsive layout, and an order
preview that round-trips to Python. It passes the local package descriptor directly, so it does not install
or resolve the integration from GitHub.
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 spaday_webawesome-0.2.0.tar.gz.
File metadata
- Download URL: spaday_webawesome-0.2.0.tar.gz
- Upload date:
- Size: 1.0 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.12.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
921fd30722aca92bb3fa9400fd436595eee2b0d735ed40efb22ffa395918828a
|
|
| MD5 |
163e2e8edb1cd864511635937077a36c
|
|
| BLAKE2b-256 |
306a45e651825de98f83dc8e7255534087cdfdb5e7044ab505c1e616b463a759
|
File details
Details for the file spaday_webawesome-0.2.0-py3-none-any.whl.
File metadata
- Download URL: spaday_webawesome-0.2.0-py3-none-any.whl
- Upload date:
- Size: 1.0 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.12.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
153dff9d515ffdf5ed0be5662b14604f4f9733affafcc58a098cb2ba7ad0d9e1
|
|
| MD5 |
661d313fd011496ecc369d3104f217e6
|
|
| BLAKE2b-256 |
f9925676c16728b1146e63d089801311c7496225ac84cba837859a2e3c1fcd86
|