25 projects
rstcheck
Checks syntax of reStructuredText and code blocks nested within it
autopep8
A tool that automatically formats Python code to conform to the PEP 8 style guide
autoflake
Removes unused imports and unused variables
pyformat
Formats Python code to follow a consistent style.
docformatter
Formats docstrings to follow PEP 257
eradicate
Removes commented-out code.
unify
Modifies strings to all use the same (single/double) quote where possible.
cppclean
Find problems in C++ source that slow development of large code bases.
scspell3k
A conservative interactive spell checker for source code.
language-check
Checks grammar using LanguageTool.
rst2pptx
A docutils writer and script for converting reStructuredText to the PowerPoint format
yolk3k
Command-line tool for querying PyPI and Python packages installed on your system.
rst2beamer3k
A docutils writer and script for converting restructured text to the Beamer presentation format
modernize3k
A hack on top of 2to3 for modernizing code for hybrid codebases.
mincss3k
Clears the junk out of your CSS.
git-sweep3k
Clean up branches from your Git remotes
trim
Trims trailing whitespace from files.
unreferenced
Reports unreferenced files.
image-view
Displays images (PNM, PNG, JPEG, etc.) conveniently from the terminal.
docgrep
Like grep, but searches for matches in docstrings.
untokenize
Transforms tokens into original source code (while preserving whitespace).
py3kwarn
Detects code that is not Python 3 compatible.
pydiff
Diffs two Python files at the bytecode level.
move
Moves revision-controlled files interactively in an editor.
gccanalyze
Do static analysis with GCC.