Metadata-Version: 1.1
Name: flake8-commas
Version: 0.1.0
Summary: Flake8 lint for trailing commas.
Home-page: http://github.com/zedlander/flake8-commas/
Author: Trevor Creech
Author-email: UNKNOWN
License: UNKNOWN
Description: Flake8 Extension to enforce trailing commas.
        ===========================================
        
        Usage
        -----
        
        If you are using flake8 it's as easy as:
        
        .. code:: shell
        
            pip install flake8-commas
        
        Now you can avoid those annoying merge conflicts on dictionary and list diffs.
Platform: UNKNOWN
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: Quality Assurance
