slackbuilds_ponce/python/python3-deprecation
Isaac Yu 1d211f98aa
python/python3-deprecation: Added (lib for handling deprecations)
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2022-04-30 13:51:51 +07:00
..
python3-deprecation.info
python3-deprecation.SlackBuild
README
slack-desc

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.