pigar icon indicating copy to clipboard operation
pigar copied to clipboard

PYPI_URL is hardcoded, does not pick up custom pip configuration.

Open SelinGungor opened this issue 6 years ago • 2 comments

The following piece of code can be improved. PYPI_URL = 'https://pypi.org'

Pigar can check whether there is a custom pypi configuration exists or not. If there is not custom url, it can get by default https://pypi.org.

SelinGungor avatar Mar 19 '19 13:03 SelinGungor

The other PyPI mirrors may has different page structures, I don't know if pigar can handle it gracefully.

damnever avatar Apr 11 '19 09:04 damnever

Came across the same thing recently too. We have internal mirrors because we are behind a firewall to control what packages are installed. Any workaround or fix for this so that it reads the pip.conf?

millsks avatar Sep 23 '20 03:09 millsks