prospector-dev/prospector
Inspects Python source files and provides information about type and location of classes, methods etc observed · 2026-08-28
Health v2 · maintenance only
97/100
- Activity 99
- Release rhythm 93
- Longevity 100
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: 11
- age_days: 4776
- days_rel: 48
- days_push: 9
- n_releases_24m: 22
Adoption not part of the score
2087 stars · 181 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Prospector is a Python static analysis tool that aggregates results from tools like Pylint, pycodestyle, and McCabe to report errors, potential problems, convention violations, and complexity. It aims to be useful out of the box with sensible default profiles that adapt to the libraries a project uses.
Use cases
- lint python code
- find errors and potential problems in python source files
- aggregate pylint and pycodestyle results in one tool
- check code complexity of a python project
- set up python linting out of the box
- enforce coding conventions in a python codebase
When to choose
- you want a single tool that combines multiple Python linters with sensible defaults
- you want linting that works immediately without extensive per-rule configuration
- you want analysis output that adapts to the libraries your project uses
When to avoid
- you need only one specific linter's exact behavior rather than aggregated results
- you need a formatter or auto-fixer rather than an analysis reporter
- you are linting non-Python code
Facets
cli-tool · maturity active
linter developer-tools cli developer-tools testing python cli cross-platform static-analysis code-quality pylint pycodestyle mccabe python-linter python
2 sources
- readme: https://github.com/prospector-dev/prospector · fetched 2026-08-28 · 123a38213724
- registry_pypi: https://pypi.org/pypi/prospector/json · fetched 2026-08-29 · 842c317b8847
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| prospector-dev/prospector | main | 97 |
For agents
markdown · JSON · MCP: product_card(name="prospector-dev/prospector")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem