slackbuilds/python/python3-deprecation
Jeremy Hansen 2e8e25dc69
python/python3-deprecation: Correct email and clean up SlackBuild
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2023-09-23 11:00:00 +07:00
..
README
python3-deprecation.SlackBuild python/python3-deprecation: Correct email and clean up SlackBuild 2023-09-23 11:00:00 +07:00
python3-deprecation.info python/python3-deprecation: Correct email and clean up SlackBuild 2023-09-23 11:00:00 +07:00
slack-desc

README

deprecation is a library that enables automated deprecations. It
offers the deprecated() decorator to wrap functions, providing proper
warnings both in documentation and via Python's warnings system,
as well as the deprecation.fail_if_not_removed() decorator for test
methods to ensure that deprecated code is eventually removed.