8b2eee0abc
According to official site, https://packaging.python.org/guides/analyzing-pypi-package-downloads/ PyPI package download statistics is no longer maintained and thus should be removed. Change-Id: Ie8459ab1432e64e0a184d238108eb6dc8f98848d
32 lines
1.2 KiB
ReStructuredText
32 lines
1.2 KiB
ReStructuredText
========================
|
|
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://git.openstack.org/cgit/openstack/debtcollector
|
|
* Bugs: https://bugs.launchpad.net/debtcollector
|
|
* Release Notes: https://docs.openstack.org/releasenotes/debtcollector
|