Package python3-module-starlette: Information

  • Default inline alert: Version in the repository: 0.37.2-alt1

Binary package: python3-module-starlette
Version: 0.37.0-alt1
Architecture: noarch
Build time:  Feb 9, 2024, 12:06 PM in the task #340153
Source package: python3-module-starlette
Report package bug
License: BSD-3-Clause
Summary: The little ASGI framework that shines
Description: 
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 httpx.
- 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.

Maintainer: Alexandr Shashkin



Last changed


Feb. 9, 2024 Alexandr Shashkin 0.37.0-alt1
- 0.31.1 -> 0.37.0
Dec. 31, 2023 Alexandr Shashkin 0.31.1-alt1
- 0.28.0 -> 0.31.1
Aug. 8, 2023 Grigory Ustinov 0.28.0-alt2
- Fixed dependency on wrong multipart module.