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

Block or report pkghealth

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
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