Registry / devops / pylibyear

pylibyear

JSON →
library0.4.1pypypi✓ verified 82d ago

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 pylibyear
INSTALL
IMPORT
SIG · PYLIBYEAR
P
pylibyear
devopspythonv0.4.1
Install
4.1s avg
Import
Disk
41MB
Pass rate
6/ 10
Env Coverage6 / 10
glibc
3.93.13
musl
3.93.13
Install & Compatibility
Where this runs
tested against v0.4.1 · pip install
no network on importno background threads
Install × environment matrix
Each cell = how many times install + import succeeded across repeated harness runs. Partial = flaky.
glibc = Debian/Ubuntu slim · musl = Alpine Linux
musl
glibc
py 3.10
✕ build_error
✕ build_error
py 3.11
✓ —
✓ 4.4s
py 3.12
✓ —
✓ 4s
py 3.13
✓ —
✓ 4s
py 3.9
✕ build_error
✕ build_error
41MB installed
● package 41MB
Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

libyear
import libyear
import pylibyear

Basic usage via Python import (CLI is recommended).

import pylibyear # Note: pylibyear is primarily a CLI tool. Use shell command: # pylibyear path/to/requirements.txt
pylibyear --version
Debug
Known issues
gotchapylibyear expects a requirements.txt or pyproject.toml file; it does not analyze Pipfile or poetry.lock.
fix
Generate a requirements.txt via pip freeze or use pyproject.toml.
affects: >=0.1.0
gotchaThe CLI requires an active internet connection to query PyPI for each dependency.
fix
Ensure network access; no offline cache is available.
affects: >=0.1.0
deprecatedThe --output-file option may write to a non-existent path without warning (fixed in 0.4.1). Upgrade to avoid silent failures.
fix
Upgrade to 0.4.1: pip install --upgrade pylibyear
affects: <0.4.1
Upgrade
Version history
0.4.1latest on PyPI · released Feb 23, 2026
Audit
Dependencies
requestsrequiredHTTP requests to PyPI JSON API
packagingrequiredparsing package versions
Agent activity
33 hits · last 30 days
node
30
OpenAI (training)
2
Resources
pylibyear — pip install pylibyear · libregistry