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

    Исходный пакет: python3-module-sigtools
    Версия: 2.0.3-alt1
    Собран:  29 апреля 2022 г. 5:13
    Категория: Разработка/Python 3
    Сообщить об ошибке в пакете
    Домашняя страница: https://pypi.python.org/pypi/sigtools/

    Лицензия: MIT
    О пакете: Python module to manipulate function signatures
    Описание: 
    Utilities for working with 3.3's inspect.Signature objects.
    The sigtools python library provides:
    
    * Decorators to specify keyword-only parameters, annotations and
      positional-only parameters, even on python2: sigtools.modifiers
    * Decorators to specify how *args, **kwargs are handled, in a way that
      can be introspected: sigtools.specifiers
    * Function combination routines that preserve signatures:
      sigtools.wrappers
    * Functions to manipulate signature objects likewise: sigtools.signatures

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

    Сопровождающий: Python Development Team


      1. python3-module-html5lib
      2. python3-module-setuptools
      3. python3-module-sphinx
      4. rpm-build-python3

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


    6 апреля 2022 г. Grigory Ustinov 2.0.3-alt1
    - Build new version.
    24 июня 2021 г. Sergey Bolshakov 2.0.2-alt3
    - drop excessive python3-module-jinja2-tests BR
    7 июня 2021 г. Grigory Ustinov 2.0.2-alt2
    - Drop python2 support.