awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
python-rope avatar

python-rope/rope

0
View on GitHub↗
2,223 نجوم·184 تفرعات·Python·LGPL-3.0·2 مشاهدات

Rope

a python refactoring library

Features

  • Code Analysis - Listed in the “Code Analysis” section of the Awesome Python awesome list.
  • Code Analysis and Quality - Library for automated code refactoring.
  • Code Refactoring - Comprehensive library for automated code refactoring tasks.
  • Python Extensions - Integrates a library for Python code refactoring.

سجل النجوم

مخطط تاريخ النجوم لـ python-rope/ropeمخطط تاريخ النجوم لـ python-rope/rope

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

بدائل مفتوحة المصدر لـ Rope

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Rope.
  • jendrikseipp/vultureالصورة الرمزية لـ jendrikseipp

    jendrikseipp/vulture

    4,655عرض على 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
    عرض على GitHub↗4,655
  • instagram/monkeytypeالصورة الرمزية لـ Instagram

    Instagram/MonkeyType

    4,998عرض على GitHub↗

    MonkeyType is a runtime type inferencer and analysis tool for Python. It collects actual argument and return types from function calls during program execution to automate the production of static type annotations and compatible stub files. The system converts captured execution traces into static type hints, which can be inserted directly into source code function definitions or used to generate external type stubs. This process allows for the addition of type safety to existing codebases by analyzing real-world data types rather than through manual auditing. The tool's capabilities cover r

    Python
    عرض على GitHub↗4,998
  • astral-sh/ruffالصورة الرمزية لـ astral-sh

    astral-sh/ruff

    48,177عرض على 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
    عرض على GitHub↗48,177
  • prospector-dev/prospectorالصورة الرمزية لـ prospector-dev

    prospector-dev/prospector

    2,086عرض على GitHub↗

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

    Pythonhactoberfestlinterlinters-config
    عرض على GitHub↗2,086
عرض جميع البدائل الـ 30 لـ Rope→

الأسئلة الشائعة

ما هي وظيفة python-rope/rope؟

a python refactoring library

ما هي الميزات الرئيسية لـ python-rope/rope؟

الميزات الرئيسية لـ python-rope/rope هي: Code Analysis, Code Analysis and Quality, Code Refactoring, Python Extensions.

ما هي البدائل مفتوحة المصدر لـ python-rope/rope؟

تشمل البدائل مفتوحة المصدر لـ python-rope/rope: jendrikseipp/vulture — Vulture is a static analysis tool and linter designed to find unused variables, functions, and classes in Python… instagram/monkeytype — MonkeyType is a runtime type inferencer and analysis tool for Python. It collects actual argument and return types… 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. psf/black — This project is an uncompromising, deterministic code formatter for Python. It functions by parsing source code into… pycqa/bandit — Bandit is a static analysis security testing tool and vulnerability detection scanner for Python source code. It…