Index has issues when not specified or when url is specified

Issue #2 resolved
Justin Nesselrotte created an issue

Not specifying a url caused it to fail saying it couldn't connect to None/pkg (pkg being my package). If I specified a url like https://pypi.python.org/simple it would replace with // in front of pypi with a single / which would fail to connect.

Also, you need to apply the same fix to line 76 as you do 107. Right now, it simply does not work at all. It tries to download from https://pypi.python.org/simple/simple//simple/pkg

I'd like to get this fixed and get a new version out as soon as possible. After a couple of fixes, it worked great!

Comments (3)

  1. Log in to comment