Modern asynchronous web framework
Project description
Quillion
Quillion is a Python web framework for building fast, reactive, and elegant web applications with minimal effort
Getting Started
-
Install via pip:
pip install quillion
-
Create main.py
from quillion import app, page from quillion.components import text @page("/") def home(): return text("Hello, World!") app.start(port=1337)
-
Run the app:
python main.py
License
MIT
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
quillion-0.2.8.tar.gz
(11.5 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
quillion-0.2.8-py3-none-any.whl
(19.4 kB
view details)
File details
Details for the file quillion-0.2.8.tar.gz.
File metadata
- Download URL: quillion-0.2.8.tar.gz
- Upload date:
- Size: 11.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.2.1 CPython/3.13.7 Linux/6.11.0-1018-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f0c1d8cd4a587c8a461ac31d18a29aec38b68abc1f43c83c6e6a8312cd1d4630
|
|
| MD5 |
1e6bcc1c79e1862e8b2c7edc168ac5cf
|
|
| BLAKE2b-256 |
cc94285f9d4ea70230478b10a2b0ecf08d09479eab4856955d49540868817c3d
|
File details
Details for the file quillion-0.2.8-py3-none-any.whl.
File metadata
- Download URL: quillion-0.2.8-py3-none-any.whl
- Upload date:
- Size: 19.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.2.1 CPython/3.13.7 Linux/6.11.0-1018-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6630df0d3a2bea1d5c93afd14184231859873465381166ef77d3bf39a8e2eade
|
|
| MD5 |
4193f17b100cfb4589ff865eb25e0650
|
|
| BLAKE2b-256 |
9b97caae147268c017f86682737e1e6b40866db987d6836b3b98ebcc84be7db3
|