Skip to content
View pkghealth's full-sized avatar
  • Anthropic Inference

Block or report pkghealth

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
pkghealth/README.md

pkghealth 🔍

PyPI Version License: MIT Python Version

pkghealth is a Python-based tool to analyze and report on the health of your project's dependencies. It identifies outdated packages, security vulnerabilities, and dependency conflicts, helping you maintain a clean and secure codebase.


✨ Features

  • Outdated Packages: Scan requirements.txt or pyproject.toml to detect outdated dependencies.
  • Vulnerability Alerts: Cross-reference packages with known security advisories (e.g., PyPI Advisory DB).
  • Dependency Graph: Visualize dependency relationships and conflicts.
  • CI/CD Integration: Export results to JSON/Markdown for automated workflows.

🚀 Installation

Install pkghealth via pip:

pip install pkghealth

@pkghealth's activity is private