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.8.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.8-py3-none-any.whl
(5.3 kB
view details)
File details
Details for the file boask-1.0.8.tar.gz.
File metadata
- Download URL: boask-1.0.8.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 |
fa22feb90e3bcd104098a895d64a828f025a164fe567b04d2a22d80200af1147
|
|
| MD5 |
9ad9c137a788af0b87cbc7dde40ba4fb
|
|
| BLAKE2b-256 |
18a397d635f12977ae0dc61ccc9c49c6640e09af970e7c3f13a7b662f0164c07
|
File details
Details for the file boask-1.0.8-py3-none-any.whl.
File metadata
- Download URL: boask-1.0.8-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 |
cca72fb987f66a102f991d88a99be8cbe08bc061b85f8f0bd2605caf23568af0
|
|
| MD5 |
83a72d9f5fcae0eaa3a7f9466bcb7105
|
|
| BLAKE2b-256 |
d0cdd4f527827263b839814dd131ae7b15ea4abc6bf8c64ca38ada46aaba8a7e
|