pep8.py
pep8.py copied to clipboard
use pep8.py from API
Could we get a quick HOWTO about using pep8.py as an API - not only a shell script.
I had a quick look at it and it seems that since options and args are globals it's quite difficult to really use it inside another project (without subprocess)
I don't really have a HOWTO since it isn't something I have ever done or considered myself. This is for mm/pep8checker I presume?
Besides the global variables, are their any other changes that would make things easier for you?