[code-quality] [Announcement] [mccabe] New way to run mccabe as a standalone script

2015-01-06 Thread Ian Cordasco
Hey all, Ever since mccabe has become it's own package on PyPI, you've been able to run it independently by executing python -m mccabe {opts} Since most of mccabe's downloads are via Flake8, the project has resisted adding an entry point to make an easy-to-access console script. I'm a thorou

Re: [code-quality] [Announcement] [mccabe] New way to run mccabe as a standalone script

2015-01-06 Thread Ian Cordasco
On Tue, Jan 6, 2015 at 8:25 AM, Ian Cordasco wrote: > Hey all, > > Ever since mccabe has become it's own package on PyPI, you've been > able to run it independently by executing > > python -m mccabe {opts} > > Since most of mccabe's downloads are via Flake8, the project has > resisted adding a