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.7.tar.gz
(17.4 kB
view details)
File details
Details for the file slickpy-0.4.7.tar.gz.
File metadata
- Download URL: slickpy-0.4.7.tar.gz
- Upload date:
- Size: 17.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ace9e0b038660e196d96caccabc16c515c70e4aa48cb35d2908a5b63050821c7
|
|
| MD5 |
71758f7bd76890e64d1b25e0e7a0d506
|
|
| BLAKE2b-256 |
c01c3c0bb1be857115a75dbb26bc8ca831cdc4edfa113f21bdbb194e5fe7beaa
|