Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 654 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 654 Bytes

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