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.2.tar.gz
(4.9 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.2-py3-none-any.whl
(6.0 kB
view details)
File details
Details for the file boask-1.1.2.tar.gz.
File metadata
- Download URL: boask-1.1.2.tar.gz
- Upload date:
- Size: 4.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4527b7884d48a2464cd52e2e6ec9b7418d4e0a6deb5ecf7c99f69ebdce45d6a6
|
|
| MD5 |
cc2e7566c2b5bb118e971442b26ce94f
|
|
| BLAKE2b-256 |
998586dc48830ab9d79d6e7a819718a5a5e9a64b7592eb5b75e33b5a763bfb3f
|
File details
Details for the file boask-1.1.2-py3-none-any.whl.
File metadata
- Download URL: boask-1.1.2-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 |
a16325420a76ccd8c7b168ba169ec8348641a538d6448dbe6697fe0810d1fca0
|
|
| MD5 |
c34fb9efa1efe94b196a037726162f4d
|
|
| BLAKE2b-256 |
7f0fc17290db3d300cac8316e8347ac3dc5fc7b83e1055fcc595be3d277ca153
|