A tool to automatically replace 'import *' imports with explicit imports in files
Project description
removestar
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
Usage
$ removestar file.py # Shows diff but does not edit file.py
$ removestar -i file.py # Edits file.py in-place
$ removestar module/ # Modifies every Python file in module recursively
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size removestar-1.0.1.tar.gz (20.3 kB) | File type Source | Python version None | Upload date | Hashes View hashes |