Autosig

Latest version: v0.10.0

Safety actively analyzes 702407 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 3

0.5.0

------------------

* All new API, many breaking changes (sorry)
* signature decorator is gone
* create signatures directly withe the Signature constructor (it is no longer a base class to inherit from)
* do not use inheritance to define new signatures form old ones. It was a dead end as far as controlling the order of arguments. Use instead the + operator to combine two signatures, analogous to inheriting from one while adding new attributes.
* the new approach gives control over order of arguments, allows to mix mandatory and default arguments in one signature yet allow to reuse it ("stick" new mandatory arguments in between the arguments of the old signature)

0.4.1

------------------

* Close abstraction holes revealing dependency on attr (which is gratefully acknowledged, but could be confusing).

0.3.1

------------------

* Improved docstring generation

0.3.0

------------------

* Compose docstring from param docstrings

0.2.3

------------------

* Better and passing tests.

0.2.2

------------------

* More stringent enforcement of signatures including defaults. Fixed build.

Page 2 of 3

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.