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
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