Python code-maintainability Projects
-
git-habits
Measure refactoring, duplication and churn from your own git history. Compare any two periods — for example, before and after your team adopted AI coding tools. Runs entirely locally; no code leaves your machine.
Project mention: Measure your own coding habits before you believe anyone else's numbers | dev.to | 2026-08-05git clone https://github.com/uxdw/git-habits && cd git-habits python3 -m venv .venv && .venv/bin/pip install -e . # no idea when your habits changed? most people do not git-habits detect --repo /your/repo --author "you@example.com" # then compare either side of the date it suggests git-habits compare --repo /your/repo --author "you@example.com" --split 2026-04-13
-
Kargo
Stop Scripting Promotions. Start Shipping with Kargo. Kargo automates promotion across dev, staging, and prod with approval gates and verification. Open source, built by the team behind Argo CD. Download now.
Python code-maintainability discussion
Index
| # | Project | Stars |
|---|---|---|
| 1 | git-habits | 1 |