Python CLI tool for cleaning up unused imports
(either user defined, coming from the standard or third party library)
Via pip:
$ pip install iclean
From main branch:
$ git clone https://github.com/kaliv0/iclean.git
$ cd iclean
$ pip install .
To run the tool type iclean followed by target path and options
$ iclean ../test --skip foo.py --verbose