(no title)
kpcyrd | 1 month ago
The situation that PyPi is in is clearly worse: https://stackoverflow.com/questions/39537938/how-do-i-downlo...
kpcyrd | 1 month ago
The situation that PyPi is in is clearly worse: https://stackoverflow.com/questions/39537938/how-do-i-downlo...
Spivak|1 month ago
When you bootstrap your package ecosystem using git forges for hosting there's no index at all so I'm not really sure what the argument is.
kpcyrd|1 month ago
With git there's a sync protocol built-in that allows anybody who's interested to pull a copy of the index (this shouldn't be the default distribution model for the package clients, but anybody who truely wants it can pull it). PyPi is keeping their index private and you'd have to scrape all data through a heavily rate-limited API.