Metadata-Version: 1.0
Name: flake8-quotes
Version: 0.0.1
Summary: Flake8 lint for double quotes.
Home-page: http://github.com/zheller/flake8-quotes/
Author: Zachary Wright Heller
Author-email: UNKNOWN
License: UNKNOWN
Description: # Flake8 Extension to lint for double quotes.
        
        ## Usage
        
        If you are using flake8 its as easy as:
        
        ```shell
            pip install flake8-quotes
        ```
        
        Now you don't need to worry about people like @sectioneight constantly
        complaining that you are using doublequotes and not singlequotes.
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
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
