litestar-piccolo 0.1.0

Creator: bradpython12

Last updated:

Add to Cart

Description:

litestarpiccolo 0.1.0

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])

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.