freshcrate
Skin:/
Home > Developer Tools > sigtools

sigtools

Utilities for working with inspect.Signature objects.

Why this rank:Release freshnessHealthy release cadence

Description

``sigtools``: utilities to manipulate callable objects' signatures ================================================================== 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 <https://virtualenv.readthedocs.org/en/latest/virtualenv.html>`_:: $ pip install sigtools Or for a user-wide install:: $ pip install --user sigtools

Release History

VersionChangesUrgencyDate
4.0.1Imported from PyPI (4.0.1)Low4/21/2026

Dependencies & License Audit

Loading dependencies...

Similar Packages

pyhankoTools for stamping and signing PDF filesmaster@2026-06-03
modalPython client library for Modalmain@2026-06-05
unstructured-clientPython Client SDK for Unstructured APIv0.45.0
anthropicThe official Python library for the anthropic APIv0.106.0
pipThe PyPA recommended tool for installing Python packages.main@2026-06-05

More in Developer Tools

system_prompts_leaksExtracted system prompts from ChatGPT (GPT-5.4, GPT-5.3, Codex), Claude (Opus 4.6, Sonnet 4.6, Claude Code), Gemini (3.1 Pro, 3 Flash, CLI), Grok (4.2, 4), Perplexity, and more. Updated regularly.
mypyOptional static typing for Python
pipThe PyPA recommended tool for installing Python packages.
anthropicThe official Python library for the anthropic API