Skip to content

A simple Python3 script to query Snyk for PyPi package metadata.

Notifications You must be signed in to change notification settings

xgloom/get-pypi-metadata

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

get-pypi-metadata

Usage

Usage: python3 get-pypi-metadata.py requirements.txt <snyk_meta.json>

Info

A simple Python 3 script to fetch PyPI package metadata from Snyk by iterating over requirements.txt and querying:

https://snyk.io/advisor/python/{package_name}

Notes

  • It works today (March 6, 2025), might not tomorrow.
  • This will not be kept up-to-date; I'm just sharing this in case it helps someone else.

About

A simple Python3 script to query Snyk for PyPi package metadata.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages