Metadata-Version: 2.4
Name: project-advisor
Version: 1.0.0
Summary: Analyze Python projects and generate health reports.
Author: Sakthivel R
License: MIT
Keywords: cli,python,developer-tools,project-health,diagnostics
Classifier: Programming Language :: Python :: 3
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: License
License-File: License.txt
Requires-Dist: typer>=0.16.0
Requires-Dist: rich>=14.0.0
Requires-Dist: packaging>=24.0
Dynamic: license-file

#  Project-Advisor

**Project-Advisor** is a Python command-line tool that analyzes Python projects and reports their overall health.

It helps developers quickly identify missing configuration files, dependency issues, environment problems, and project quality.

---

##  Features

- Python version detection
- Virtual environment detection
- Pip version detection
- Project file validation
- Missing package detection
- Duplicate dependency detection
- Python version compatibility check
- Health score (0–100)
- Project summary
- Project initialization (`init`)

---

##  Installation

```bash
pip install project-advisor
