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.3.tar.gz
(1.6 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.3-py3-none-any.whl
(1.5 kB
view details)
File details
Details for the file boask-1.0.3.tar.gz.
File metadata
- Download URL: boask-1.0.3.tar.gz
- Upload date:
- Size: 1.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
67208eca172686b108d78814e15c66241cd1f68d712a9132e6fb21e773c9ae00
|
|
| MD5 |
8488446f3e118711934eada4c8940aed
|
|
| BLAKE2b-256 |
07517a59861e007da9f7676b8f9cd7c1591b5d112b48eae4d2203ab01de4f4a0
|
File details
Details for the file boask-1.0.3-py3-none-any.whl.
File metadata
- Download URL: boask-1.0.3-py3-none-any.whl
- Upload date:
- Size: 1.5 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 |
a67354d62ffed6635e1613b557e9e420f20deaa15197554f437adfeddad6fc19
|
|
| MD5 |
bb72cef040af46fd9bafddd53f8b335a
|
|
| BLAKE2b-256 |
3c2f4c4ac90c7dcda931e2cd70ea4eda58bb9c8fa03f0e3e2ac059bdd895e517
|