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.4.tar.gz
(4.2 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.4-py3-none-any.whl
(4.9 kB
view details)
File details
Details for the file boask-1.0.4.tar.gz.
File metadata
- Download URL: boask-1.0.4.tar.gz
- Upload date:
- Size: 4.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b7c96ee1d8d5febf451c5649442d53d16214073f6e1aab0d2ce9151802e7dd82
|
|
| MD5 |
950671cca49aaf1a352c0b6451f83802
|
|
| BLAKE2b-256 |
1aa2302aed1cf723b3609fcb85621743c5168798ae3b6aefde639243c7f72d86
|
File details
Details for the file boask-1.0.4-py3-none-any.whl.
File metadata
- Download URL: boask-1.0.4-py3-none-any.whl
- Upload date:
- Size: 4.9 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 |
cc83b264a62a22ca4995bc0b8342ff398b5372de4df3fe135aa2e7f232348185
|
|
| MD5 |
961c1998e40fa9b09b4292115839fd5e
|
|
| BLAKE2b-256 |
d7c066c217113a5ec54e44b54ee53096e55527f9756b68545730fd3e9a8266d2
|