On Thursday, 12 December 2013 11:13:51 UTC, Chandru Rajendran wrote: > Please help me with running Pep8 using setuptools. Also help me how to Pep8 > for files in a folder.
The tool you're looking for is flake8. It integrates with setuptools, so that you can run 'python setup.py flake8'. More information here: http://flake8.readthedocs.org/en/2.0/setuptools.html -- https://mail.python.org/mailman/listinfo/python-list