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.4.tar.gz
(4.7 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.4-py3-none-any.whl
(5.5 kB
view details)
File details
Details for the file boask-1.1.4.tar.gz.
File metadata
- Download URL: boask-1.1.4.tar.gz
- Upload date:
- Size: 4.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cffbcb4e615d3ba925ab959db744927a65fb468ecb62157f6b84ff0384d951ad
|
|
| MD5 |
93dfe95b113ba4ca75bb12976c2e048a
|
|
| BLAKE2b-256 |
52c010b0726f35627cbf7c2c07a3f78ea4b4e6b83a6b9c2749c2ce0cf65969b7
|
File details
Details for the file boask-1.1.4-py3-none-any.whl.
File metadata
- Download URL: boask-1.1.4-py3-none-any.whl
- Upload date:
- Size: 5.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 |
2254f90e87b54ab1fd40eece87780c358852770373842d353cb324df8d1cbc7c
|
|
| MD5 |
412102f557341bd5436935b70fc1a005
|
|
| BLAKE2b-256 |
841f8efcfb83f9dd15c3f36533f79c879aaedeec1f71a05d4c9a66960aeebb28
|