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.10.tar.gz
(14.8 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.10-py3-none-any.whl
(39.8 kB
view details)
File details
Details for the file quillion-0.2.10.tar.gz.
File metadata
- Download URL: quillion-0.2.10.tar.gz
- Upload date:
- Size: 14.8 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 |
1d10ce5a74045dee5bd5e96c15c7ef3b91b34698d657f12c40eddf83ece0aa1d
|
|
| MD5 |
f6a3eda225571d6083b8d1a228747df6
|
|
| BLAKE2b-256 |
865404e774f3ea37cf2aeca7590b70c4d0fea48f6e95331afaac4b476b7e6d9e
|
File details
Details for the file quillion-0.2.10-py3-none-any.whl.
File metadata
- Download URL: quillion-0.2.10-py3-none-any.whl
- Upload date:
- Size: 39.8 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 |
de845b4af21cee481743ab623151e47efe40c80575b5ec1269a3fe2f695cf4af
|
|
| MD5 |
be21b64acf098e8f7990b9319380e9df
|
|
| BLAKE2b-256 |
a4fc5cbb3d7494d9897131d75acaef68950e50a2f83a64d233abe09cbbd40f2a
|