|
reorder-python-imports
☆
« Back to VersTracker
|
|||||||||||||||||||||||||
|
Description: Rewrites source to reorder python imports |
|||||||||||||||||||||||||
| Type: Formula | Tracked Since: Dec 28, 2025 | |||||||||||||||||||||||||
| Links: Homepage | formulae.brew.sh | |||||||||||||||||||||||||
| Category: Developer tools | |||||||||||||||||||||||||
| Tags: python linting code-quality formatter imports | |||||||||||||||||||||||||
| Install: brew install reorder-python-imports | |||||||||||||||||||||||||
|
About: ReorderPythonImports is a tool that rewrites Python source files to automatically sort and organize import statements according to PEP 8 standards. It groups imports by standard library, third-party packages, and local modules, while also removing unused imports. This enforces consistent import ordering across a codebase, improving readability and maintainability. |
|||||||||||||||||||||||||
Key Features:
|
|||||||||||||||||||||||||
Use Cases:
|
|||||||||||||||||||||||||
Alternatives:
|
|||||||||||||||||||||||||
| Version History | |||||||||||||||||||||||||
|