Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37558840
en ru br
ALT Linux repos
S:2.0.3-alt1

Group :: Development/Python3
RPM: python3-module-sigtools

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 2.0.3-alt1
Build date: 7 april 2022, 15:40 ( 107.3 weeks ago )
Size: 51.67 Kb

Home 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

Current maintainer: Python Development Team

List of contributors

List of rpms provided by this srpm:

  • python3-module-sigtools
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin