[PR #2964] [CLOSED] Add ReleaseRun Python Package Health checker to Package Management #20659

Closed
opened 2026-05-12 12:36:19 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/vinta/awesome-python/pull/2964
Author: @Matheus-RR
Created: 3/16/2026
Status: Closed

Base: masterHead: add-releaserun-requirements-health


📝 Commits (3)

  • 9c0ee74 Add ReleaseRun Python Package Health to Package Management section
  • 9dd6ae1 Add ReleaseRun Python Package Health checker to Package Management
  • 8f4de29 Add ReleaseRun Python Package Health to Package Management

📊 Changes

1 file changed (+1 additions, -0 deletions)

View changed files

📝 README.md (+1 -0)

📄 Description

What does this add?

Adds ReleaseRun Python Package Health — a free web-based tool for auditing Python dependency files.

Paste your requirements.txt or pyproject.toml and instantly see:

  • Outdated packages (current vs latest version from PyPI)
  • Yanked releases (packages pulled by the publisher)
  • Abandoned packages (no releases in 2+ years)
  • Deprecated packages (including author deprecation messages)
  • Health score per package

Why it fits the list

Fits in the Libraries for package and dependency management section as a free, no-signup utility that helps Python developers audit their dependencies without running pip list --outdated or checking PyPI manually.

Link: https://releaserun.com/tools/requirements-txt-health/

Checklist

  • I have read the Contribution Guidelines
  • The entry has an appropriate description
  • The entry is in the correct section
  • The link is working and the site is live

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/vinta/awesome-python/pull/2964 **Author:** [@Matheus-RR](https://github.com/Matheus-RR) **Created:** 3/16/2026 **Status:** ❌ Closed **Base:** `master` ← **Head:** `add-releaserun-requirements-health` --- ### 📝 Commits (3) - [`9c0ee74`](https://github.com/vinta/awesome-python/commit/9c0ee7459db9068849a37667193e604ffdaa567c) Add ReleaseRun Python Package Health to Package Management section - [`9dd6ae1`](https://github.com/vinta/awesome-python/commit/9dd6ae18f3fccc7e9324a9dd725c59e3e0b98a2d) Add ReleaseRun Python Package Health checker to Package Management - [`8f4de29`](https://github.com/vinta/awesome-python/commit/8f4de29fb1f2170935cf8cd8b519f2193ae1ac49) Add ReleaseRun Python Package Health to Package Management ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) </details> ### 📄 Description ## What does this add? Adds [ReleaseRun Python Package Health](https://releaserun.com/tools/requirements-txt-health/) — a free web-based tool for auditing Python dependency files. Paste your `requirements.txt` or `pyproject.toml` and instantly see: - Outdated packages (current vs latest version from PyPI) - Yanked releases (packages pulled by the publisher) - Abandoned packages (no releases in 2+ years) - Deprecated packages (including author deprecation messages) - Health score per package ## Why it fits the list Fits in the _Libraries for package and dependency management_ section as a free, no-signup utility that helps Python developers audit their dependencies without running `pip list --outdated` or checking PyPI manually. **Link:** https://releaserun.com/tools/requirements-txt-health/ ### Checklist - [x] I have read the Contribution Guidelines - [x] The entry has an appropriate description - [x] The entry is in the correct section - [x] The link is working and the site is live --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-05-12 12:36:19 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-python#20659