myint / yolk

Command-line tool for querying PyPI and Python packages installed on your system (with Python 3 support)
https://pypi.python.org/pypi/yolk3k
BSD 3-Clause "New" or "Revised" License
65 stars 11 forks source link

Request: Support local PyPi servers #14

Open brettswift opened 6 years ago

brettswift commented 6 years ago

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 indexes.

Jomosis commented 5 years ago

And, https://pypi.python.org/pypi is not accessible in China. Can we have this custom, or at least use https://pypi.org/pypi, which seems more globally optimized.