Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 322 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 322 Bytes

Python package fetcher

This small script will iterate over a requirements.txt file which will download all possible architectures for the target package.

If version is not specified, The script will fetch the latest version available.

At the end, all the files will be compressed into output.tgz

Requirements

  • jq