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

    Исходный пакет: python3-module-annotated-types
    Версия: 0.6.0-alt1
    Собран:  16 февраля 2024 г. 23:20
    Категория: Разработка/Python 3
    Сообщить об ошибке в пакете
    Домашняя страница: https://pypi.org/project/annotated-types

    Лицензия: MIT
    О пакете: Reusable constraint types to use with typing.Annotated
    Описание: 
    PEP-593 added typing.Annotated as a way of adding context-specific
    metadata to existing types, and specifies that Annotated[T, x] should
    be treated as T by any tool or library without special logic for x.
    
    This package provides metadata objects which can be used to represent
    common constraints such as upper and lower bounds on scalar values and
    collection sizes, a Predicate marker for runtime checks, and
    descriptions of how we intend these metadata to be interpreted. In some
    cases, we also note alternative representations which do not require
    this package.

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

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

    Список участников:
    Alexandr Shashkin

      1. python3-module-hatchling
      2. python3-module-pyproject-installer >= 0.4.0
      3. python3-module-pytest
      4. python3-module-pytest-sugar
      5. rpm-build-pyproject

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


    14 февраля 2024 г. Alexandr Shashkin 0.6.0-alt1
    - 0.5.0 -> 0.6.0
    10 августа 2023 г. Alexandr Shashkin 0.5.0-alt1
    - Initial build for Sisyphus