Skip to content

feat: Add support for pip cache origin files#5135

Open
sahilnyk wants to merge 3 commits into
aboutcode-org:developfrom
sahilnyk:4220-parse-pip-cache-dir
Open

feat: Add support for pip cache origin files#5135
sahilnyk wants to merge 3 commits into
aboutcode-org:developfrom
sahilnyk:4220-parse-pip-cache-dir

Conversation

@sahilnyk

@sahilnyk sahilnyk commented Jun 23, 2026

Copy link
Copy Markdown

Fixes #4220

Adds a handler to parse origin.json files found in .cache/pip/wheels/ directories. Extracts package name, version, SHA-256 hash, and download URL from the pip cache metadata. The existing PypiWheelHandler already handles the .whl files in the same directories.

Tasks

  • Reviewed contribution guidelines
  • PR is descriptively titled 📑 and links the original issue above 🔗
  • Tests pass -- look for a green checkbox ✔️ a few minutes after opening your PR
    Run tests locally to check for errors.
  • Commits are in uniquely-named feature branch and has no merge conflicts 📁
  • Updated documentation pages (if applicable)
  • Updated CHANGELOG.rst

sahilnyk added 3 commits June 23, 2026 15:25
Signed-off-by: sahilnyk <contactsahilpnayak@gmail.com>
Signed-off-by: sahilnyk <contactsahilpnayak@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Parse pip cache dir

1 participant