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.7.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.7-py3-none-any.whl
(9.0 kB
view details)
File details
Details for the file boask-1.0.7.tar.gz.
File metadata
- Download URL: boask-1.0.7.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 |
4885b1c8572f10d0c653666a4e400e07fddaf4ca439eb3e66579af5b8be0a40c
|
|
| MD5 |
062c0a53a76b37f1266d68e0b952d44d
|
|
| BLAKE2b-256 |
529b9df3fcb13c7728c92d0b63c0bfd4911db2960f1ca547483956d487c962cd
|
File details
Details for the file boask-1.0.7-py3-none-any.whl.
File metadata
- Download URL: boask-1.0.7-py3-none-any.whl
- Upload date:
- Size: 9.0 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 |
a368e5f52ed18b5cef0968058e2b92a2b3c90f6410841414e7812b75d4ef5b23
|
|
| MD5 |
22f41db032868ab2d56063380c03661f
|
|
| BLAKE2b-256 |
2bdf2051f668838cbd0164970d742e529c17a3340d7601867ea0f365f5e4dd62
|