pypi_changes#

Demo#

Demo

Commandline interface#

pypi-changes [-h] [--jobs COUNT] [--cache-path PATH] [--cache-duration SEC]
             [--sort [{a,alphabetic,u,updated}]] [--output {tree,json}]
             PYTHON_EXE

pypi-changes positional arguments#

  • PYTHON_EXE - python interpreter to inspect (default: None)

pypi-changes options#

  • -h, --help - show this help message and exit

  • --jobs COUNT, -j COUNT - maximum number of parallel requests when loading distribution information from PyPI (default: 10)

  • --cache-path PATH, -c PATH - requests are cached to disk to this sqlite file (default: /home/docs/.cache/pypi_changes/1.2.2.dev28+g18e3d30/requests.sqlite)

  • --cache-duration SEC, -d SEC - seconds how long requests should be cached (pass 0 to bypass the cache, -1 to cache forever) (default: 3600)

  • --sort SORT, -s SORT - sorting method (default: updated)

  • --output OUTPUT, -o OUTPUT - Choose output format (default: tree)