Skip to main content

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

  1. Lightweight.
  2. No external dependecies.
  3. 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!
  4. No "{{ url_for('static', filename='css/main.css') }}" (example), we use /static/css/main.css for example!

Info

  1. 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


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.9.tar.gz (5.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

boask-1.0.9-py3-none-any.whl (6.0 kB view details)

Uploaded Python 3

File details

Details for the file boask-1.0.9.tar.gz.

File metadata

  • Download URL: boask-1.0.9.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

Hashes for boask-1.0.9.tar.gz
Algorithm Hash digest
SHA256 a8666a683be6316920bd07201b830da6d44144f2ca982abd42fd111b0b40b413
MD5 ce02e474679898f8b89aa031d342f8e8
BLAKE2b-256 a7e037d2ae2aed25ca269e2f5babf7593bc0293bb72aab8ce4d46a08c7eec7ef

See more details on using hashes here.

File details

Details for the file boask-1.0.9-py3-none-any.whl.

File metadata

  • Download URL: boask-1.0.9-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

Hashes for boask-1.0.9-py3-none-any.whl
Algorithm Hash digest
SHA256 145a6a21531e26f7c3f3037d54ff1ddd7d40a387c921222c8f3d99a27445fbce
MD5 8a3717fd40e5c4a772bfaeafc821d0bf
BLAKE2b-256 f522be46167b04e39cfd97a9ab96d909dabb199f6c6d030a9702f0b94fc6df54

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page