pep8 renamed to pycodestyle

2016-06-20 Thread Barry Warsaw
You might be aware that the upstream pep8 package has been renamed to pycodestyle. Both the command line and imports have changed, although not in a backward compatible way unfortunately[1]. There's a new upstream flake8 which I'm preparing in git-dpm, but it will be blocked until we decide what

Re: pep8 renamed to pycodestyle

2016-06-20 Thread Ben Finney
Barry Warsaw writes: > You might be aware that the upstream pep8 package has been renamed to > pycodestyle. Both the command line and imports have changed, although > not in a backward compatible way unfortunately[1]. Ah, Python. We love you, but please grow a proper API versioning system :-/ >