Metadata-Version: 2.4
Name: pycleaner-cli
Version: 0.1.2
Summary: A lightweight CLI tool to automatically remove unused import statements from your Python scripts
Author-email: Izzoudine KANTA <izzoudine.kanta@epitech.eu>
License: MIT
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# pycleaner-cli

A lightweight CLI tool to automatically remove unused import statements from your Python scripts.

## Installation

```bash
pip install pycleaner-cli
```

## Usage

```bash
pycleaner-cli clean-import path/to/your_file.py
```
