summaryrefslogtreecommitdiffstats
path: root/python/python3-deprecation/README
blob: 2de1563977b4aa79670b89923b803c7e671b1dec (about) (plain) (blame)
1
2
3
4
5
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.