4 रिपॉजिटरी
Capabilities for traversing folder hierarchies to apply formatting across entire project directories.
Distinct from Python Code Formatters: Specifies the recursive traversal capability rather than the formatting logic itself.
Explore 4 awesome GitHub repositories matching programming languages & runtimes · Recursive Directory Processing. Refine with filters or upvote what's useful.
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
Functions as a recursive code cleaner that processes files across entire project directories.
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
Recursively processes folder hierarchies to identify stylistic errors across an entire project.
doctoc एक मार्कडाउन टेबल ऑफ कंटेंट्स जनरेटर और फाइल प्रोसेसर है जिसे मार्कडाउन दस्तावेजों के भीतर हेडिंग्स की लिंक्ड लिस्ट को स्वचालित रूप से बनाने और अपडेट करने के लिए डिज़ाइन किया गया है। यह एक git रिपॉजिटरी दस्तावेज़ीकरण टूल के रूप में कार्य करता है जो फाइलों के संग्रह में नेविगेशन को सुसंगत बनाए रखने के लिए लोकल निर्देशिकाओं को स्कैन करता है। टूल में एक GitHub संगत एंकर जनरेटर है जो हेडिंग लिंक्स को GitHub और समान होस्टिंग प्लेटफॉर्म की विशिष्ट आवश्यकताओं से मेल खाने के लिए स्वरूपित करता है। यह अन्य दस्तावेज़ कंटेंट को ओवरराइट किए बिना टेबल ऑफ कंटेंट्स को बदलने के लिए मार्कर टिप्पणियों का पता लगाकर अपडेट्स को मैनेज करता है। यह प्रोजेक्ट रिकर्सिव डायरेक्टरी प्रोसेसिंग को कवर करता है, जो इसे नेस्टेड फोल्डर्स को स्कैन करने और सभी संगत फाइलों पर अपडेट लागू करने की अनुमति देता है। इसमें नेस्टिंग स्तरों या मेटाडेटा टैग्स के आधार पर विशिष्ट हेडिंग्स या फाइलों को बाहर करने के लिए कंटेंट फिल्टरिंग और एंट्री कंट्रोल भी शामिल है। एक स्थिरता सत्यापन उपयोगिता टूल को यह जांचने की अनुमति देती है कि फाइलें बिना संशोधित किए पुरानी तो नहीं हो गई हैं, जो स्वचालित दस्तावेज़ीकरण वर्कफ़्लो में एकीकरण की सुविधा प्रदान करती है।
Recursively scans directories to apply table of contents generation to all compatible Markdown files.
This project is a Python library and command-line tool designed to convert Markdown text and files into structured HTML fragments. It functions as a Markdown-to-HTML converter and parser that transforms piped text or source files into web-ready documents. The project is an extensible text processor featuring a pluggable API for defining custom inline and block syntax. This modular framework allows for the registration of specialized syntax extensions, such as tables and footnotes, and provides a system for managing runtime configuration settings. The conversion process covers multilingual te
Ships a utility to read Markdown from files or standard input and write the resulting HTML to a destination.