Skip to content

pynps 1.3.0

Compare
Choose a tag to compare
@evertonstz evertonstz released this 05 Dec 12:02
· 122 commits to master since this release

Pypi release is updated. Upgrade with pip using:

pip install pynps --upgrade

Changelog

  • add support for download speed limit, the new argument is -l or --limit_rate 67549cc
    # uses the same syntax as wget
    # the following command will limit the download speed at 50kbps
    # you can use m for mbps, g ofr gbps and t for tbps
    >pynps -c psv -G -l 50k sonic
    
  • pynps will now delete a successfully extracted .pkg, users can use the new argument -k or --keepkg if he/she is interested in keeping the .pkg file acddd29
  • makes pkg2zip not obligatory to run the program, extraction and .pkg deletion will be skipped in this case 09313a8

binary packed with pyinstaller