Metadata-Version: 1.1
Name: flake8-tuple
Version: 0.2.8
Summary: Check code for 1 element tuple.
Home-page: https://github.com/ar4s/flake8_tuple
Author: Arkadiusz Adamski
Author-email: arkadiusz.adamski@gmail.com
License: BSD
Description: ===============================
        flake8_tuple
        ===============================
        
        .. image:: https://img.shields.io/travis/ar4s/flake8_tuple.svg
                :target: https://travis-ci.org/ar4s/flake8_tuple
        
        .. image:: https://img.shields.io/pypi/v/flake8_tuple.svg
                :target: https://pypi.python.org/pypi/flake8_tuple
                
        .. image:: https://img.shields.io/pypi/dm/flake8_tuple.svg
        
        
        Check code for 1 element tuple.
        
        * Free software: BSD license
        * Documentation: https://flake8_tuple.readthedocs.org.
        
        Features
        --------
        
        * TODO
        
        
        
        
        History
        -------
        
        0.2.8 (2016-03-09)
        ---------------------
        
        * Fixed issue #6 - EOF in multi-line string
        * Added ``test/issues`` for run flake8
        
        
        0.2.7 (2016-03-08)
        ---------------------
        
        * Fixed issue #5 - parsing continue beyond ')'
        
        
        0.2.4 (2016-02-29)
        ---------------------
        
        * Added support for Python 2.7.x
        
        
        0.1.0 (2015-01-11)
        ---------------------
        
        * First release on PyPI.
        
Keywords: flake8_tuple
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
