Name: | python3-debtcollector |
---|---|
Version: | 2.2.0 |
Release: | 2.el8 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 78015 |
License: | ASL 2.0 |
RPM: | python3-debtcollector-2.2.0-2.el8.noarch.rpm |
Source RPM: | python-debtcollector-2.2.0-2.el8.src.rpm |
Build Date: | Fri Oct 29 2021 |
Build Host: | ovs-x86-ol8-builder-01.webad1phx.solarisx86phx.oraclevcn.com |
Vendor: | Oracle America |
URL: | https://pypi.python.org/pypi/debtcollector |
Summary: | A collection of Python deprecation patterns and strategies |
Description: | It is a collection of functions/decorators which is used to signal a user when * a method (static method, class method, or regular instance method) or a class or function is going to be removed at some point in the future. * to move a instance method/property/class from an existing one to a new one * a keyword is renamed * further customizing the emitted messages |