awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
repowise-dev avatar

repowise-dev/repowise

0
View on GitHub↗
2,380 stele·309 fork-uri·Python·2 vizualizărirepowise.dev↗

Repowise

Codebase intelligence for AI-assisted engineering teams: code health scores, auto-generated docs, git analytics, dead code detection, and architectural decisions via MCP.

Features

  • Code Analysis - Listed in the “Code Analysis” section of the Awesome Python awesome list.
  • Code Analysis and Quality - Codebase intelligence for dependency graphs and dead code detection.
  • Documentation Generation - Indexes repos into dependency graphs and architectural decisions.

Istoric stele

Graficul istoricului de stele pentru repowise-dev/repowiseGraficul istoricului de stele pentru repowise-dev/repowise

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Start searching with AI

Întrebări frecvente

Ce face repowise-dev/repowise?

Codebase intelligence for AI-assisted engineering teams: code health scores, auto-generated docs, git analytics, dead code detection, and architectural decisions via MCP.

Care sunt principalele funcționalități ale repowise-dev/repowise?

Principalele funcționalități ale repowise-dev/repowise sunt: Code Analysis, Code Analysis and Quality, Documentation Generation.

Care sunt câteva alternative open-source pentru repowise-dev/repowise?

Alternativele open-source pentru repowise-dev/repowise includ: pycqa/bandit — Bandit is a static analysis security testing tool and vulnerability detection scanner for Python source code. It… psf/black — This project is an uncompromising, deterministic code formatter for Python. It functions by parsing source code into… jendrikseipp/vulture — Vulture is a static analysis tool and linter designed to find unused variables, functions, and classes in Python… astral-sh/ruff — Ruff is a high-performance static analysis and code formatting tool designed for Python. Built in Rust, it functions… prospector-dev/prospector — Inspects Python source files and provides information about type and location of classes, methods etc. pycqa/flake8 — Flake8 is a Python style checker and static analysis tool that identifies programmatic errors and violations of coding…

Alternative open-source pentru Repowise

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu Repowise.
  • prospector-dev/prospectorAvatar prospector-dev

    prospector-dev/prospector

    2,086Vezi pe GitHub↗

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

    Pythonhactoberfestlinterlinters-config
    Vezi pe GitHub↗2,086
  • jendrikseipp/vultureAvatar jendrikseipp

    jendrikseipp/vulture

    4,655Vezi pe GitHub↗

    Vulture is a static analysis tool and linter designed to find unused variables, functions, and classes in Python source code. It operates as a dead code detector and unused code finder that scans source files to identify unreachable expressions and imports without executing the code. The tool employs a confidence-based heuristic scoring system to assign probability values to detections, helping to distinguish truly unused symbols from potential false positives. It further assists in pruning dead logic by sorting detected unused classes and functions by line count to prioritize the removal of

    Pythondead-code-removalpython
    Vezi pe GitHub↗4,655
  • astral-sh/ruffAvatar astral-sh

    astral-sh/ruff

    48,177Vezi pe GitHub↗

    Ruff is a high-performance static analysis and code formatting tool designed for Python. Built in Rust, it functions as a comprehensive engine that scans source code to detect programming errors, security vulnerabilities, and deviations from established coding standards. By parsing source code into a structured tree representation, it provides both automated linting and style enforcement across entire projects. The tool distinguishes itself through its speed and deep integration into the development lifecycle. It utilizes parallelized file processing to maximize throughput on large codebases

    Rustlinterpep8python
    Vezi pe GitHub↗48,177
  • psf/blackAvatar psf

    psf/black

    41,578Vezi pe GitHub↗

    This project is an uncompromising, deterministic code formatter for Python. It functions by parsing source code into an abstract syntax tree and regenerating it according to a rigid, opinionated set of style rules. By automating the formatting process, it eliminates manual style debates and configuration overhead, ensuring that code remains consistent across entire projects regardless of the original input. The tool distinguishes itself through its focus on speed and seamless integration into development workflows. It utilizes content-based file caching and parallel processing to maintain hig

    Pythonautopep8codecodeformatter
    Vezi pe GitHub↗41,578
Vezi toate cele 30 alternative pentru Repowise→