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

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

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

PyCQA/docformatter

0
View on GitHub↗
594 نجوم·87 تفرعات·Python·MIT·2 مشاهداتpypi.python.org/pypi/docformatter↗

Docformatter

docformatter

Features

  • Code Formatters - Formats docstrings to adhere to PEP 257 guidelines.

سجل النجوم

مخطط تاريخ النجوم لـ pycqa/docformatterمخطط تاريخ النجوم لـ pycqa/docformatter

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

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

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

Start searching with AI

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

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Docformatter.
  • 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
  • dprint/dprintالصورة الرمزية لـ dprint

    dprint/dprint

    3,795عرض على GitHub↗

    dprint is a multi-language code formatter that applies consistent styling across various programming languages using a pluggable architecture. It functions as a unified project style management tool, a command-line interface for continuous integration style enforcement, and a Language Server Protocol implementation for real-time formatting in editors. The project is distinguished by a WebAssembly-based plugin system that loads sandboxed formatting logic from URLs or file paths. It further extends its capabilities through a process-based tool integration that wraps external command-line interf

    Rustformatter
    عرض على GitHub↗3,795
  • google/yapfالصورة الرمزية لـ google

    google/yapf

    13,978عرض على GitHub↗

    YAPF is a Python code formatter and style compliance tool. It operates as an AST-based reformatter that uses concrete syntax trees to ensure structural consistency and a uniform visual presentation across source files. The engine utilizes a penalty-based layout optimizer to determine the best line breaks by calculating numerical costs for different formatting choices. It employs a multi-process code processor to distribute the formatting of multiple files across several CPU cores. The tool covers source code reformatting through in-place file modifications, difference analysis, and the proce

    Python
    عرض على GitHub↗13,978
  • hhatto/autopep8الصورة الرمزية لـ hhatto

    hhatto/autopep8

    4,665عرض على GitHub↗

    autopep8 is a Python static code styler and formatter designed to automatically rewrite source code to comply with the PEP 8 style guide. It functions as a recursive code cleaner that identifies and fixes indentation, whitespace, and syntax irregularities across entire projects. The tool performs structural refactoring using abstract syntax tree transformations to execute non-whitespace changes, such as shortening long lines and improving identity tests. It includes an aggressive refactoring mode for complex style violations and supports selective formatting via inline markers to disable chan

    Python
    عرض على GitHub↗4,665
عرض جميع البدائل الـ 8 لـ Docformatter→

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

ما هي وظيفة pycqa/docformatter؟

docformatter

ما هي الميزات الرئيسية لـ pycqa/docformatter؟

الميزات الرئيسية لـ pycqa/docformatter هي: Code Formatters.

ما هي البدائل مفتوحة المصدر لـ pycqa/docformatter؟

تشمل البدائل مفتوحة المصدر لـ pycqa/docformatter: astral-sh/ruff — Ruff is a high-performance static analysis and code formatting tool designed for Python. Built in Rust, it functions… dprint/dprint — dprint is a multi-language code formatter that applies consistent styling across various programming languages using a… google/yapf — YAPF is a Python code formatter and style compliance tool. It operates as an AST-based reformatter that uses concrete… hhatto/autopep8 — autopep8 is a Python static code styler and formatter designed to automatically rewrite source code to comply with the… jinxdash/prettier-plugin-rust — Prettier Rust is an opinionated code formatter that autocorrects bad syntax. psf/black — This project is an uncompromising, deterministic code formatter for Python. It functions by parsing source code into…