Metadata-Version: 2.1
Name: removestar
Version: 1.0
Summary: A tool to automatically replace 'import *' imports with explicit imports in files
Home-page: https://www.asmeurer.com/removestar/
Author: Aaron Meurer
Author-email: asmeurer@gmail.com
License: UNKNOWN
Description: Tool to automatically replace `import *` imports with explicit imports
        
        Requires pyflakes. Somewhat inspired by autoflake.
        
        Limitations:
        
        - Only works with relative imports at the moment
        - Does not work correctly with recursive star imports
        - Assumes only names in the current file are used by star imports
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
