Metadata-Version: 2.4
Name: import-stripper
Version: 0.1.0
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

# py-cleaner

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

## Installation

```bash
pip install pycleaner
```

## Usage

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