Path to this page:
./
wip/py-techdebt,
Technical debt tracker package
Branch: CURRENT,
Version: 0.1.1,
Package name: py312-techdebt-0.1.1,
Maintainer: kamelderouicheTODO: Adjust the following lines from README.md
# Tech-debt
A simple tool to quantify your technical debt
## Installation
requirements : python 3
pip install techdebt
## Usage
1. Adding debpt annotation
add debt annotations in your project files to mark technical debt:
- @debt()
- @debt("debt_type") or
...
Master sites:
RMD160: 85217e0a46a2cce0c3cef7fb4e284da272a27a11
Filesize: 5.463 KB
Version history: (Expand)
- (2024-09-19) Package has been reborn
- (2024-09-19) Updated to version: py312-techdebt-0.1.1
- (2024-09-15) Package deleted from pkgsrc
- (2023-02-13) Updated to version: py310-techdebt-0.1.1
- (2023-02-13) Package has been reborn
- (2021-10-08) Updated to version: py39-techdebt-0.1.1