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.5.tar.gz
(4.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.5-py3-none-any.whl
(5.3 kB
view details)
File details
Details for the file boask-1.0.5.tar.gz.
File metadata
- Download URL: boask-1.0.5.tar.gz
- Upload date:
- Size: 4.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 |
830865f60a23b1e4c469e86bff07112e831459d9951a14f450391c7d3ad79cef
|
|
| MD5 |
a222b0df3318f204a4a1deb8d4c5dd42
|
|
| BLAKE2b-256 |
64dae50278cf31b14947697837c1bef1a9b269d121038fbb33e7edc342b7065a
|
File details
Details for the file boask-1.0.5-py3-none-any.whl.
File metadata
- Download URL: boask-1.0.5-py3-none-any.whl
- Upload date:
- Size: 5.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 |
67aa2520b362583637cefe7ea03f30d1310422f67127df93179894f16d60730d
|
|
| MD5 |
732bf72e979fb9614a5965f2c0dc0391
|
|
| BLAKE2b-256 |
0898c55c7ceef18861915e9e353d4757e887a813fad0add2aa84825be3d9542b
|