I was wondering if there exists a sort of Python beautifier like the gnu-indent command line tool for C code. Of course indentation is not the point in Python since it is progra
autopep8 attempts to automate making your code conform to pep8 coding standards
https://pypi.python.org/pypi/autopep8