{"library":"funcsigs","type":"library","category":null,"description":"funcsigs is a Python library that backports the function signature introspection features from Python 3.3's `inspect` module (PEP 362) to older Python versions. It allows developers to work with `Signature` and `Parameter` objects to understand callable arguments and return annotations, even in Python 2.6, 2.7, and 3.2+. Its latest version, 1.0.2, was released in April 2016, marking it as a mature and largely unmaintained project, as its core functionality has been integrated into Python's standard library for modern versions.","language":"python","status":"maintenance","version":"1.0.2","tags":["function signatures","backport","inspect","python2 compatibility","python3 compatibility"],"last_verified":"Wed May 20","install":[{"cmd":"pip install funcsigs","imports":["from funcsigs import signature","from funcsigs import Signature","from funcsigs import Parameter"]}],"homepage":"http://funcsigs.readthedocs.org","github":null,"docs":null,"changelog":null,"pypi":"https://pypi.org/project/funcsigs/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"3.10–3.9","success_rate":100,"avg_install_s":1.6,"avg_import_s":0,"wheel_type":"wheel"},"url":"https://checklist.day/v1/registry/funcsigs/compatibility"}}