Metadata-Version: 2.4
Name: docker-clean-pro
Version: 1.0.0
Summary: Professional Docker cleanup tool migrated from PowerShell to Python
Project-URL: Repository, https://github.com/mtpontes/docker-clean-pro
Project-URL: Documentation, https://mtpontes.github.io/docker-clean-pro/
Project-URL: Bug Tracker, https://github.com/mtpontes/docker-clean-pro/issues
Author: mtpontes
License: MIT
Requires-Python: >=3.8
Requires-Dist: docker
Requires-Dist: psutil
Requires-Dist: rich
Requires-Dist: typer
Description-Content-Type: text/markdown

# Docker Clean Pro (Python)

Professional Docker cleanup tool migrated from PowerShell.

## Installation

Using Hatch:
```bash
hatch run docker-clean --help
```

## Features

- Basic, Advanced, and Total Cleanup.
- Resource counting (Containers, Images, Volumes, Networks).
- System disk usage report.
- Export reports to JSON and Markdown.
