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.0.tar.gz
(3.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.0-py3-none-any.whl
(1.3 kB
view details)
File details
Details for the file boask-1.0.0.tar.gz.
File metadata
- Download URL: boask-1.0.0.tar.gz
- Upload date:
- Size: 3.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 |
95130f707d357f30f06196a13c08941b1e47a33657113d2ccb349fccdbf4bc11
|
|
| MD5 |
0117206eb605e7074c0977ba6462ba3b
|
|
| BLAKE2b-256 |
449035f37dfc2e8abf6253027e9ee2dc224dc2160aa6de9a4a9bf58e0a5093e8
|
File details
Details for the file boask-1.0.0-py3-none-any.whl.
File metadata
- Download URL: boask-1.0.0-py3-none-any.whl
- Upload date:
- Size: 1.3 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 |
2e60574ad4cbd04ce56c6b7528f522b5f4ed9703d10478c20dce70957581f7bf
|
|
| MD5 |
29e9cb5ed62cf633c9132b3407ad42e3
|
|
| BLAKE2b-256 |
92660beb39a27fbcd51888308775671a0e272e66d1d5455566294ef9aff26474
|