A simple CLI tool to measure software dependency freshness by calculating the time since each dependency's latest release. Version 0.4.1, requires Python >=3.11, maintained on GitHub.
pip install pylibyearVerified import paths — ran on the pinned version, not inferred.
Basic usage via Python import (CLI is recommended).
Generate a requirements.txt via pip freeze or use pyproject.toml.
Ensure network access; no offline cache is available.
Upgrade to 0.4.1: pip install --upgrade pylibyear