Metadata-Version: 2.1
Name: pylint-args
Version: 0.0.5
Summary: Pylint plugin checking order of the passing keyword arguments to the function
Home-page: https://github.com/Nikita-Boyarskikh/pylint-args
Author: Nikita Boyarskikh
Author-email: n02@ya.ru
License: MIT
Description: pylint-kwargs-order
        ===================
        
        About
        -----
        
        `pylint-kwargs-order` is a [Pylint](http://pylint.org) plugin for checking order of the passing keyword arguments to the function.
        
        Installation
        ------------
        
        To install:
        
            pip install pylint-kwargs-order
        
        Usage
        -----
        
        Ensure `pylint-kwargs-order` is installed and on your path and then execute:
        
            pylint --load-plugins pylint_kwargs_order [..other options..] <path_to_your_sources>
        
        Features
        --------
        
        -   Just checks that the keyword arguments are passed to the function in alphabetical order
        
        Contributing
        ------------
        
        [Issues](https://github.com/Nikita-Boyarskikh/pylint-kwargs-order/issues)
        
        
Keywords: pylint plugin keyword order
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Natural Language :: Russian
Classifier: Natural Language :: English
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 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: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Software Development :: Testing
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Description-Content-Type: text/markdown
