Deprecate-kwargs

Latest version: v0.1.0

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

Scan your dependencies

0.1.0

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

Added
~~~~~

- ``version`` argument to the `deprecate_kwargs` function. This argument
can be used to specify the version number from which the keyword argument
is deprecated. This version number will be used to add a versionchanged
directive in the docstring of the decorated function if the `update_docstring`
argument is set to True and the docstring of the decorated function is
a Sphinx-style docstring.
- Changelog file (this file) to the package to keep track of the changes
in the package.

0.0.4

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

Added
~~~~~

- ``pre-commit`` for code formatting and linting checks.
- Publish to GitHub Release in the CD workflow.

Removed
~~~~~~~

- Removed the script ``push_to_pypi.sh`` to push the package to PyPI.
As the package is now deployed to PyPI using GitHub Actions,
no manual deployment is needed.

- Support for Python 3.6.

0.0.3

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

Added
~~~~~

- ``update_docstring`` argument to the `deprecate_kwargs` function.
This boolean argument can be used as a flag to update the docstring
(replace the old keyword argument with the new keyword argument) of
the decorated function.
- CD workflow to deploy the package to PyPI using GitHub Actions.
- Code coverage checks using Codecov in the CI workflow.
- License file to the package.

Changed
~~~~~~~

- Updated the ``README`` file with the latest information about the package.

0.0.2

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

Added
~~~~~

- The function `deprecate_kwargs` is added to the package. This function
can be used as a decorator to deprecate keyword arguments in a function.
Namely, we want to rename a keyword argument in a function, but we want
to keep the old name for backward compatibility, with a warning message
to the user. This function can be used to achieve this.
- Demo notebook to demonstrate the usage of the `deprecate_kwargs` function.
- Unit tests for the `deprecate_kwargs` function.
- CI workflow hosted on GitHub Actions.
- Script ``push_to_pypi.sh`` to push the package to PyPI.

0.0.1

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

This release was yanked.

Links

Releases

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.