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.1.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.1-py3-none-any.whl
(6.0 kB
view details)
File details
Details for the file boask-1.1.1.tar.gz.
File metadata
- Download URL: boask-1.1.1.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 |
3f7e8d78737e0b6a81e68391f3ad514b95fdee0d0c72353add9be690630c402e
|
|
| MD5 |
1e8e861a0e75e831d54f2a637b1c1bad
|
|
| BLAKE2b-256 |
4d5a2081b818e606100fdc7fa66b246f5c5c000bc996b70d38af02db4159ebaa
|
File details
Details for the file boask-1.1.1-py3-none-any.whl.
File metadata
- Download URL: boask-1.1.1-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 |
5bd55a38b6ea3a3bb7a1e31af6d9c126b58cca0e0652739643d5f37b8c2a4d8a
|
|
| MD5 |
5df6af2ed4db2ca000d1c2380e376f14
|
|
| BLAKE2b-256 |
0c4a933fd5e5df5a54b031fe795f79f7e2170271c8f9ab629e16b9b43f105871
|