google-code-export / psutil

Automatically exported from code.google.com/p/psutil
Other
0 stars 0 forks source link

Host psutil on PyPi #410

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Currently psutil is hosted off of PyPi, this presents security and performance 
challenges. If you could upload the releases to PyPi and then follow the 
instructions at pypi-externals.caremad.io/help/what/ it'd be great!

Original issue reported on code.google.com by alex.gay...@gmail.com on 21 Jul 2013 at 11:19

GoogleCodeExporter commented 9 years ago
It certainly seems there's a lot of demand for this so I think it's time to 
accept it.
I guess we can do this starting from next psutil version.
Out of curiosity, what are the security and performance challenges you are 
referring to?

Original comment by g.rodola on 24 Jul 2013 at 5:32

GoogleCodeExporter commented 9 years ago
The performance challenge is that to find externally hosted packages pip needs 
to scrape the URLs, this is extremely slow compared to things hosted on PyPi 
itself, which has a good distributed CDN. (You'd think being on google would 
help things, empirically it does not).

The security concern is that the scraped URLs are not downloaded over HTTPS.

Original comment by alex.gay...@gmail.com on 24 Jul 2013 at 5:37

GoogleCodeExporter commented 9 years ago
Issue 419 has been merged into this issue.

Original comment by g.rodola on 23 Aug 2013 at 10:53

GoogleCodeExporter commented 9 years ago
Here we go: https://pypi.python.org/pypi?:action=display&name=psutil#downloads

Original comment by g.rodola on 28 Sep 2013 at 10:05

GoogleCodeExporter commented 9 years ago
Closing out as fixed. Release 1.1.0 is now available for download.

Original comment by g.rodola on 28 Sep 2013 at 5:32