litestar

Package — Web FrameworkPython 3.7+Intermediate

High-performance ASGI framework with dependency injection and OpenAPI

Quick Info

Documentation
Official Docs
Python Version
3.7+
Dependencies
Pydantic, anyio, httpx, msgspec, polyfactory
Install
pip install litestar

Learn by Difficulty

Quick Example

python
# Install: pip install litestar
import litestar

# Basic litestar usage
print(f"Using litestar")
# See documentation for detailed examples

litestar is a third-party package. High-performance ASGI framework with dependency injection and OpenAPI. Install with: pip install litestar

Try in Playground

Tags

packagewebframeworkbackend