starlette
Package — Web FrameworkPython 3.7+Intermediate
Lightweight ASGI framework; the foundation under FastAPI
Quick Info
- Documentation
- Official Docs
- Python Version
- 3.7+
- Dependencies
- anyio, typing-extensions
- Install
pip install starlette
Learn by Difficulty
Quick Example
python
# Install: pip install starlette import starlette # Basic starlette usage print(f"Using starlette") # See documentation for detailed examples
starlette is a third-party package. Lightweight ASGI framework; the foundation under FastAPI. Install with: pip install starlette
Try in PlaygroundTags
packagewebframeworkbackend