Skip to content

kaliv0/iclean

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ICLEAN

PyPI Downloads

Python CLI tool for cleaning up unused imports
(either user defined, coming from the standard or third party library)

Requires Python 3.10+

Installation

Via pip:

$ pip install iclean

From main branch:

$ git clone https://github.com/kaliv0/iclean.git
$ cd iclean 
$ pip install .

Example

To run the tool type iclean followed by target path and options

$ iclean ../test --skip foo.py --verbose