Metadata-Version: 2.4
Name: del-cache
Version: 1.0.0
Summary: A terminal tool to clean cache from package managers
Author: Caleb M. Sibanda
Author-email: darkian.dev@gmail.com
License: MIT
Project-URL: Homepage, https://github.com/2kDarki/cache-cleaner
Project-URL: Documentation, https://github.com/2kDarki/cache-cleaner#readme
Project-URL: Repository, https://github.com/2kDarki/cache-cleaner
Project-URL: Issues, https://github.com/2kDarki/cache-cleaner/issues
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: System :: Systems Administration
Classifier: Topic :: Utilities
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: rich
Requires-Dist: tuikit
Dynamic: author
Dynamic: author-email
Dynamic: license-file

# Cache Cleaner 🧹

A beautiful terminal tool to clean cache from various package managers with rich visual feedback.

## Features

- **Beautiful UI**: Uses Rich for terminal beautification
- **Live Status**: See real-time progress with colored indicators
- **Multiple Package Managers**: Supports pip, npm, yarn, cargo, gem, composer, apt, brew, and go
- **Verbose Mode**: See detailed information about what's being cleaned
- **Dry Run**: Preview what would be cleaned without making changes
- **Force Mode**: Clean system caches that require sudo

## Installation

```bash
pip install del-cache
```

Or install from source
```bash
git clone https://github.com/2kDarki/cache-cleaner
cd cache-cleaner
pip install -e .
```

## Usage

```bash
# Clean all caches
clean

# Preview what would be cleaned
clean --dry-run

# Show detailed output
clean --verbose

# Clean system caches (requires sudo)
clean --force

# Show help
clean --help
```

## [Licence](LICENCE)
