Metadata-Version: 2.4
Name: zta-devtools
Version: 0.5.0
Summary: A developer CLI tool for Python package management, virtualenvs, scanning, and automation.
Home-page: https://github.com/ZtaMDev/zta-devtools
Author: ZtaMDev
Author-email: ZtaMDev <manuelitoricardo3@gmail.com>
License: MIT
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: rich
Requires-Dist: watchdog
Requires-Dist: safety
Dynamic: author
Dynamic: home-page
Dynamic: requires-python

# Zta-DevTools CLI

DevTools CLI is a powerful command-line tool for Python developers. It helps manage environments, packages, vulnerabilities, and repetitive tasks with ease.

## ✨ Features

- 🔍 Scan project imports and auto-generate `requirements.txt`
- 📦 Install, update, uninstall packages with progress bars
- 🧪 Detect and use virtual environments
- ♻️ Clean unused dependencies
- 📄 Freeze only used modules
- 🛡️ Check for known package vulnerabilities (via `safety`)
- 👁️ Watch project files and auto-run commands
- 🧰 Generate templates and documentation
- 📊 View Python and system info
- 🚀 Designed for productivity and clarity

## 🛠️ Installation

```bash
pip install zta-devtools
```

## 🚀 Usage

- zta-devtools -h

