Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/openstack/debtcollector
A collection of python patterns that help you collect your technical debt in a non-destructive manner. Mirror of code maintained at opendev.org.
https://github.com/openstack/debtcollector
Last synced: about 1 hour ago
JSON representation
A collection of python patterns that help you collect your technical debt in a non-destructive manner. Mirror of code maintained at opendev.org.
- Host: GitHub
- URL: https://github.com/openstack/debtcollector
- Owner: openstack
- License: apache-2.0
- Created: 2015-01-17T00:39:40.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2024-10-23T16:45:55.000Z (21 days ago)
- Last Synced: 2024-10-25T15:23:58.349Z (19 days ago)
- Language: Python
- Homepage: https://opendev.org/openstack/debtcollector
- Size: 267 KB
- Stars: 49
- Watchers: 7
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
Awesome Lists containing this project
README
========================
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 VersionA 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