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 your first app:
q new myapp
And edit app.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:
q run myapp
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.9.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.9-py3-none-any.whl
(19.4 kB
view details)
File details
Details for the file quillion-0.2.9.tar.gz.
File metadata
- Download URL: quillion-0.2.9.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 |
cafd4c25dc944e2fa2e66252d62f330daa6b2a8f5131ae526998b3ecc6084bf8
|
|
| MD5 |
2728fb4698a128273d4102f234a551b8
|
|
| BLAKE2b-256 |
bede7845cfa43cad0aeb6915d62511cae1e7d539918d4650ad8224e7feb6ee05
|
File details
Details for the file quillion-0.2.9-py3-none-any.whl.
File metadata
- Download URL: quillion-0.2.9-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 |
065ec849655ade92e5fa369d216d2089f0df3661aacc699a6cfdc7a01272c9d0
|
|
| MD5 |
c43a51d61479d47bd1802912d8314d96
|
|
| BLAKE2b-256 |
861578dc405d210e08442cc2287483a09219617c83bbefc1db63897367fe6297
|