|
|
|
|
|
by mrweasel
4087 days ago
|
|
What do you mean with "In PIP"? Are only 5% of the pip downloads from Python 3? That would make sense seeing as pip is included in Python 3.4, so there no need to download it. If you mean that only 5% of the packages on pypi.python.org is Python 3, I would say that sound a bit low. Also unimportant for most, if it's just the correct 5%. There's also a ton of old cruft on pypi.python.org that would count against Python 3, but not really be important to anyone. Quick check, there are 7633 Python 2 in the package index (https://pypi.python.org/pypi?:action=browse&c=527) and 8949 for Python 3 (https://pypi.python.org/pypi?:action=browse&c=533) |
|
I was talking about versions of Python used to download packages off of PyPI (with pip et al).
As of 2014/1, those accounted for < 5% of the downloads, with 2.X being the rest:
https://alexgaynor.net/2014/jan/03/pypi-download-statistics/