Metadata-Version: 2.4
Name: venv-cleaner-cli
Version: 0.1.3
Summary: Clean Python virtual environments
Author: Joydeep
License-Expression: MIT
Project-URL: Homepage, https://github.com/joydeepdas-01/venv_cleaner
Project-URL: Repository, https://github.com/joydeepdas-01/venv_cleaner
Project-URL: Issues, https://github.com/joydeepdas-01/venv_cleaner/issues
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Operating System :: OS Independent
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Topic :: Utilities
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: rich>=13.0.0
Dynamic: license-file

# 🚀 VenvCleaner

> 🧹 Clean your Python environments. Reclaim your system.

---

![Python](https://img.shields.io/badge/Python-3.8+-blue.svg)
![License](https://img.shields.io/badge/License-MIT-green.svg)
![Platform](https://img.shields.io/badge/Platform-Windows%20%7C%20Linux-lightgrey)
![Status](https://img.shields.io/badge/Status-Active-success)
![CLI](https://img.shields.io/badge/CLI-Yes-orange)
![Performance](https://img.shields.io/badge/Speed-Ultra--Fast-red)

---

## ✨ What is VenvCleaner?

**VenvCleaner** is a powerful CLI tool to:

- 🔍 Scan your entire system for Python virtual environments
- 📊 Analyze size, usage, and inactivity
- ⚡ Clean unused environments safely
- 🎨 Provide a beautiful terminal UI

---

## 🎬 Demo (Preview)

```bash
$ venv-clean --top 5

📦 Virtual Environments

ID   Size     Last Used   Status     Path
------------------------------------------------------------
0    1.2 GB   2023-11-01  ❌ INACTIVE  D:\Projects\old_env
1    850 MB   2024-02-10  ✅ ACTIVE    C:\Work\ml_env
2    620 MB   2023-09-15  ❌ INACTIVE  D:\test_env

🔥 Top 5 Largest venvs:
1.2 GB  →  old_env
850 MB  →  ml_env
