Пакет python3-module-starlette: Информация

  • Default inline alert: Версия в репозитории: 0.37.2-alt1

Исходный пакет: python3-module-starlette
Версия: 0.37.0-alt1
Последняя версия по данным Repology
Собран:  9 февраля 2024 г. 12:06 в задании #340153
Категория: Разработка/Python 3
Сообщить об ошибке в пакете
Домашняя страница: https://www.starlette.io

Лицензия: BSD-3-Clause
О пакете: The little ASGI framework 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 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.

Список rpm-пакетов, предоставляемых данным srpm-пакетом:
python3-module-starlette (noarch)

Сопровождающий: Alexandr Shashkin


Права:
Alexandr Shashkin
Vitaly Lipatov
@everybody

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

Последнее изменение


9 февраля 2024 г. Alexandr Shashkin 0.37.0-alt1
- 0.31.1 -> 0.37.0
31 декабря 2023 г. Alexandr Shashkin 0.31.1-alt1
- 0.28.0 -> 0.31.1
8 августа 2023 г. Grigory Ustinov 0.28.0-alt2
- Fixed dependency on wrong multipart module.