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.2.tar.gz
(1.5 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.2-py3-none-any.whl
(1.5 kB
view details)
File details
Details for the file boask-1.0.2.tar.gz.
File metadata
- Download URL: boask-1.0.2.tar.gz
- Upload date:
- Size: 1.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c16c7a5fbdcb52c169709694df9f2a5b719ad0c7de3d09d13f5130d33fab534c
|
|
| MD5 |
1fa214d9579704f5a4d9c94cfd842165
|
|
| BLAKE2b-256 |
cd285f17b7c9b4a46e2ac1e360ef10a95943a73675a3e14bc2beb4d204d577cd
|
File details
Details for the file boask-1.0.2-py3-none-any.whl.
File metadata
- Download URL: boask-1.0.2-py3-none-any.whl
- Upload date:
- Size: 1.5 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 |
308835b1939b237dd8e03183306c79c40ba2740214a39bee16a60054555a9baa
|
|
| MD5 |
aa83a8096e3f1f1b385b5d1846e95214
|
|
| BLAKE2b-256 |
e9fb09f3d8403fcacdb8ae87817d4bc583bbaf4018b8a7e18cc6ab4b2d27373f
|