awesome-repositories.com
Blog
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectAboutHow we rankPressMCP server
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
PyCQA avatar

PyCQA/prospector

0
View on GitHub↗
2,085 stars·180 forks·Python·GPL-2.0·2 views

Prospector

Inspects Python source files and provides information about type and location of classes, methods etc

Features

  • Code Quality and Linting - Aggregates results from multiple Python linting tools.
  • Code Quality Linters - Wrapper for various Python static analysis tools.
  • Static Analysis Tools - Wrapper for various Python quality tools.

Star history

Star history chart for pycqa/prospectorStar history chart for pycqa/prospector

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Prospector

Similar open-source projects, ranked by how many features they share with Prospector.
  • pycqa/flake8PyCQA avatar

    PyCQA/flake8

    3,760View on GitHub↗

    Flake8 is a Python style checker and static analysis tool that identifies programmatic errors and violations of coding standards in source files. It serves as a linting wrapper that aggregates multiple checkers into a single interface, functioning as a pluggable framework for Python code analysis. The tool incorporates a cyclomatic complexity analyzer to measure the logical complexity of functions and identify code that requires refactoring. It is designed for extensibility, allowing the integration of custom plugins and rules through defined entry points. The system provides capabilities fo

    Pythoncomplexity-analysisflake8linter
    View on GitHub↗3,760
  • 360entsecgroup-skylar/goreporter360EntSecGroup-Skylar avatar

    360EntSecGroup-Skylar/goreporter

    3,123View on GitHub↗

    A Golang tool that does static analysis, unit testing, code review and generate code quality report.

    Go
    View on GitHub↗3,123
  • alexkohler/preallocalexkohler avatar

    alexkohler/prealloc

    666View on GitHub↗

    prealloc is a Go static analysis tool to find slice declarations that could potentially be preallocated.

    Go
    View on GitHub↗666
  • amperser/proselintamperser avatar

    amperser/proselint

    4,542View on GitHub↗

    Proselint is a prose linter and rule-based text analyzer designed to identify stylistic errors, clichés, and jargon in written text. It scans documents against a curated registry of linguistic and typographic rules to maintain professional editorial standards and improve writing quality. The project functions as a command line text processor, a programmable analysis library, and a git pre-commit hook. Its modular architecture allows the core engine to be embedded into other applications, exposed via a REST API, or integrated into text editors. The tool supports recursive directory traversal

    JavaScript
    View on GitHub↗4,542
See all 30 alternatives to Prospector→

Frequently asked questions

What does pycqa/prospector do?

Inspects Python source files and provides information about type and location of classes, methods etc

What are the main features of pycqa/prospector?

The main features of pycqa/prospector are: Code Quality and Linting, Code Quality Linters, Static Analysis Tools.

What are some open-source alternatives to pycqa/prospector?

Open-source alternatives to pycqa/prospector include: pycqa/flake8 — Flake8 is a Python style checker and static analysis tool that identifies programmatic errors and violations of coding… 360entsecgroup-skylar/goreporter — A Golang tool that does static analysis, unit testing, code review and generate code quality report. angular-eslint/angular-eslint — :sparkles: Monorepo for all the tooling related to using ESLint with Angular. alexkohler/prealloc — prealloc is a Go static analysis tool to find slice declarations that could potentially be preallocated. amperser/proselint — Proselint is a prose linter and rule-based text analyzer designed to identify stylistic errors, clichés, and jargon in… codespell-project/codespell — check code for common misspellings.