Package python3-module-sigtools: Information
Source package: python3-module-sigtools
Version: 2.0.3-alt1
Build time: Apr 8, 2022, 01:04 PM in the task #298046
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:
Grigory Ustinov
Sergey Bolshakov
Vitaly Lipatov
Stanislav Levin
Ivan Zakharyaschev
Dmitry V. Levin
Mikhail Efremov
Eugeny A. Rostovtsev
Grigory Ustinov
Sergey Bolshakov
Vitaly Lipatov
Stanislav Levin
Ivan Zakharyaschev
Dmitry V. Levin
Mikhail Efremov
Eugeny A. Rostovtsev
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.