Metadata-Version: 2.1
Name: snekchek
Version: 0.4.6
Summary: Linter/formatter/test-tool wrapper for python modules
Home-page: https://github.com/IzunaDevs/SnekChek
Author: izunadevs
Author-email: izunadevs@martmists.com
Maintainer: martmists
Maintainer-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: linter,formatter,python,pylint,flake8,isort,vulture,bandit,dodgy,safety,pytest,unittest,pyroma,pypi,yapf,black,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 :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Software Development :: Quality Assurance
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Provides-Extra: safety
Provides-Extra: yapf
Provides-Extra: pylint
Provides-Extra: unittest
Provides-Extra: vulture
Provides-Extra: pypi
Provides-Extra: pytest
Provides-Extra: black
Provides-Extra: isort
Provides-Extra: flake8
Provides-Extra: dodgy
Provides-Extra: pyroma
