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()
Comparison to Flask
- Lightweight.
- No external dependecies.
- Unlike flask, it uses built in python libaries only! It uses built-in libs, and some python file libs that are using only built in functions!
- No "{{ url_for('static', filename='css/main.css') }}" (example), we use /static/css/main.css for example!
Info
- Do not install a earlier version than 1.0.4, you can 1.0.0 but that one is not supported! You can't import them!
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.1.0.tar.gz
(5.0 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.1.0-py3-none-any.whl
(6.0 kB
view details)
File details
Details for the file boask-1.1.0.tar.gz.
File metadata
- Download URL: boask-1.1.0.tar.gz
- Upload date:
- Size: 5.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
94ee6e25fd1dee374d946f774a844ec74eaafdda880fc7657d65da1ef287baf2
|
|
| MD5 |
0155aa30f38b0dce5d7ae341504aa0df
|
|
| BLAKE2b-256 |
1ae63c98ebf0b3d5cfea8aecadd52151c2a59cb0c1a85c28b65e70eb1bd2e2e8
|
File details
Details for the file boask-1.1.0-py3-none-any.whl.
File metadata
- Download URL: boask-1.1.0-py3-none-any.whl
- Upload date:
- Size: 6.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 |
19b4848c9e205ae382885eb13234f9213dc23685f77eb5cb3eeab122fc6943c1
|
|
| MD5 |
9d355c40c34fa4724fb1abc189f5d64f
|
|
| BLAKE2b-256 |
1a532c007530899b87da8aae416159411bc9c7e872bc54a2e232a7862c54f9b5
|