★ wanayoo — archive 1999 https://github.com/life4/awesome-python-code-formattersNouvelle recherche | Portail wanayoo
Skip to content
A curated list of awesome Python code formatters
Branch: master
Clone or download
Latest commit 3f1f971 Aug 13, 2019
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
LICENSE +license Aug 13, 2019
README.md +eradicate Aug 13, 2019

README.md

Awesome Python Code Formatters

A curated list of awesome Python code formatters

Code formatters

  • 2to3 -- Automated Python 2 to 3 code translation.
  • add-trailing-comma -- A tool to automatically add trailing commas to calls and literals.
  • autoflake -- Removes unused imports and unused variables as reported by pyflakes.
  • autopep8 -- A tool that automatically formats Python code to conform to the PEP 8 style guide.
  • black -- The uncompromising Python code formatter.
  • decrapify -- Some scripts that use pybowler.io for refactoring Python code.
  • docformatter -- Formats docstrings to follow PEP 257.
  • eradicate -- Removes commented-out code from Python files.
  • isort -- A Python utility / library to sort imports.
  • pyupgrade -- A tool to automatically upgrade syntax for newer versions of the language.
  • unify -- Modifies strings to all use the same quote where possible.
  • yapf -- Yet another Python code formatter from Google.

Improvements and wrappers

Libraries

  • bowler -- Safe code refactoring for modern Python.
  • fissix -- backport of lib2to3, with enhancements.
  • rope -- a python refactoring library.
You can’t perform that action at this time.