CodeReview
CodeReview Home Page is located at http://fabricesalvaire.github.io/CodeReview
Credits
Authors: Fabrice Salvaire
News
V1 2017-12-20
Redesigned INotify
dead
dead simple python dead code detection
installation
pip install dead
cli
Consult the help for the latest usage:
$ dead --help
usage: dead [-h] [--files FILES] [--exclude EXCLUDE] [--tes
flake8-eradicate
flake8 plugin to find commented out (or so called "dead") code.
This is quite important for the project in a long run. Based on eradicate project.
Installation
pip install flake8-e
Safe code refactoring for modern Python projects.
Overview
Bowler is a refactoring tool for manipulating Python at the syntax tree level. It enables safe, large scale code modifications while guaranteeing
Livepython
Watch your Python run like a movie.
NOTE: Livepython is alpha software. It doesn't handle a lot of edge cases and features may change.
Livepython is a desktop app that lets you visual
heat
IPython magic command to profile and view your python code as a heat map using py-heat.
Demo
In case the demo was too fast, here is a snapshot of the last step of the demo for deeper contemplatio
autopep8
autopep8 automatically formats Python code to conform to the PEP 8 style guide. It uses the pycodestyle utility to determine what parts of the code needs to be formatted. autopep8 is capable of fixing most