debtcollector/README.rst
melissaml 2ee856f9d7 Trivial: Update pypi url to new url
Pypi url changed from [1] to [2]

[1] https://pypi.python.org/pypi/<package>
[2] https://pypi.org/project/<package>

Change-Id: I94e055577a01add4676042f1e454c37b17c1b13b
2018-04-21 05:21:26 +08:00

35 lines
1.3 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
.. image:: https://img.shields.io/pypi/dm/debtcollector.svg
:target: https://pypi.org/project/debtcollector/
:alt: Downloads
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