Metadata-Version: 1.1
Name: mccabe-console-script
Version: 0.1
Summary: Console script for the McCabe checker
Home-page: https://gitlab.com/sigmavirus24/mccabe-console-script
Author: Ian Cordasco
Author-email: graffatcolmingov@gmail.com
License: Expat license
Description: 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
        
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
