Ross ROSS = Recommend OSS · open-source software intelligence for agents

klen/pylama

Code audit tool for python. observed · 2026-08-28

github.com/klen/pylama · Python · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

72/100

  • Activity 88
  • Release rhythm 35
  • Longevity 100

Flags: no_releases

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 5129
  • days_rel: n/a
  • days_push: 72
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1048 stars · 100 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

Pylama is a code audit tool for Python that wraps multiple linters (pycodestyle, pydocstyle, PyFlakes, McCabe, Pylint, Radon, eradicate, Mypy, Vulture) behind a single command-line interface. It provides unified output, configurable error ignoring, and optional TOML configuration.

Use cases

  • lint python code with multiple linters from one command
  • check pep8 style compliance in a python project
  • run static analysis on a python codebase recursively
  • ignore specific lint error codes like line length
  • integrate code quality checks into CI
  • find dead code and type errors in python

When to choose

  • you want a single entry point aggregating many python linters
  • you need configurable, per-project lint settings with selective linter choice
  • you want parsable or json lint output for tooling

When to avoid

  • you only need one linter like ruff or flake8 with faster performance
  • you need auto-formatting rather than lint reporting
  • you are linting non-python code

Facets

cli-tool · maturity active

linter code-review cli developer-tools developer-tools testing python cli cross-platform code-quality static-analysis pycodestyle pyflakes mypy pylint code-audit python command-line

2 sources

Member repositories

RepositoryRoleHealth v2
klen/pylamamain72

For agents

markdown · JSON · MCP: product_card(name="klen/pylama")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem