Last updated
Last updated
pypi_package_validator.py enumerates the data set CSV and performs a HEAD request on each PyPI package to determine if the package was deleted. If the package no longer exists, then the record is removed from the data set. This also helps to reduce the file size of the data set.
pypi_package_validator.py requires the following dependencies:
pip install argparse
Parameter --file, -f
type : str
path to data set CSV file
Parameter --output, -o
type : str
New data set CSV file name
Parameter --tmpfile, -tmp
type : bool
Use this flag if progress was stopped and you need to resume progress
validates the given data set CSV file
validates the given data set CSV file
uses the -tmp flag to resume progress from the last validated package
This tool handles removing deleted packages from the data set CSV