Metadata-Version: 2.4
Name: pyenv-doctor
Version: 0.1.0
Summary: Diagnose Python environment issues and suggest fixes
Home-page: https://github.com/AMEER-ROSHAN/pyenv-doctor
Author: Ameer Roshan H
Author-email: ameerroshan02@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
License-File: LICENSE
Requires-Dist: packaging
Requires-Dist: tomli; python_version < "3.11"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# pyenv-doctor 🩺

[![PyPI version](https://img.shields.io/pypi/v/pyenv-doctor.svg)](https://pypi.org/project/pyenv-doctor/)
[![Python versions](https://img.shields.io/pypi/pyversions/pyenv-doctor.svg)](https://pypi.org/project/pyenv-doctor/)
[![License](https://img.shields.io/pypi/l/pyenv-doctor.svg)](https://pypi.org/project/pyenv-doctor/)

**pyenv-doctor** is a lightweight Python CLI and library that diagnoses common Python environment problems and provides clear, actionable fix instructions.

It helps developers quickly identify issues related to Python versions, virtual environments, missing dependencies, and required system libraries — reducing setup and debugging time.

Source code: https://github.com/AMEER-ROSHAN/pyenv-doctor

---

## ✨ Features

- Detects Python version mismatches
- Checks whether a virtual environment is active
- Verifies installed Python dependencies
- Identifies missing system-level libraries
- Suggests exact commands to fix detected issues
- Can be used as a CLI or as a Python library

---

## 📦 Requirements

- Python **3.8+**

---

## 🚀 Installation

Install from PyPI:

```bash
pip install pyenv-doctor
