Show HN: I built a PyPI watchdog that tests whether packages work
Category: devtools
Tags: pypi, package-testing, monitoring
Score: 4.3/10 (Innovation: 4, Technical: 5, Documentation: 2, Utility: 4)
PyPI Place is a watchdog tool that tests newly released PyPI packages across multiple Python environments (e.g., py312-slim, py311-alpine) and reports pass/fail status, import errors, and timeouts. It provides a live dashboard for package health monitoring, which is useful for identifying broken or dependency-failing packages early.
Target audience: backend devs, devops
Repository: https://sovereignmail.org/pypiplace ยท Python
View on Hacker News