Open brainwane opened 11 years ago
I'm using pep8ify version 0.0.8, or so pip freeze
tells me.
Hi Sumana,
pep8ify is a sublass of the python builtin 2to3 command. You can look in the 2to3 main command (http://hg.python.org/cpython/file/123804a72a8f/Lib/lib2to3/main.py) too see what is being called in pep8ify. You would probably need to recreate (/call) the main command and overwrite the necessary options.
It would definitely take some work, but any time you donate would be greatly appreciated.
I just installed
pep8ify
today and found it very useful; thank you!When I look for help at the command line:
I have searched around in the repo and cannot figure out where the help message is being generated (so I can give you a pull request to change '2to3' to 'pep8ify'). Help?