yolk icon indicating copy to clipboard operation
yolk copied to clipboard

Command-line tool for querying PyPI and Python packages installed on your system (with Python 3 support)

Results 15 yolk issues
Sort by recently updated
recently updated
newest added

The doc string for the -V option says > show available versions for given package listed on PyPI However the actual behavior I get is that it only shows the...

Seems like this (yolk -V PKG_SPEC) would be one of the most common use cases. It's in the `-h` output but not present in the repo's top page.

Appears to lack appropriate API pacing/throttling. Or PyPi has recently added API restrictions? ``` [I] ➜ yolk --upgrade Checking geoip2 Traceback (most recent call last): File "/Users/edgeb1/.pyenv/versions/3.9.0/bin/yolk", line 33, in...

other libraries deal with this by taking a dependency on certifi https://stackoverflow.com/questions/27835619/urllib-and-ssl-certificate-verify-failed-error

help wanted

Import setuptools before distutils to fix warning introduced by setuptools v49.2.0

Since setuptools 49.2.0, a warning is printed whenever I run yolk: `/usr/lib/python3.8/site-packages/setuptools/distutils_patch.py:25: UserWarning: Distutils was imported before Setuptools. This usage is discouraged and may exhibit undesirable behaviors or errors. Please...

``` ➤ yolk -S foo Traceback (most recent call last): File "/home/io/.local/bin/yolk", line 10, in sys.exit(main()) File "/home/io/.local/share/pipx/venvs/yolk1977/lib/python3.7/site-packages/yolk/cli.py", line 1173, in main my_yolk.run() File "/home/io/.local/share/pipx/venvs/yolk1977/lib/python3.7/site-packages/yolk/cli.py", line 224, in run return...

I was hoping to use this to check the latest version of a package behind our corporate firewall. XML_RPC_SERVER is hardcoded. It would be nice to support pip.conf and other...

enhancement
help wanted

With the new PyPI [warehouse](https://warehouse.readthedocs.io/api-reference/integration-guide/#migrating-to-the-new-pypi), seems like the XML API will be deprecated in 2018. Will this package be updated to use one of the other APIs?

enhancement
help wanted