Litestar Piccolo
Installation
pip install litestar-piccolo
or
pip install litestar[piccolo]
Usage
Here is a basic application that demonstrates how to use the plugin.
from __future__ import annotations
from litestar import Litestar
from litestar_piccolo import PiccoloPlugin
piccolo = PiccoloPlugin()
app = Litestar(plugins=[piccolo])
Release files for litestar-piccolo 0.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| litestar_piccolo-0.1.0.tar.gz | 74.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| litestar_piccolo-0.1.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 79.2 kB
Release files / litestar_piccolo-0.1.0.tar.gz
| Download URL | litestar_piccolo-0.1.0.tar.gz |
|---|---|
| Size | 74.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
4d91185d171ae75882751255133592770ea15448036cf5235567589977f4aad8
|
|
BLAKE2b-256 checksum How to use checksums |
ac935434d3f6e3a7f100cc0086364da7a3236ec2308ddfe73fbfc0452cdf6baf
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/4.0.2 CPython/3.11.6
|
Release files / litestar_piccolo-0.1.0-py3-none-any.whl
| Download URL | litestar_piccolo-0.1.0-py3-none-any.whl |
|---|---|
| Size | 5.1 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
8659e666ddaa96cd48cf3b33b8d63c6de0d2e2f664f34e8a3e2e513f97dd1bd9
|
|
BLAKE2b-256 checksum How to use checksums |
99d37cdfdb63a6b5c099e0de904976e0fb282433955169310103f49ba757bb12
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/4.0.2 CPython/3.11.6
|