Metadata-Version: 2.4
Name: codepeek
Version: 2.0.0
Summary: Extract and analyze codebases from GitHub or local directories using AI (SOLID, Design Patterns, Security, Architecture)
Author-email: Ahmed Abd Alzeez <ahmedabdalziz.1886@gmail.com>
License-Expression: MIT
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests
Requires-Dist: tqdm
Requires-Dist: reportlab
Requires-Dist: python-dotenv
Dynamic: license-file

# 🚀 CodePeek

**CodePeek** is a lightweight CLI tool that extracts file summaries and code insights from any public GitHub repository.  
It helps developers explore unfamiliar repositories faster by summarizing the purpose of each file using AI.

---

## 📦 Features

- 🔍 Clone and scan any public GitHub repo.
- 🧠 Automatically summarize each source code file.
- 📄 Save the output to a clean and readable `.txt` report.
- 🚀 Simple command-line usage.

---

## 🛠️ Installation

You can install it directly from PyPI :

```bash
pip install codepeek
