The sigtools python library provides:
sigtools.signature to resolve function signatures, taking into account parameters added or removed by decorators.
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
The documentation can be found at Read The Docs: https://sigtools.readthedocs.org
Installing
Within a virtualenv:
$ pip install sigtools
Or for a user-wide install:
$ pip install --user sigtools
Release files for sigtools 4.0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| sigtools-4.0.1.tar.gz | 71.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| sigtools-4.0.1-py2.py3-none-any.whl | Python 3, Python 2 | none | any | Details |
Total release size: 148.3 kB
Release files / sigtools-4.0.1.tar.gz
| Download URL | sigtools-4.0.1.tar.gz |
|---|---|
| Size | 71.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
4b8e135a9cd4d2ea00da670c093372d74e672ba3abb87f4c98d8e73dea54445c
|
|
BLAKE2b-256 checksum How to use checksums |
5fdb669ca14166814da187b3087b908ca924cf83f5b504fe23b3859a3ef67d4f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.9.14
|
Release files / sigtools-4.0.1-py2.py3-none-any.whl
| Download URL | sigtools-4.0.1-py2.py3-none-any.whl |
|---|---|
| Size | 76.4 kB |
| Tags | Python 2 Python 3 |
|
SHA-256 checksum How to use checksums |
d216b4cf920bbab0fce636ddc429ed8463a5b533d9e1492acb45a2a1bc36ac6c
|
|
BLAKE2b-256 checksum How to use checksums |
1f91853dbf6ec096197dba9cd5fd0c836c5fc19142038b7db60ebe6332b1bab1
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.9.14
|