tonybaloney/wily
A Python application for tracking, reporting on timing and complexity in Python code observed · 2026-08-28
Health v2 · maintenance only
84/100
- Activity 96
- Release rhythm 60
- Longevity 100
Flags: prerelease_only
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 0
- age_days: 2883
- days_rel: 129
- days_push: 24
- n_releases_24m: 2
Adoption not part of the score
1324 stars · 67 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Wily is a command-line application that tracks and reports code complexity and other metrics across the git history of a Python project. It builds a cache of metrics per commit and can diff complexity against previous revisions, making it useful in CI pipelines and pre-commit hooks.
Use cases
- track code complexity trends across git commits
- fail CI when complexity increases in a pull request
- run complexity checks as a pre-commit hook
- report on maintainability metrics for a Python codebase
- compare complexity of current code against a specific git revision
- find files whose complexity has grown over time
When to choose
- you maintain a Python project and want to prevent complexity regressions
- you want historical metric trends derived from git history
- you need a lightweight CLI metric gate for CI or pre-commit
When to avoid
- your project is not in git or not written in Python
- you need runtime performance profiling rather than static complexity metrics
- you need full static analysis with type checking
Facets
cli-tool · maturity active
developer-tools code-review ci-cd linter developer-tools version-control testing performance python cli cross-platform code-complexity static-analysis git-history cyclomatic-complexity maintainability pre-commit code-quality-metrics
2 sources
- readme: https://github.com/tonybaloney/wily · fetched 2026-08-28 · 1c5e1bb305ba
- registry_pypi: https://pypi.org/pypi/wily/json · fetched 2026-08-29 · 55923c331de7
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| tonybaloney/wily | main | 84 |
For agents
markdown · JSON · MCP: product_card(name="tonybaloney/wily")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem