A lightweight ASGI toolkit, optimized for great performance, flexibility and productivity.
Project description
SlickPy
A lightweight ASGI Python toolkit, optimized for great performance, flexibility and productivity.
Install
pip install slickpy
Overview
example.py:
from slickpy import App, Writer
app = App()
@app.route("/")
async def welcome(w: Writer) -> None:
await w.end(b"Hello, world!")
main = app.asgi()
Then run the example with uvicorn:
uvicorn example:main
See examples for more.
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
slickpy-0.4.8.tar.gz
(13.1 kB
view details)
File details
Details for the file slickpy-0.4.8.tar.gz.
File metadata
- Download URL: slickpy-0.4.8.tar.gz
- Upload date:
- Size: 13.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
62d46b8f9534dacd74e62c5b7265ea7984e6bd579c8584c59ad9497ae82ffa68
|
|
| MD5 |
73f16f2d97a3176152b17fc8473ab62c
|
|
| BLAKE2b-256 |
333893558a756f1d57e736f294ae332d49cb49851e2bdbd596a9be77482c9e9d
|