Metadata-Version: 2.1
Name: safepull
Version: 1.0.0
Summary: A quick and dirty command-line script to pull down and extract .py files out of tarballs and wheels without interfacing with the setup.py file.
License: MIT
Project-URL: repository, https://github.com/import-pandas-as-numpy/safepull/
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE

# safepull

A quick and dirty command-line script to pull down and extract .py files out of tarballs and wheels without interfacing
with the setup.py file. This is a targeted replacement for `pip download <package>` to prevent malware detonation within
setup.py files. 
