Package python3-module-sigtools: Information

    Source package: python3-module-sigtools
    Version: 2.0.3-alt1
    Build time:  Apr 29, 2022, 05:13 AM
    Report package bug
    License: MIT
    Summary: Python module to manipulate function signatures
    Description: 
    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

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



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

    Last changed


    April 6, 2022 Grigory Ustinov 2.0.3-alt1
    - Build new version.
    June 24, 2021 Sergey Bolshakov 2.0.2-alt3
    - drop excessive python3-module-jinja2-tests BR
    June 7, 2021 Grigory Ustinov 2.0.2-alt2
    - Drop python2 support.