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.1.tar.gz
(3.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.1-py3-none-any.whl
(1.1 kB
view details)
File details
Details for the file boask-1.0.1.tar.gz.
File metadata
- Download URL: boask-1.0.1.tar.gz
- Upload date:
- Size: 3.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 |
4db80d8389825374e8171c56457f26c2230dca9e10665d5500ad61d710d35b2d
|
|
| MD5 |
5dbbf5cca15fa0225295f8ffb0f05aad
|
|
| BLAKE2b-256 |
2e97ddabd9f1bf0dc7a26f869d2435822d09f9d38c3f515a4f99f810199c1ace
|
File details
Details for the file boask-1.0.1-py3-none-any.whl.
File metadata
- Download URL: boask-1.0.1-py3-none-any.whl
- Upload date:
- Size: 1.1 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 |
b0d491299d13bcac1ae3cf8504ee5d81871c165c0e759f7946dd1ecb53ff6e79
|
|
| MD5 |
968c9ab3208ab0251f036d727d45654a
|
|
| BLAKE2b-256 |
f8d5828d70dacf6c876521b0c249a20d2d04bea8fa41af8b70dac385684eb29f
|