Metadata-Version: 2.4
Name: reqget
Version: 1.3.0
Summary: Smart Python dependency scanner and requirements generator
Author-email: Leon Priest <leonpriest76@gmail.com>
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: setuptools

# Reqget: Smart Requirements.txt Generator

**Version**: 1.0.0  
**Author**: Leon Priest

## 🧠 What is Reqget?

Reqget is a smart dependency scanner that traverses a Python codebase to:
- Extract imports using AST
- Map them to pip-installable packages
- Resolve transitive dependencies
- Check for known package conflicts
- Output a `requirements.txt` automatically

Includes optional Tkinter GUI for easier use.

## 🧪 Features
- Accurate import analysis
- Conflict checking via curated `Knownconflicts.json`
- Transitive dependency inclusion
- GUI and CLI interface
- Blacklist-aware (stdlib-safe)

## 🖥️ Usage (CLI)

```bash
python cli.py /path/to/project
