Formatter for Python code that makes code conform to PEP 8 style
Formatter for python code
yapf
$ yapf -i script.py
$ yapf script.py
$ yapf -r -i /path/to/python/project