Metadata-Version: 2.1
Name: importlint
Version: 0.1
Summary: Check and fix your module and package imports in python files
Home-page: https://github.com/JakeRoggenbuck/ImportLinter
Author: Jake Roggenbuck
Author-email: jake@jr0.org
License: MIT
Description: # ImportLint
        Check and fix your module and package imports in python files
        
        #### Check
        `importlint check test.py`
        
        #### fix
        `importlint fix test.py`
        
        # TODO
        ### Make command line interface for
        - Audit file (Done)
        - Correct file in place (Done)
        
        ### Make features: a = can audit, c = can correct
        - [c] Sort imports alphabetically
        - [a] Check for use of * in imports
        - [] Check for unused imports
        - [] Check for no imports for used module
        - [] Consolidate multiple similar imports into one line
        
        ### Package for pypi
        - Make a setup.py
        - Publish package!
        
Platform: UNKNOWN
Description-Content-Type: text/markdown
