awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
prospector-dev avatar

prospector-dev/prospector

0
View on GitHub↗
2,086 स्टार्स·180 फोर्क्स·Python·GPL-2.0·2 व्यूज़

Prospector

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

Features

  • Code Analysis - Listed in the “Code Analysis” section of the Awesome Python awesome list.
  • Code Analysis and Quality - Comprehensive tool for analyzing Python code quality.
  • Code Metrics - Aggregates various tools to inspect source code quality.

स्टार हिस्ट्री

prospector-dev/prospector के लिए स्टार हिस्ट्री चार्टprospector-dev/prospector के लिए स्टार हिस्ट्री चार्ट

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Start searching with AI

अक्सर पूछे जाने वाले प्रश्न

prospector-dev/prospector क्या करता है?

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

prospector-dev/prospector की मुख्य विशेषताएं क्या हैं?

prospector-dev/prospector की मुख्य विशेषताएं हैं: Code Analysis, Code Analysis and Quality, Code Metrics।

prospector-dev/prospector के कुछ ओपन-सोर्स विकल्प क्या हैं?

prospector-dev/prospector के ओपन-सोर्स विकल्पों में शामिल हैं: pycqa/flake8 — Flake8 is a Python style checker and static analysis tool that identifies programmatic errors and violations of coding… pycqa/bandit — Bandit is a static analysis security testing tool and vulnerability detection scanner for Python source code. It… 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… psf/black — This project is an uncompromising, deterministic code formatter for Python. It functions by parsing source code into… pycqa/isort — isort is a Python import sorter and code formatter that organizes import statements into alphabetical groups and…

Prospector के ओपन-सोर्स विकल्प

समान ओपन-सोर्स प्रोजेक्ट्स, जो Prospector के साथ साझा की गई सुविधाओं के आधार पर रैंक किए गए हैं।
  • psf/blackpsf का अवतार

    psf/black

    41,578GitHub पर देखें↗

    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
    GitHub पर देखें↗41,578
  • jendrikseipp/vulturejendrikseipp का अवतार

    jendrikseipp/vulture

    4,655GitHub पर देखें↗

    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
    GitHub पर देखें↗4,655
  • astral-sh/ruffastral-sh का अवतार

    astral-sh/ruff

    48,177GitHub पर देखें↗

    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
    GitHub पर देखें↗48,177
  • pycqa/banditPyCQA का अवतार

    PyCQA/bandit

    8,092GitHub पर देखें↗

    Bandit is a static analysis security testing tool and vulnerability detection scanner for Python source code. It functions as a security-focused linter and static analyzer that identifies common vulnerabilities and architectural flaws without executing the program. The tool utilizes an abstract syntax tree to analyze code patterns and identifies risky function calls or insecure configurations. It employs a plugin-based rule engine to decouple scanning logic from individual security checks and supports configuration-driven filtering to exclude specific files or ignore certain warnings. The sy

    Pythonbanditlinterpython
    GitHub पर देखें↗8,092
  • Prospector के सभी 30 विकल्प देखें→