The little ASGI library that shines
Starlette is a lightweight ASGI framework/toolkit, which is ideal for building async web services in Python. It is production-ready, and gives you the following: • A lightweight, low-complexity HTTP web framework. • WebSocket support. • In-process background tasks. • Startup and shutdown events. • Test client built on requests. • CORS, GZip, Static Files, Streaming responses. • Session and Cookie support. • 100% test coverage. • 100% type annotated codebase. • Few hard dependencies. • Compatible with asyncio and trio backends. • Great overall performance against independent benchmarks.
Release | Stable | Testing |
---|---|---|
Fedora Rawhide | 0.47.0-1.fc43 | - |
Fedora 42 | 0.46.2-1.fc42 | 0.47.0-1.fc42 |
Fedora 41 | 0.42.0-2.fc41 | - |
Fedora EPEL 10.1 | 0.46.2-1.el10_1 | 0.47.0-1.el10_1 |
You can contact the maintainers of this package via email at
python-starlette dash maintainers at fedoraproject dot org
.