Metadata-Version: 1.1
Name: snekchek
Version: 0.2.6
Summary: Lint wrapper for python modules
Home-page: https://github.com/IzunaDevs/SnekChek
Author: martmists
Author-email: mail@martmists.com
License: MIT
Description: SnekCheck
        =========
        |image0|
        
        A generalized, highly customizable python linter 
        
        All configuration (except for pylint) is done in one file: .snekrc
        
        full .snekrc:
        
        .. code:: ini
        
            TODO
        
        **Not all flake8 extensions are supported!**
        
        ::
        
            usage: snekchek [-h] [--json] [--config-file CONFIG_FILE]
               
               optional arguments:
                 -h, --help            show this help message and exit
                 --json                output in JSON format
                 --config-file CONFIG_FILE
                                       Select config file to use
        
        .. |image0| image:: https://travis-ci.org/IzunaDevs/SnekChek.svg?branch=master
        
        
Keywords: lint,python,pylint,flake8,isort,vulture,bandit,dodgy,safety,pytest,pyroma,pypi,yapf,snekchek,snekrc
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Software Development :: Quality Assurance
Classifier: Topic :: Software Development :: Libraries :: Python Modules
