Package python3-module-sigtools: Information
Source package: python3-module-sigtools
Version: 2.0.2-alt3
Build time: Jun 24, 2021, 02:28 PM in the task #275579
Category: Development/Python3
Report package bugHome page: https://pypi.python.org/pypi/sigtools/
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
Maintainer: Python Development Team
List of contributors:
Sergey Bolshakov
Grigory Ustinov
Vitaly Lipatov
Stanislav Levin
Ivan Zakharyaschev
Dmitry V. Levin
Mikhail Efremov
Eugeny A. Rostovtsev
Sergey Bolshakov
Grigory Ustinov
Vitaly Lipatov
Stanislav Levin
Ivan Zakharyaschev
Dmitry V. Levin
Mikhail Efremov
Eugeny A. Rostovtsev
Last changed
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.
June 1, 2019 Vitaly Lipatov 2.0.2-alt1
- new version 2.0.2 (with rpmrb script) - switch to build from tarball - disable check (module repeated-test is missed) - build python3 module only