Pure Python website engine. Zero dependencies. Real JSX templates.
Project description
Boask
Pure Python website engine.
Zero external dependencies.
Real JSX-style templates without React.
pip install boask
Quick Start
from boask import route, use, run_server, html_templates
@route("/")
def home(handler):
return html_templates.render("home.html", title="Boask")
if __name__ == "__main__":
run_server()
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
boask-1.0.6.tar.gz
(4.4 kB
view details)
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
boask-1.0.6-py3-none-any.whl
(8.9 kB
view details)
File details
Details for the file boask-1.0.6.tar.gz.
File metadata
- Download URL: boask-1.0.6.tar.gz
- Upload date:
- Size: 4.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c85094c2e02a1a5a18fc570a5c4902b54d7da793711a6cbd9ea667e64c9a173a
|
|
| MD5 |
67e1081fcacb2c924c0f7d4068ca6842
|
|
| BLAKE2b-256 |
e72f6e1153010789c945e072071cda8b8b344be53f80701b98ab1e5a662ed8d3
|
File details
Details for the file boask-1.0.6-py3-none-any.whl.
File metadata
- Download URL: boask-1.0.6-py3-none-any.whl
- Upload date:
- Size: 8.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
056522610c6dd2c1739598dd41e43e7d34811d881c778576840fcc9a00811d54
|
|
| MD5 |
8afdb3e9805311d1d5ad984c18d24b0e
|
|
| BLAKE2b-256 |
08d91d6ff3155ac89f384caa3a356a8092d92f2bd633da142cbf9d97c5e550e6
|