Package python3-module-starlette: Information

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

Source package: python3-module-starlette
Version: 0.37.0-alt1
Latest version according to Repology
Build time:  Feb 9, 2024, 12:06 PM in the task #340153
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.

List of rpms provided by this srpm:
python3-module-starlette (noarch)

Maintainer: Alexandr Shashkin



    1. python3-module-anyio
    2. python3-module-hatchling
    3. python3-module-httpx
    4. python3-module-importlib-metadata
    5. python3-module-itsdangerous
    6. python3-module-jinja2
    7. python3-module-pyproject-installer >= 0.4.0
    8. python3-module-pytest
    9. python3-module-python-multipart
    10. python3-module-pyyaml
    11. python3-module-trio
    12. python3-module-typing-extensions
    13. rpm-build-pyproject

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.