Metadata-Version: 2.4
Name: Dan-PyInspect
Version: 5.0.0
Summary: A blazing fast Python project analyzer with a C core engine
Author: Dan Studios
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# 🧩 PyInspect v5.0

> A zero-import Python project analyzer and terminal dashboard by **Dan Studios**.

`PyInspect` scans your Python codebase, parses Abstract Syntax Trees (AST) natively, detects code smells, calculates complexity metrics, and renders a gorgeous terminal report.

## 🚀 Installation

Clone the repository and install it in editable mode:

```bash
git clone [https://github.com/your-username/PyInspect.git](https://github.com/your-username/PyInspect.git)
cd PyInspect
pip install -e .
