Metadata-Version: 1.1
Name: flake8-expandtab
Version: 0.3
Summary: flake8 for tab junkies
Home-page: https://www.github.com/hyperair/flake8-expandtab
Author: Chow Loong Jin
Author-email: hyperair@debian.org
License: MIT
Description: flake8-expandtab
        ================
        
        Introduction
        ------------
        
        `flake8 <https://github.com/PyCQA/flake8>`__ for tab junkies. This
        extension allows you to pre-expand tabs into spaces before flake8 parses
        files, to get around flake8's 8-space tab assumption.
        
        Installation
        ------------
        
        Install it via pip:
        
        .. code:: sh
        
            $ pip install flake8 flake8-expandtab
        
        Configuration
        -------------
        
        You can specify ``--tab-width`` to an integer value to activate this
        extension, or specify ``tab-width`` in your config.
        
        Authors
        -------
        
        -  **Chow Loong Jin** - *Initial work* -
           `hyperair <https://github.com/hyperair>`__
        
        See also the list of
        `contributors <https://github.com/hyperair/flake8-expandtab/contributors>`__
        who participated in this project.
        
        License
        -------
        
        This project is licensed under the MIT License - see the
        `LICENSE <LICENSE>`__ file for details
        
        Acknowledgments
        ---------------
        
        -  `README-Template.md from
           PurpleBooth <https://gist.github.com/PurpleBooth/109311bb0361f32d87a2>`__
        -  `flake8 <https://github.com/PyCQA/flake8>`__ -- a great linting tool
           that really hates tabs
        -  `Rejected pycodestyle smart-tabs
           PR <https://github.com/PyCQA/pycodestyle/pull/397>`__ -- kudos to
           `dsedivec <https://github.com/dsedivec>`__ for the initial attempt at
           making flake8 usable with tab indentation
        
Platform: UNKNOWN
Classifier: Framework :: Flake8
Classifier: Intended Audience :: Developers
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: Quality Assurance
Classifier: Operating System :: OS Independent
