Metadata-Version: 1.1
Name: flake8-imports
Version: 0.1.1
Summary: isort extension flake8
Home-page: https://gitlab.com/mvantellingen/flake8-imports
Author: Michael van Tellingen
Author-email: michaelvantellingen@gmail.com
License: MIT
Description: Flake8 imports plugin
        ---------------------
        
        Flake8 extension to run isort check over the source files.
        
        
        
        
        
        Installation
        ------------
        
        .. code-block: bash
        
          pip install flake8-imports
        
        
        Alternatives
        ------------
        There are already other similar implementations available, these are:
        
         * https://github.com/gforcada/flake8-isort
         * https://github.com/PyCQA/flake8-import-order
        
        The reason for this module is that both of these didn't match my
        requirements (license, keep logic within isort)
        
Platform: UNKNOWN
Classifier: Framework :: Flake8
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
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
