Metadata-Version: 2.0
Name: mccabe-console-script
Version: 0.1.0.post1
Summary: Console script for the McCabe checker
Home-page: https://gitlab.com/pycqa/mccabe-console-script
Author: Ian Cordasco
Author-email: graffatcolmingov@gmail.com
License: Expat license
Keywords: flake8 mccabe
Platform: UNKNOWN
Classifier: Development Status :: 6 - Mature
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Utilities
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: Quality Assurance
Requires-Dist: mccabe (>=0.3)

mccabe-console-script
=====================

A package that creates a console script for the `McCabe complexity checker`_.

Installation::

    pip install mccabe-complexity-checker

Usage::

    mccabe --min 5 my_file.py

.. _McCabe complexity checker: https://pypi.python.org/pypi/mccabe


