Metadata-Version: 2.1 Name: debtcollector Version: 2.5.0 Summary: A collection of Python deprecation patterns and strategies that help you collect your technical debt in a non-destructive manner. Home-page: https://docs.openstack.org/debtcollector/latest Author: OpenStack Author-email: openstack-discuss@lists.openstack.org License: UNKNOWN Platform: UNKNOWN Classifier: Environment :: OpenStack Classifier: Intended Audience :: Information Technology Classifier: Intended Audience :: System Administrators Classifier: License :: OSI Approved :: Apache Software License Classifier: Operating System :: POSIX :: Linux Classifier: Programming Language :: Python Classifier: Programming Language :: Python :: 3 Classifier: Programming Language :: Python :: 3.6 Classifier: Programming Language :: Python :: 3.7 Classifier: Programming Language :: Python :: 3 :: Only Classifier: Programming Language :: Python :: Implementation :: CPython Requires-Python: >=3.6 Requires-Dist: wrapt (>=1.7.0) Requires-Dist: importlib-metadata (>=1.7.0) ; (python_version<'3.8') ======================== Team and repository tags ======================== .. image:: https://governance.openstack.org/tc/badges/debtcollector.svg :target: https://governance.openstack.org/tc/reference/tags/index.html .. Change things from this point on Debtcollector ============= .. image:: https://img.shields.io/pypi/v/debtcollector.svg :target: https://pypi.org/project/debtcollector/ :alt: Latest Version A collection of Python deprecation patterns and strategies that help you collect your technical debt in a non-destructive manner. The goal of this library is to provide well documented developer facing deprecation patterns that start of with a basic set and can expand into a larger set of patterns as time goes on. The desired output of these patterns is to apply the warnings module to emit DeprecationWarning or PendingDeprecationWarning or similar derivative to developers using libraries (or potentially applications) about future deprecations. * Free software: Apache license * Documentation: https://docs.openstack.org/debtcollector/latest * Source: https://opendev.org/openstack/debtcollector * Bugs: https://bugs.launchpad.net/debtcollector * Release Notes: https://docs.openstack.org/releasenotes/debtcollector