pip
pip copied to clipboard
Drop support for Python 3.8
Python 3.8 support, from the Python Foundation, is ending in a few weeks: https://endoflife.date/python
This is to track ending Python 3.8 support, see 3.7 end: https://github.com/pypa/pip/issues/11934 and https://github.com/pypa/pip/pull/11944
There is motivation as pip will not be able to vendor urllib3 2 until Python 3.9 support is dropped: https://github.com/pypa/pip/issues/12857. Which contains bugfixes/features that will not be backported.
Code of Conduct
- [X] I agree to follow the PSF Code of Conduct.
Paging @hugovk for the pip downloads stats. My gut reaction is that dropping support for Python 3.8 right after EOL may be a bit too painful.
From https://hugovk.github.io/pypi-tools/charts.html#pip:
PyPI downloads for the last 30 days, for all versions of pip shows 9.52% with Python 3.8:
❯ pypinfo --all --percent --markdown pip pyversion
Served from cache: False
Data processed: 5.73 GiB
Data billed: 5.73 GiB
Estimated cost: $0.03
| python_version | percent | download_count |
|---|---|---|
| 3.11 | 24.16% | 63,984,763 |
| 3.10 | 18.94% | 50,175,163 |
| 3.7 | 17.09% | 45,261,471 |
| 3.9 | 13.80% | 36,541,609 |
| 3.8 | 9.52% | 25,211,245 |
| 3.12 | 6.35% | 16,818,377 |
| 3.6 | 3.83% | 10,134,044 |
| 2.7 | 3.48% | 9,216,031 |
| None | 2.64% | 7,004,762 |
| 3.13 | 0.20% | 524,934 |
| Total | 264,872,399 |
Limiting to only downloads of pip==24, with the reasoning that users of pip==24 are most likely to upgrade to 24.3 and excluding those who never upgrade anyway, shows 1.35% for Python 3.8:
❯ pypinfo --all --percent --markdown pip==24 pyversion
Served from cache: False
Data processed: 7.45 GiB
Data billed: 7.45 GiB
Estimated cost: $0.04
| python_version | percent | download_count |
|---|---|---|
| 3.7 | 72.42% | 29,422,847 |
| 3.11 | 8.86% | 3,599,931 |
| None | 6.70% | 2,721,770 |
| 3.9 | 4.90% | 1,991,069 |
| 3.10 | 3.04% | 1,237,178 |
| 3.12 | 2.61% | 1,059,822 |
| 3.8 | 1.35% | 547,122 |
| 2.7 | 0.11% | 44,067 |
| 3.13 | 0.01% | 4,304 |
| 3.6 | 0.01% | 2,723 |
| Total | 40,630,833 |
A 3.7 aside
Python 3.7 has already been dropped, but Amazon Linux is still responsible for all the 3.7 downloads:
❯ pypinfo --limit 20 --percent --markdown pip==24 system distro pyversion
Served from cache: False
Data processed: 13.65 GiB
Data billed: 13.65 GiB
Estimated cost: $0.07
| system_name | distro_name | python_version | percent | download_count |
|---|---|---|---|---|
| Linux | Amazon Linux | 3.7 | 69.89% | 24,760,195 |
| Linux | Ubuntu | 3.7 | 7.20% | 2,549,869 |
| Linux | Ubuntu | 3.9 | 4.97% | 1,759,663 |
| Linux | Ubuntu | 3.11 | 4.53% | 1,606,464 |
| Linux | Debian GNU/Linux | 3.7 | 3.96% | 1,402,552 |
| Linux | Ubuntu | 3.10 | 2.82% | 1,000,292 |
| Linux | Ubuntu | 3.12 | 1.26% | 445,796 |
| Windows | None | 3.7 | 0.95% | 338,158 |
| Linux | Debian GNU/Linux | 3.12 | 0.95% | 335,066 |
| Linux | Ubuntu | 3.8 | 0.87% | 306,601 |
| Windows | None | 3.12 | 0.52% | 183,841 |
| Linux | Debian GNU/Linux | 3.8 | 0.40% | 143,088 |
| Linux | Alpine Linux | 3.7 | 0.31% | 108,246 |
| Linux | CentOS Linux | 3.7 | 0.28% | 99,851 |
| Linux | Debian GNU/Linux | 3.9 | 0.26% | 92,373 |
| Linux | Debian GNU/Linux | 3.11 | 0.22% | 76,679 |
| Windows | None | 3.10 | 0.17% | 59,970 |
| Linux | Debian GNU/Linux | 3.10 | 0.17% | 58,698 |
| Linux | Amazon Linux AMI | 3.7 | 0.14% | 50,665 |
| Darwin | macOS | 3.7 | 0.14% | 48,986 |
| Total | 35,427,053 |
Limiting to only downloads of pip==24
Does that mean pip versions 24.* or pip version 24.0?
Hmm, I thought it meant all 24.* but it's more like 24.0. Here's numbers for each minor version:
24.0: 40.7m (last to support 3.7)
| python_version | percent | download_count |
|---|---|---|
| 3.7 | 72.42% | 29,446,324 |
| 3.11 | 8.97% | 3,645,590 |
| None | 6.67% | 2,713,850 |
| 3.9 | 4.84% | 1,969,068 |
| 3.10 | 3.03% | 1,230,237 |
| 3.12 | 2.60% | 1,058,185 |
| 3.8 | 1.34% | 545,217 |
| 2.7 | 0.11% | 44,393 |
| 3.13 | 0.01% | 5,211 |
| 3.6 | 0.01% | 2,725 |
| Total | 40,660,800 |
24.1: 0.2m
| python_version | percent | download_count |
|---|---|---|
| 3.12 | 22.36% | 49,503 |
| 3.11 | 16.97% | 37,565 |
| 3.8 | 16.16% | 35,779 |
| 3.10 | 15.41% | 34,106 |
| 2.7 | 14.04% | 31,069 |
| 3.9 | 7.25% | 16,039 |
| None | 7.00% | 15,500 |
| 3.13 | 0.66% | 1,452 |
| 3.14 | 0.11% | 240 |
| 3.5 | 0.05% | 105 |
| Total | 221,358 |
24.2: 167.2m
| python_version | percent | download_count |
|---|---|---|
| 3.11 | 31.56% | 52,780,082 |
| 3.10 | 27.36% | 45,751,785 |
| 3.9 | 18.69% | 31,250,535 |
| 3.8 | 12.22% | 20,433,838 |
| 3.12 | 8.57% | 14,338,283 |
| None | 0.68% | 1,131,623 |
| 2.7 | 0.48% | 809,263 |
| 3.13 | 0.32% | 537,260 |
| 3.7 | 0.10% | 174,948 |
| 3.6 | 0.02% | 31,955 |
| Total | 167,239,572 |
I realize that in the case of Python 3.7, we were in favour of dropping support for it promptly, but I really don't see any worthwhile benefits from dropping 3.8 soon. It'd be nice to fix some bugs in the 24 series for 3.8 users, and then we can revisit the question closer to 25.0.
For context, I grepped all of pip's source code for references to Python 3.8 for any code that we could clean up and I only got one hit in the resolvelib glue: https://github.com/pypa/pip/blob/348c428b065aa1a685cda69aabc663b8e0a9b5e7/src/pip/_internal/resolution/resolvelib/found_candidates.py#L28-L39
Of course, starting in Python 3.9, many built-in types are now subscriptable for typing purposes. Other than that, I'm not aware of anything major we'd be gaining. Python 3.9 is indeed the real kicker as that unblocks the upgrade to urllib3's 2.x series. (And then Python 3.10 as that's the last version to use the old metadata backend.)
24.1: 0.2m
Can you please check for 24.1.2, both 24.0 and 24.2 didn't have patch releases, but 24.1 had two followup patch releases, and I'm guessing by the fact you're seeing 24.1 as 100x less downloads it's because the numbers are only for 24.1 and not 24.1.1 or 24.1.2: https://pypi.org/project/pip/#history
I realize that in the case of Python 3.7, we were in favour of dropping support for it promptly, but I really don't see any worthwhile benefits from dropping 3.8 soon. It'd be nice to fix some bugs in the 24 series for 3.8 users, and then we can revisit the question closer to 25.0.
From my point of view I think the only compelling reason to drop older versions of Python is to support any vendored packages that don't 100% support older versions of Python. And in this case I think the most important example is urllib3 2.0, which pip can not vendor until it drops Python 3.9. And the longer pip waits for Python 3.8 to be dropped the more of a shock it will be to users if Python 3.9 is dropped quickly.
I don't think there is significant technical debt in pip from supporting older 3.x versions, and if it wasn't for pip needing to vendor libraries I would consider it appropriate to support old versions of Python until the CI broke.
I think a reasonable cutoff is pip 24 is the last series to support Python 3.8. Not particularly meaningful, at least hey we can point "it's a major release, y'all happy semvar folks?!"
I'm only half-joking :)
24.1: 0.2m
Can you please check for 24.1.2, both 24.0 and 24.2 didn't have patch releases, but 24.1 had two followup patch releases, and I'm guessing by the fact you're seeing 24.1 as 100x less downloads it's because the numbers are only for 24.1 and not 24.1.1 or 24.1.2: pypi.org/project/pip#history
Yep, that sounds about right, 24.1.2 is bigger but still fairly low:
24.1.1: 0.2m
| python_version | percent | download_count |
|---|---|---|
| 3.10 | 21.79% | 48,633 |
| 3.12 | 19.79% | 44,168 |
| 3.8 | 17.69% | 39,478 |
| 3.11 | 14.72% | 32,862 |
| 2.7 | 13.94% | 31,119 |
| 3.9 | 5.85% | 13,057 |
| None | 5.77% | 12,871 |
| 3.13 | 0.41% | 910 |
| 3.5 | 0.05% | 108 |
| 3.7 | 0.00% | 3 |
| Total | 223,209 |
24.1.2: 0.5m
| python_version | percent | download_count |
|---|---|---|
| 3.12 | 18.93% | 86,180 |
| 3.10 | 18.45% | 83,981 |
| None | 16.27% | 74,055 |
| 3.9 | 14.67% | 66,780 |
| 3.8 | 13.56% | 61,759 |
| 3.11 | 10.85% | 49,383 |
| 2.7 | 7.00% | 31,885 |
| 3.13 | 0.24% | 1,106 |
| 3.5 | 0.02% | 111 |
| 3.14 | 0.01% | 56 |
| Total | 455,296 |
Yep, that sounds about right, 24.1.2 is bigger but still fairly low:
That's fascinating how starkly different orders of magnitude the 24.1 releases are, it really makes me wonder what dominates download numbers and how useful they actually are from a project maintenance perspective.
I think a reasonable cutoff is pip 24 is the last series to support Python 3.8. Not particularly meaningful, at least hey we can point "it's a major release, y'all happy semvar folks?!"
I'm only half-joking :)
I guess we take a look again closer to the 25.0 release? And if there isn't a truststore release and vendor before 24.3, as I mention in https://github.com/pypa/pip/issues/12941#issuecomment-2408616377, I think it would be quite helpful to some users to do one more Python 3.8 release with that new version of truststore.
For context, I grepped all of pip's source code for references to Python 3.8 for any code that we could clean up and I only got one hit in the resolvelib glue:
Yeah, I didn't see much either, but there are a lot of typing changes from Ruff/pyupgrade, something like 200 files and 1,200 lines, for example: https://github.com/pypa/pip/compare/main...hugovk:pip:rm-3.8?expand=0
Small comment from the user point of view.
There is one more benefit from dropping 3.8. It's good way to help the ecosystem to move to Python 3.9 quicker. Even if pip itself is not affected, generally moving faster to non-EOL version of Python is good for multiple reasons - including security reasons. Imagine someone finds a critical security issue in Python in March 2025 and it gets fixed only in 3.9+. People who would stil be using Python 3.8 are vulnerable, and with security, it's important to limit the damage - so the less number of people still use Python 3.8, the better.
As the default frontend used by many - pip has a tremendous impact on the whole ecosystem, and it has a built-in "please upgrade" warning displayed prominently that in many times actually make people upgrade. Using that power to drive the ecosystem to be safer, is pretty noble and good reason to drop 3.8 in 25.* version of pip - or even earlier if that would be accepted.
I don't think pip should be pushing users to upgrade their Python installation - that feels backwards to me. I'm happy with our current policy of dropping support for Python versions when usage (as measured by pip download figures for that version) gets low enough that we expect the impact to be minimal.
If the core Python team wants to push users to adopt newer versions faster, that's something they should do themselves.
If the core Python team wants to push users to adopt newer versions faster, that's something they should do themselves.
Sure - if that's the maintainer positions, I just thought it's worth to share that perspective where the whole ecosystem works together - I am now working with @sethmlarson on Airflow Supply Chain security improvements and reviews with the goal of making it then possible to apply to the whole PyPI ecosystem gets benefit of what we do, and recently gave a talk at Airflow Summit Keynote about it called "Security United" where together with Alpha-Omega we stressed how important it is where everyone works together on improving security, regardless if it is "our" or "their" problem, so I thought I might mention that having pip becoming part of the effort might also be a good idea.
But if maintainers of pip think it's "not their problem", it might well be a good decision from their side, just wanted to mention you might look at it from wider perspective.
It’s not so much a matter of not our problem, more a case that I’d want the core team to take the lead on any effort to get people to upgrade Python more aggressively.
It’s not so much a matter of not our problem, more a case that I’d want the core team to take the lead on any effort to get people to upgrade Python more aggressively.
Sure. I acknowldged your right to make that decision, provided different perspective and have shown and example where others think differently and act for the good of the whole ecosystem in principle. Just so you see this can be at least taken it into consideration when you make decisions about your project. No more, no less.
But of course it's you who decide where you spend your energy and efforts, and you have the right to do so - it's your call of course not mine. And it's not that I agree or disagree with it, it's not for me to decide, still I think it's worth knowing that others are thinking differently.
FWIW, I should also note that what the numbers look like for pip install pip --upgrade etc isn't a particularly informative data point to be using here -- we want something akin to "downloads from PyPI, grouped by installer.version and platform, where installer.name = pip", and not "counts of downloads of pip's own wheels and sdists".
Last I checked, that was on the order of terrabytes for the query but I don't remember the timescale I was querying (point is:I couldn't do it on the free tier). It does make sense that these costs match with pypi.org's exponential growth tho.
I have a local patch that drops Python 3.8 support with pyupgrade and manual clean-up done. I haven't PRed it as it needs a bit more work, and it's going to be very merge-conflict prone so I'll wait until we decide on a timeline.
@hugovk if it isn't too burdensome, could you share the updated statistics?
Sure, which ones in particular?
FWIW, I should also note that what the numbers look like for
pip install pip --upgradeetc isn't a particularly informative data point to be using here -- we want something akin to "downloads from PyPI, grouped by installer.version and platform, where installer.name = pip", and not "counts of downloads of pip's own wheels and sdists".
Here's an attempt at this for the past 7 days:
❯ pypinfo --test --days 7 --percent --markdown pip pyversion installer installer-version system
SELECT
REGEXP_EXTRACT(details.python, r"^([^\.]+\.[^\.]+)") as python_version,
details.installer.name as installer_name,
details.installer.version as installer_version,
details.system.name as system_name,
COUNT(*) as download_count,
FROM `bigquery-public-data.pypi.file_downloads`
WHERE timestamp BETWEEN TIMESTAMP_ADD(CURRENT_TIMESTAMP(), INTERVAL -8 DAY) AND TIMESTAMP_ADD(CURRENT_TIMESTAMP(), INTERVAL -1 DAY)
AND file.project = "pip"
AND details.installer.name = "pip"
GROUP BY
python_version, installer_name, installer_version, system_name
ORDER BY
download_count DESC
❯ pypinfo --days 7 --percent --markdown pip pyversion installer installer-version system
Served from cache: False
Data processed: 2.91 GiB
Data billed: 2.91 GiB
Estimated cost: $0.02
Only rows containing 3.8
| python_version | installer_name | installer_version | system_name | percent | download_count |
|---|---|---|---|---|---|
| 3.8 | pip | 24.3.1 | Linux | 2.27% | 1,375,897 |
| 3.8 | pip | 21.0.1 | Linux | 1.86% | 1,126,091 |
| 3.8 | pip | 23.0.1 | Linux | 1.40% | 849,744 |
| 3.8 | pip | 20.0.2 | Linux | 1.09% | 662,662 |
| 3.8 | pip | 24.0 | Linux | 0.35% | 214,892 |
| 3.8 | pip | 24.2 | Linux | 0.31% | 188,361 |
| 3.8 | pip | 23.2.1 | Linux | 0.30% | 180,059 |
| 3.8 | pip | 22.0.4 | Linux | 0.21% | 125,336 |
| 3.8 | pip | 19.3.1 | Linux | 0.19% | 116,452 |
| 3.8 | pip | 21.1.1 | Linux | 0.11% | 64,004 |
| 3.8 | pip | 21.3.1 | Linux | 0.10% | 60,658 |
| 3.8 | pip | 9.0.1 | Linux | 0.09% | 54,327 |
First 100 rows
| python_version | installer_name | installer_version | system_name | percent | download_count |
|---|---|---|---|---|---|
| 3.11 | pip | 24.0 | Linux | 10.17% | 6,164,818 |
| 3.7 | pip | 20.2.2 | Linux | 8.61% | 5,221,454 |
| 3.7 | pip | 18.1 | Linux | 4.63% | 2,808,811 |
| 3.10 | pip | 22.2.2 | Linux | 4.12% | 2,496,362 |
| 3.10 | pip | 23.0.1 | Linux | 3.63% | 2,203,197 |
| 3.11 | pip | 23.2.1 | Linux | 3.11% | 1,882,759 |
| 3.12 | pip | 24.0 | Linux | 2.95% | 1,789,487 |
| 3.12 | pip | 24.2 | Linux | 2.75% | 1,666,792 |
| 3.10 | pip | 22.3.1 | Linux | 2.61% | 1,579,808 |
| 3.10 | pip | 22.0.4 | Linux | 2.56% | 1,552,024 |
| 3.11 | pip | 24.2 | Linux | 2.55% | 1,546,395 |
| 3.8 | pip | 24.3.1 | Linux | 2.27% | 1,375,897 |
| 3.9 | pip | 21.3.1 | Linux | 2.23% | 1,352,000 |
| 3.9 | pip | 23.0.1 | Linux | 2.19% | 1,330,121 |
| 3.10 | pip | 22.0.2 | Linux | 2.15% | 1,306,404 |
| 3.9 | pip | 24.3.1 | Linux | 1.93% | 1,172,518 |
| 3.8 | pip | 21.0.1 | Linux | 1.86% | 1,126,091 |
| 3.13 | pip | 24.3.1 | Linux | 1.60% | 971,683 |
| 3.12 | pip | 24.3.1 | Linux | 1.60% | 970,922 |
| 3.9 | pip | 21.2.4 | Linux | 1.57% | 952,997 |
| 3.10 | pip | 24.0 | Linux | 1.50% | 907,475 |
| 2.7 | pip | 18.1 | Linux | 1.42% | 859,798 |
| 3.10 | pip | 24.2 | Linux | 1.41% | 855,993 |
| 3.8 | pip | 23.0.1 | Linux | 1.40% | 849,744 |
| 3.9 | pip | 20.3.4 | Linux | 1.32% | 802,528 |
| 3.9 | pip | 20.2.4 | Linux | 1.20% | 729,307 |
| 3.11 | pip | 24.3.1 | Linux | 1.19% | 720,558 |
| 3.8 | pip | 20.0.2 | Linux | 1.09% | 662,662 |
| 3.10 | pip | 24.3.1 | Linux | 1.03% | 622,467 |
| 3.7 | pip | 24.0 | Linux | 0.92% | 557,153 |
| 3.11 | pip | 24.1.1 | Linux | 0.81% | 488,053 |
| 3.10 | pip | 24.1.2 | Linux | 0.70% | 426,250 |
| 3.11 | pip | 23.3.1 | Linux | 0.66% | 400,601 |
| 3.11 | pip | 22.3.1 | Linux | 0.55% | 334,294 |
| 3.12 | pip | 23.2.1 | Linux | 0.52% | 314,502 |
| 3.11 | pip | 24.0 | Windows | 0.52% | 314,352 |
| 2.7 | pip | 20.3.4 | Linux | 0.50% | 301,670 |
| 3.6 | pip | 9.0.3 | Linux | 0.48% | 290,817 |
| 3.11 | pip | 23.0.1 | Linux | 0.45% | 273,427 |
| 3.7 | pip | 23.0.1 | Linux | 0.43% | 262,181 |
| 3.13 | pip | 24.2 | Linux | 0.41% | 250,985 |
| 3.9 | pip | 22.0.4 | Linux | 0.40% | 244,917 |
| 3.11 | pip | 23.1.2 | Linux | 0.40% | 243,976 |
| 3.9 | pip | 24.2 | Linux | 0.39% | 233,902 |
| 3.9 | pip | 24.0 | Linux | 0.38% | 227,654 |
| 3.8 | pip | 24.0 | Linux | 0.35% | 214,892 |
| 3.10 | pip | 23.3.1 | Linux | 0.33% | 202,568 |
| 3.12 | pip | 24.2 | Windows | 0.32% | 195,474 |
| 3.8 | pip | 24.2 | Linux | 0.31% | 188,361 |
| 3.8 | pip | 23.2.1 | Linux | 0.30% | 180,059 |
| 3.7 | pip | 9.0.3 | Linux | 0.28% | 172,003 |
| 3.11 | pip | 23.1.2 | Windows | 0.28% | 169,197 |
| 3.7 | pip | 20.0.2 | Linux | 0.27% | 161,509 |
| 3.10 | pip | 23.1.2 | Linux | 0.26% | 158,557 |
| 2.7 | pip | 18.1 | Windows | 0.25% | 153,109 |
| 3.11 | pip | 24.1 | Linux | 0.24% | 145,344 |
| 3.11 | pip | 23.2.1 | Windows | 0.23% | 137,442 |
| 2.7 | pip | 8.1.1 | Linux | 0.22% | 135,418 |
| 3.10 | pip | 24.1 | Linux | 0.22% | 134,835 |
| 3.7 | pip | 21.2.3 | Linux | 0.22% | 132,053 |
| 3.9 | pip | 23.1.1 | Linux | 0.21% | 129,434 |
| 3.8 | pip | 22.0.4 | Linux | 0.21% | 125,336 |
| 3.7 | pip | 21.3.1 | Linux | 0.20% | 118,530 |
| 3.8 | pip | 19.3.1 | Linux | 0.19% | 116,452 |
| 3.6 | pip | 9.0.1 | Linux | 0.19% | 116,076 |
| 3.12 | pip | 24.0 | Windows | 0.19% | 113,867 |
| 3.13 | pip | 24.2 | Windows | 0.17% | 104,926 |
| 3.6 | pip | 18.1 | Linux | 0.17% | 103,247 |
| 3.7 | pip | 22.0.4 | Linux | 0.17% | 102,488 |
| 3.9 | pip | 21.2.3 | Linux | 0.16% | 99,492 |
| 3.9 | pip | 23.2.1 | Linux | 0.16% | 99,011 |
| 3.9 | pip | 23.3.1 | Linux | 0.16% | 96,660 |
| 3.9 | pip | 22.1.2 | Linux | 0.16% | 96,124 |
| 3.13 | pip | 24.3.1 | Windows | 0.16% | 95,063 |
| 3.11 | pip | 23.2 | Linux | 0.15% | 93,025 |
| 3.6 | pip | 21.3.1 | Linux | 0.14% | 83,395 |
| 3.12 | pip | 23.2.1 | Windows | 0.14% | 82,669 |
| 3.10 | pip | 23.0.1 | Darwin | 0.13% | 79,763 |
| 3.10 | pip | 24.2 | Windows | 0.13% | 78,669 |
| 3.10 | pip | 23.2.1 | Linux | 0.12% | 74,591 |
| 3.9 | pip | 24.1 | Linux | 0.12% | 71,049 |
| 3.11 | pip | 22.3 | Linux | 0.12% | 70,786 |
| 3.12 | pip | 23.3.1 | Linux | 0.11% | 67,870 |
| 3.9 | pip | 20.2.3 | Linux | 0.11% | 67,221 |
| 3.10 | pip | 23.0.1 | Windows | 0.11% | 65,417 |
| 2.7 | pip | 9.0.1 | Linux | 0.11% | 64,961 |
| 3.8 | pip | 21.1.1 | Linux | 0.11% | 64,004 |
| 3.10 | pip | 21.2.4 | Linux | 0.10% | 63,113 |
| 3.8 | pip | 21.3.1 | Linux | 0.10% | 60,658 |
| 3.10 | pip | 20.3.4 | Linux | 0.10% | 60,508 |
| 3.11 | pip | 23.1 | Linux | 0.10% | 58,889 |
| 3.10 | pip | 21.2.4 | Windows | 0.10% | 58,538 |
| 3.10 | pip | 22.2.1 | Linux | 0.10% | 58,244 |
| 3.9 | pip | 20.0.2 | Linux | 0.10% | 57,967 |
| 3.9 | pip | 22.0.4 | Darwin | 0.09% | 54,819 |
| 3.9 | pip | 21.1.3 | Linux | 0.09% | 54,752 |
| 3.8 | pip | 9.0.1 | Linux | 0.09% | 54,327 |
| 3.9 | pip | 23.1.2 | Linux | 0.09% | 53,977 |
| 3.10 | pip | 22.2.2 | Windows | 0.09% | 53,850 |
| 3.11 | pip | 24.2 | Windows | 0.09% | 53,283 |
Whole thing: 1,789 rows
| python_version | installer_name | installer_version | system_name | percent | download_count |
|---|---|---|---|---|---|
| 3.11 | pip | 24.0 | Linux | 10.17% | 6,164,818 |
| 3.7 | pip | 20.2.2 | Linux | 8.61% | 5,221,454 |
| 3.7 | pip | 18.1 | Linux | 4.63% | 2,808,811 |
| 3.10 | pip | 22.2.2 | Linux | 4.12% | 2,496,362 |
| 3.10 | pip | 23.0.1 | Linux | 3.63% | 2,203,197 |
| 3.11 | pip | 23.2.1 | Linux | 3.11% | 1,882,759 |
| 3.12 | pip | 24.0 | Linux | 2.95% | 1,789,487 |
| 3.12 | pip | 24.2 | Linux | 2.75% | 1,666,792 |
| 3.10 | pip | 22.3.1 | Linux | 2.61% | 1,579,808 |
| 3.10 | pip | 22.0.4 | Linux | 2.56% | 1,552,024 |
| 3.11 | pip | 24.2 | Linux | 2.55% | 1,546,395 |
| 3.8 | pip | 24.3.1 | Linux | 2.27% | 1,375,897 |
| 3.9 | pip | 21.3.1 | Linux | 2.23% | 1,352,000 |
| 3.9 | pip | 23.0.1 | Linux | 2.19% | 1,330,121 |
| 3.10 | pip | 22.0.2 | Linux | 2.15% | 1,306,404 |
| 3.9 | pip | 24.3.1 | Linux | 1.93% | 1,172,518 |
| 3.8 | pip | 21.0.1 | Linux | 1.86% | 1,126,091 |
| 3.13 | pip | 24.3.1 | Linux | 1.60% | 971,683 |
| 3.12 | pip | 24.3.1 | Linux | 1.60% | 970,922 |
| 3.9 | pip | 21.2.4 | Linux | 1.57% | 952,997 |
| 3.10 | pip | 24.0 | Linux | 1.50% | 907,475 |
| 2.7 | pip | 18.1 | Linux | 1.42% | 859,798 |
| 3.10 | pip | 24.2 | Linux | 1.41% | 855,993 |
| 3.8 | pip | 23.0.1 | Linux | 1.40% | 849,744 |
| 3.9 | pip | 20.3.4 | Linux | 1.32% | 802,528 |
| 3.9 | pip | 20.2.4 | Linux | 1.20% | 729,307 |
| 3.11 | pip | 24.3.1 | Linux | 1.19% | 720,558 |
| 3.8 | pip | 20.0.2 | Linux | 1.09% | 662,662 |
| 3.10 | pip | 24.3.1 | Linux | 1.03% | 622,467 |
| 3.7 | pip | 24.0 | Linux | 0.92% | 557,153 |
| 3.11 | pip | 24.1.1 | Linux | 0.81% | 488,053 |
| 3.10 | pip | 24.1.2 | Linux | 0.70% | 426,250 |
| 3.11 | pip | 23.3.1 | Linux | 0.66% | 400,601 |
| 3.11 | pip | 22.3.1 | Linux | 0.55% | 334,294 |
| 3.12 | pip | 23.2.1 | Linux | 0.52% | 314,502 |
| 3.11 | pip | 24.0 | Windows | 0.52% | 314,352 |
| 2.7 | pip | 20.3.4 | Linux | 0.50% | 301,670 |
| 3.6 | pip | 9.0.3 | Linux | 0.48% | 290,817 |
| 3.11 | pip | 23.0.1 | Linux | 0.45% | 273,427 |
| 3.7 | pip | 23.0.1 | Linux | 0.43% | 262,181 |
| 3.13 | pip | 24.2 | Linux | 0.41% | 250,985 |
| 3.9 | pip | 22.0.4 | Linux | 0.40% | 244,917 |
| 3.11 | pip | 23.1.2 | Linux | 0.40% | 243,976 |
| 3.9 | pip | 24.2 | Linux | 0.39% | 233,902 |
| 3.9 | pip | 24.0 | Linux | 0.38% | 227,654 |
| 3.8 | pip | 24.0 | Linux | 0.35% | 214,892 |
| 3.10 | pip | 23.3.1 | Linux | 0.33% | 202,568 |
| 3.12 | pip | 24.2 | Windows | 0.32% | 195,474 |
| 3.8 | pip | 24.2 | Linux | 0.31% | 188,361 |
| 3.8 | pip | 23.2.1 | Linux | 0.30% | 180,059 |
| 3.7 | pip | 9.0.3 | Linux | 0.28% | 172,003 |
| 3.11 | pip | 23.1.2 | Windows | 0.28% | 169,197 |
| 3.7 | pip | 20.0.2 | Linux | 0.27% | 161,509 |
| 3.10 | pip | 23.1.2 | Linux | 0.26% | 158,557 |
| 2.7 | pip | 18.1 | Windows | 0.25% | 153,109 |
| 3.11 | pip | 24.1 | Linux | 0.24% | 145,344 |
| 3.11 | pip | 23.2.1 | Windows | 0.23% | 137,442 |
| 2.7 | pip | 8.1.1 | Linux | 0.22% | 135,418 |
| 3.10 | pip | 24.1 | Linux | 0.22% | 134,835 |
| 3.7 | pip | 21.2.3 | Linux | 0.22% | 132,053 |
| 3.9 | pip | 23.1.1 | Linux | 0.21% | 129,434 |
| 3.8 | pip | 22.0.4 | Linux | 0.21% | 125,336 |
| 3.7 | pip | 21.3.1 | Linux | 0.20% | 118,530 |
| 3.8 | pip | 19.3.1 | Linux | 0.19% | 116,452 |
| 3.6 | pip | 9.0.1 | Linux | 0.19% | 116,076 |
| 3.12 | pip | 24.0 | Windows | 0.19% | 113,867 |
| 3.13 | pip | 24.2 | Windows | 0.17% | 104,926 |
| 3.6 | pip | 18.1 | Linux | 0.17% | 103,247 |
| 3.7 | pip | 22.0.4 | Linux | 0.17% | 102,488 |
| 3.9 | pip | 21.2.3 | Linux | 0.16% | 99,492 |
| 3.9 | pip | 23.2.1 | Linux | 0.16% | 99,011 |
| 3.9 | pip | 23.3.1 | Linux | 0.16% | 96,660 |
| 3.9 | pip | 22.1.2 | Linux | 0.16% | 96,124 |
| 3.13 | pip | 24.3.1 | Windows | 0.16% | 95,063 |
| 3.11 | pip | 23.2 | Linux | 0.15% | 93,025 |
| 3.6 | pip | 21.3.1 | Linux | 0.14% | 83,395 |
| 3.12 | pip | 23.2.1 | Windows | 0.14% | 82,669 |
| 3.10 | pip | 23.0.1 | Darwin | 0.13% | 79,763 |
| 3.10 | pip | 24.2 | Windows | 0.13% | 78,669 |
| 3.10 | pip | 23.2.1 | Linux | 0.12% | 74,591 |
| 3.9 | pip | 24.1 | Linux | 0.12% | 71,049 |
| 3.11 | pip | 22.3 | Linux | 0.12% | 70,786 |
| 3.12 | pip | 23.3.1 | Linux | 0.11% | 67,870 |
| 3.9 | pip | 20.2.3 | Linux | 0.11% | 67,221 |
| 3.10 | pip | 23.0.1 | Windows | 0.11% | 65,417 |
| 2.7 | pip | 9.0.1 | Linux | 0.11% | 64,961 |
| 3.8 | pip | 21.1.1 | Linux | 0.11% | 64,004 |
| 3.10 | pip | 21.2.4 | Linux | 0.10% | 63,113 |
| 3.8 | pip | 21.3.1 | Linux | 0.10% | 60,658 |
| 3.10 | pip | 20.3.4 | Linux | 0.10% | 60,508 |
| 3.11 | pip | 23.1 | Linux | 0.10% | 58,889 |
| 3.10 | pip | 21.2.4 | Windows | 0.10% | 58,538 |
| 3.10 | pip | 22.2.1 | Linux | 0.10% | 58,244 |
| 3.9 | pip | 20.0.2 | Linux | 0.10% | 57,967 |
| 3.9 | pip | 22.0.4 | Darwin | 0.09% | 54,819 |
| 3.9 | pip | 21.1.3 | Linux | 0.09% | 54,752 |
| 3.8 | pip | 9.0.1 | Linux | 0.09% | 54,327 |
| 3.9 | pip | 23.1.2 | Linux | 0.09% | 53,977 |
| 3.10 | pip | 22.2.2 | Windows | 0.09% | 53,850 |
| 3.11 | pip | 24.2 | Windows | 0.09% | 53,283 |
| 3.9 | pip | 21.2.4 | Darwin | 0.09% | 53,280 |
| 3.9 | pip | 21.1.2 | Linux | 0.09% | 52,729 |
| 3.8 | pip | 20.1.1 | Linux | 0.08% | 51,432 |
| 3.10 | pip | 23.1 | Linux | 0.08% | 50,615 |
| 2.7 | pip | 9.0.3 | Linux | 0.08% | 50,365 |
| 3.10 | pip | 23.3.2 | Linux | 0.08% | 50,252 |
| 3.9 | pip | 22.0.4 | Windows | 0.08% | 45,741 |
| 3.7 | pip | 20.1.1 | Linux | 0.07% | 43,065 |
| 3.10 | pip | 24.0 | Windows | 0.07% | 41,605 |
| 3.7 | pip | 19.3.1 | Linux | 0.07% | 40,654 |
| 3.12 | pip | 24.1 | Linux | 0.06% | 38,942 |
| 3.8 | pip | 23.3.1 | Linux | 0.06% | 38,878 |
| 3.12 | pip | 24.2 | Darwin | 0.06% | 38,459 |
| 3.8 | pip | 21.1.1 | Windows | 0.06% | 37,718 |
| 3.8 | pip | 20.3.4 | Linux | 0.06% | 37,162 |
| 3.5 | pip | 20.3.4 | Linux | 0.06% | 37,013 |
| 3.8 | pip | 19.2.3 | Linux | 0.06% | 35,019 |
| 3.11 | pip | 24.0 | Darwin | 0.06% | 34,331 |
| 3.11 | pip | 20.3.4 | Linux | 0.06% | 34,103 |
| 3.8 | pip | 23.3.2 | Linux | 0.05% | 33,338 |
| 3.13 | pip | 24.2 | Darwin | 0.05% | 33,202 |
| 3.10 | pip | 24.3.1 | Windows | 0.05% | 33,065 |
| 3.7 | pip | 19.0.3 | Linux | 0.05% | 32,275 |
| 3.7 | pip | 19.2.3 | Linux | 0.05% | 32,222 |
| 3.8 | pip | 20.2.3 | Linux | 0.05% | 31,765 |
| 3.12 | pip | 24.0 | Darwin | 0.05% | 31,278 |
| 2.7 | pip | 20.2.2 | Linux | 0.05% | 30,469 |
| 3.12 | pip | 24.3.1 | Windows | 0.05% | 29,961 |
| 3.9 | pip | 23.1 | Linux | 0.05% | 29,955 |
| 3.8 | pip | 24.1 | Linux | 0.05% | 29,917 |
| 3.12 | pip | 23.1 | Linux | 0.05% | 29,267 |
| 3.9 | pip | 22.3.1 | Linux | 0.05% | 29,128 |
| 3.11 | pip | 23.2.1 | Darwin | 0.05% | 28,607 |
| 3.10 | pip | 21.2.3 | Linux | 0.05% | 28,561 |
| 3.13 | pip | 24.3.1 | Darwin | 0.04% | 27,036 |
| 3.11 | pip | 22.3.1 | Windows | 0.04% | 26,473 |
| 3.12 | pip | 23.3.2 | Linux | 0.04% | 25,979 |
| 3.11 | pip | 24.3.1 | Windows | 0.04% | 25,197 |
| 3.8 | pip | 21.2.4 | Linux | 0.04% | 24,939 |
| 3.8 | pip | 23.1.2 | Linux | 0.04% | 24,801 |
| 2.7 | pip | 8.1.2 | Linux | 0.04% | 24,776 |
| 3.8 | pip | 19.2.3 | Windows | 0.04% | 24,183 |
| 3.13 | pip | 23.2.1 | Windows | 0.04% | 23,215 |
| 3.8 | pip | 24.2 | Windows | 0.04% | 22,565 |
| 3.7 | pip | 20.1.1 | Windows | 0.04% | 22,365 |
| 3.8 | pip | 20.2.4 | Linux | 0.04% | 22,268 |
| 3.8 | pip | 24.1.2 | Linux | 0.04% | 21,780 |
| 3.8 | pip | 21.1.1 | Darwin | 0.04% | 21,749 |
| 2.7 | pip | 19.2.3 | Linux | 0.03% | 21,009 |
| 3.8 | pip | 22.3.1 | Linux | 0.03% | 20,929 |
| 3.9 | pip | 22.2.2 | Linux | 0.03% | 19,933 |
| 3.6 | pip | 21.2.4 | Linux | 0.03% | 19,907 |
| 3.10 | pip | 23.2 | Linux | 0.03% | 19,442 |
| 3.8 | pip | 23.2 | Linux | 0.03% | 18,566 |
| 3.9 | pip | 24.2 | Windows | 0.03% | 18,284 |
| 3.10 | pip | 22.3.1 | Windows | 0.03% | 17,887 |
| 3.7 | pip | 18.1 | Windows | 0.03% | 17,729 |
| 3.9 | pip | 24.1.2 | Linux | 0.03% | 17,008 |
| 3.9 | pip | 24.3.1 | Windows | 0.03% | 16,774 |
| 3.8 | pip | 22.2.2 | Linux | 0.03% | 16,634 |
| 3.13 | pip | 24.1.1 | Linux | 0.03% | 16,408 |
| 3.11 | pip | 24.1.2 | Linux | 0.03% | 16,396 |
| 2.7 | pip | 10.0.1 | Linux | 0.03% | 16,284 |
| 3.9 | pip | 23.3.2 | Linux | 0.02% | 15,109 |
| 3.7 | pip | 23.3.1 | Linux | 0.02% | 14,925 |
| 3.8 | pip | 23.1 | Linux | 0.02% | 14,851 |
| 3.8 | pip | 22.1.2 | Linux | 0.02% | 14,188 |
| 3.13 | pip | 24.0 | Linux | 0.02% | 14,153 |
| 3.11 | pip | 22.0.2 | Linux | 0.02% | 14,146 |
| 3.7 | pip | 22.3.1 | Linux | 0.02% | 13,967 |
| 3.8 | pip | 20.1.1 | Windows | 0.02% | 13,909 |
| 3.8 | pip | 21.1.2 | Linux | 0.02% | 13,845 |
| 3.9 | pip | 21.0.1 | Linux | 0.02% | 13,845 |
| 3.7 | pip | 22.2.2 | Linux | 0.02% | 13,820 |
| 3.11 | pip | 24.2 | Darwin | 0.02% | 13,652 |
| 3.8 | pip | 22.0.3 | Linux | 0.02% | 13,598 |
| 3.10 | pip | 22.2.1 | Windows | 0.02% | 13,545 |
| 3.7 | pip | 20.2 | Linux | 0.02% | 13,053 |
| 3.12 | pip | 24.1.2 | Linux | 0.02% | 12,559 |
| 3.10 | pip | 21.3.1 | Linux | 0.02% | 12,470 |
| 3.8 | pip | 24.0 | Windows | 0.02% | 12,364 |
| 3.11 | pip | 23.3.2 | Linux | 0.02% | 12,147 |
| 3.8 | pip | 22.3.1 | Windows | 0.02% | 12,064 |
| 2.7 | pip | 19.1 | Linux | 0.02% | 12,014 |
| 3.7 | pip | 21.0.1 | Linux | 0.02% | 11,821 |
| 3.12 | pip | 23.2.1 | Darwin | 0.02% | 11,820 |
| 2.7 | pip | 19.3.1 | Linux | 0.02% | 11,757 |
| 3.10 | pip | 22.2.2 | Darwin | 0.02% | 11,723 |
| 3.6 | pip | 10.0.1 | Linux | 0.02% | 11,648 |
| 3.8 | pip | 21.1.3 | Linux | 0.02% | 11,565 |
| 3.7 | pip | 20.3.1 | Linux | 0.02% | 11,442 |
| 3.9 | pip | 24.3.1 | Darwin | 0.02% | 11,401 |
| 2.7 | pip | 20.1.1 | Linux | 0.02% | 11,363 |
| 3.10 | pip | 21.2.3 | Windows | 0.02% | 11,298 |
| 3.10 | pip | 22.1.2 | Linux | 0.02% | 11,222 |
| 3.10 | pip | 23.2.1 | Windows | 0.02% | 10,945 |
| 3.7 | pip | 9.0.1 | Linux | 0.02% | 10,757 |
| 2.7 | pip | 20.0.2 | Linux | 0.02% | 10,601 |
| 3.9 | pip | 24.2 | Darwin | 0.02% | 10,561 |
| 3.7 | pip | 19.1.1 | Linux | 0.02% | 10,397 |
| 3.10 | pip | 22.1.1 | Linux | 0.02% | 10,167 |
| 3.10 | pip | 24.2 | Darwin | 0.02% | 10,143 |
| 3.9 | pip | 21.1.1 | Linux | 0.02% | 10,122 |
| 3.12 | pip | 24.1.1 | Linux | 0.02% | 9,973 |
| 3.11 | pip | 21.3.1 | Linux | 0.02% | 9,968 |
| 2.7 | pip | 20.2.4 | Linux | 0.02% | 9,869 |
| 3.9 | pip | 20.2.3 | Windows | 0.02% | 9,790 |
| 3.8 | pip | 20.2.3 | Windows | 0.02% | 9,674 |
| 3.9 | pip | 18.1 | Linux | 0.02% | 9,625 |
| 3.6 | pip | 20.0.2 | Linux | 0.02% | 9,476 |
| 3.11 | pip | 23.3.1 | Windows | 0.02% | 9,383 |
| 3.8 | pip | 18.1 | Linux | 0.02% | 9,285 |
| 3.11 | pip | 22.3 | Windows | 0.02% | 9,231 |
| 3.8 | pip | 24.3.1 | Windows | 0.01% | 8,982 |
| 3.9 | pip | 24.0 | Windows | 0.01% | 8,901 |
| 3.6 | pip | 20.3.1 | Linux | 0.01% | 8,390 |
| 3.10 | pip | 22.0.4 | Windows | 0.01% | 8,349 |
| 3.6 | pip | 18.1 | Windows | 0.01% | 8,250 |
| 3.7 | pip | 23.2.1 | Linux | 0.01% | 7,871 |
| 3.12 | pip | 23.1 | Windows | 0.01% | 7,853 |
| 3.12 | pip | 23.1 | Darwin | 0.01% | 7,622 |
| 3.8 | pip | 9.0.3 | Linux | 0.01% | 7,454 |
| 3.9 | pip | 22.1.2 | Darwin | 0.01% | 7,437 |
| 3.12 | pip | 24.1.2 | Windows | 0.01% | 7,261 |
| 3.8 | pip | 23.0 | Windows | 0.01% | 7,066 |
| 3.8 | pip | 21.2.3 | Linux | 0.01% | 7,062 |
| 2.7 | pip | 19.1.1 | Linux | 0.01% | 7,030 |
| 3.9 | pip | 23.2.1 | Windows | 0.01% | 6,985 |
| 3.7 | pip | 10.0.1 | Linux | 0.01% | 6,914 |
| 2.7 | pip | 20.2.3 | Linux | 0.01% | 6,828 |
| 3.13 | pip | 23.1 | Linux | 0.01% | 6,605 |
| 3.9 | pip | 23.2.1 | Darwin | 0.01% | 6,483 |
| 3.8 | pip | 23.2.1 | Windows | 0.01% | 6,259 |
| 3.7 | pip | 19.2.3 | Windows | 0.01% | 6,201 |
| 3.10 | pip | 23.0 | Linux | 0.01% | 6,115 |
| 3.12 | pip | 24.3.1 | Darwin | 0.01% | 6,097 |
| 3.12 | pip | 23.1.2 | Linux | 0.01% | 5,999 |
| 3.8 | pip | 23.3.1 | Windows | 0.01% | 5,996 |
| 3.7 | pip | 20.3.4 | Linux | 0.01% | 5,833 |
| 3.10 | pip | 23.3.1 | Windows | 0.01% | 5,743 |
| 3.7 | pip | 21.2.4 | Linux | 0.01% | 5,743 |
| 3.8 | pip | 20.2.1 | Linux | 0.01% | 5,607 |
| 3.11 | pip | 22.1.2 | Linux | 0.01% | 5,607 |
| 3.9 | pip | 24.0 | Darwin | 0.01% | 5,416 |
| 3.8 | pip | 21.1 | Linux | 0.01% | 5,410 |
| 3.7 | pip | 22.2.1 | Linux | 0.01% | 5,329 |
| 3.9 | pip | 23.0 | Linux | 0.01% | 5,319 |
| 3.8 | pip | 20.3.3 | Linux | 0.01% | 5,202 |
| 3.9 | pip | 22.3 | Linux | 0.01% | 5,159 |
| 3.7 | pip | 23.1.2 | Linux | 0.01% | 5,023 |
| 3.10 | pip | 23.1.2 | Windows | 0.01% | 5,000 |
| 3.12 | pip | 23.3.1 | Windows | 0.01% | 4,971 |
| 3.14 | pip | 24.3.1 | Linux | 0.01% | 4,950 |
| 3.11 | pip | 24.3.1 | Darwin | 0.01% | 4,918 |
| 3.7 | pip | 19.0.3 | Windows | 0.01% | 4,902 |
| 3.11 | pip | 23.3.2 | Windows | 0.01% | 4,740 |
| 3.10 | pip | 24.3.1 | Darwin | 0.01% | 4,681 |
| 3.7 | pip | 22.1.2 | Linux | 0.01% | 4,641 |
| 3.6 | pip | 19.1.1 | Linux | 0.01% | 4,641 |
| 3.9 | pip | 20.3.1 | Linux | 0.01% | 4,613 |
| 3.6 | pip | 20.1.1 | Linux | 0.01% | 4,591 |
| 3.7 | pip | 10.0.1 | Windows | 0.01% | 4,588 |
| 3.11 | pip | 24.1.2 | Windows | 0.01% | 4,563 |
| 3.7 | pip | 23.1 | Linux | 0.01% | 4,555 |
| 2.7 | pip | 20.3.4 | Darwin | 0.01% | 4,514 |
| 3.11 | pip | 22.3.1 | Darwin | 0.01% | 4,467 |
| 2.7 | pip | 19.0.3 | Linux | 0.01% | 4,439 |
| 3.5 | pip | 9.0.1 | Linux | 0.01% | 4,361 |
| 3.11 | pip | 23.3.1 | Darwin | 0.01% | 4,321 |
| 3.12 | pip | 24.1 | Windows | 0.01% | 4,315 |
| 3.10 | pip | 21.0.1 | Linux | 0.01% | 4,286 |
| 3.7 | pip | 20.2.4 | Linux | 0.01% | 4,284 |
| 3.7 | pip | 23.3.2 | Linux | 0.01% | 4,272 |
| 3.10 | pip | 23.3.2 | Windows | 0.01% | 4,223 |
| 3.9 | pip | 21.2.3 | Windows | 0.01% | 4,202 |
| 3.12 | pip | 24.1 | Darwin | 0.01% | 4,140 |
| 3.8 | pip | 20.0.2 | Windows | 0.01% | 4,139 |
| 3.11 | pip | 23.1.2 | Darwin | 0.01% | 4,127 |
| 3.6 | pip | 20.1 | Linux | 0.01% | 4,123 |
| 3.7 | pip | 22.1.2 | Windows | 0.01% | 4,056 |
| 3.9 | pip | 23.3.1 | Windows | 0.01% | 3,976 |
| 3.5 | pip | 19.1.1 | Linux | 0.01% | 3,948 |
| 3.8 | pip | 20.1 | Linux | 0.01% | 3,910 |
| 3.10 | pip | 24.1.1 | Linux | 0.01% | 3,909 |
| 3.8 | pip | 20.2.2 | Linux | 0.01% | 3,851 |
| 3.8 | pip | 19.1.1 | Linux | 0.01% | 3,839 |
| 3.9 | pip | 20.1.1 | Windows | 0.01% | 3,802 |
| 3.9 | pip | 21.2.4 | Windows | 0.01% | 3,797 |
| 3.11 | pip | 23.0 | Linux | 0.01% | 3,748 |
| 3.8 | pip | 24.3.1 | Darwin | 0.01% | 3,702 |
| 3.9 | pip | 21.1.3 | Windows | 0.01% | 3,659 |
| 3.6 | pip | 10.0.1 | Windows | 0.01% | 3,606 |
| 2.7 | pip | 6.0.8 | Linux | 0.01% | 3,557 |
| 3.7 | pip | 23.2 | Linux | 0.01% | 3,445 |
| 3.10 | pip | 22.3.1 | Darwin | 0.01% | 3,353 |
| 3.8 | pip | 23.3 | Linux | 0.01% | 3,242 |
| 3.11 | pip | 23.3 | Linux | 0.01% | 3,213 |
| 3.9 | pip | 21.1.2 | Windows | 0.01% | 3,135 |
| 3.7 | pip | 22.0.3 | Linux | 0.01% | 3,087 |
| 3.12 | pip | 24.1.1 | Windows | 0.01% | 3,085 |
| 3.6 | pip | 20.3.4 | Linux | 0.01% | 3,035 |
| 3.10 | pip | 23.3 | Linux | 0.01% | 3,035 |
| 3.9 | pip | 23.2 | Linux | 0.00% | 3,003 |
| 3.6 | pip | 19.3.1 | Linux | 0.00% | 3,000 |
| 3.13 | pip | 23.2.1 | Darwin | 0.00% | 2,989 |
| 3.12 | pip | 23.3.2 | Windows | 0.00% | 2,976 |
| 3.10 | pip | 23.2.1 | Darwin | 0.00% | 2,971 |
| 3.7 | pip | 23.3.1 | Windows | 0.00% | 2,965 |
| 3.9 | pip | 22.0.3 | Linux | 0.00% | 2,915 |
| 3.5 | pip | 8.1.1 | Linux | 0.00% | 2,914 |
| 3.10 | pip | 24.0 | Darwin | 0.00% | 2,881 |
| 2.7 | pip | 19.2.3 | Windows | 0.00% | 2,839 |
| 3.7 | pip | 8.1.1 | Linux | 0.00% | 2,824 |
| 3.9 | pip | 19.3.1 | Linux | 0.00% | 2,684 |
| 3.9 | pip | 23.3.2 | Darwin | 0.00% | 2,668 |
| 3.7 | pip | 19.1 | Darwin | 0.00% | 2,640 |
| 3.5 | pip | 20.0.2 | Linux | 0.00% | 2,598 |
| 3.6 | pip | 20.2.3 | Linux | 0.00% | 2,585 |
| 3.8 | pip | 22.1 | Linux | 0.00% | 2,552 |
| 3.9 | pip | 21.1.1 | Windows | 0.00% | 2,488 |
| 3.8 | pip | 20.3.1 | Linux | 0.00% | 2,462 |
| 3.6 | pip | 21.2.2 | Linux | 0.00% | 2,435 |
| 3.10 | pip | 22.2 | Linux | 0.00% | 2,420 |
| 3.8 | pip | 24.1.1 | Linux | 0.00% | 2,414 |
| 3.8 | pip | 22.0.4 | Windows | 0.00% | 2,395 |
| 3.7 | pip | 23.1.2 | Windows | 0.00% | 2,393 |
| 3.9 | pip | 22.2.1 | Linux | 0.00% | 2,387 |
| 3.10 | pip | 20.3.4 | Darwin | 0.00% | 2,387 |
| 3.11 | pip | 22.2.2 | Linux | 0.00% | 2,377 |
| 3.9 | pip | 23.0.1 | Darwin | 0.00% | 2,374 |
| 3.10 | pip | 24.1.2 | Windows | 0.00% | 2,360 |
| 3.6 | pip | 21.0.1 | Linux | 0.00% | 2,352 |
| 3.8 | pip | 24.2 | Darwin | 0.00% | 2,258 |
| 3.7 | pip | 24.0 | Windows | 0.00% | 2,245 |
| 3.6 | pip | 20.2.4 | Linux | 0.00% | 2,233 |
| 3.5 | pip | 10.0.1 | Linux | 0.00% | 2,232 |
| 2.7 | pip | 19.0.1 | Linux | 0.00% | 2,222 |
| 3.7 | pip | 24.0 | Darwin | 0.00% | 2,207 |
| 3.10 | pip | 22.0.4 | Darwin | 0.00% | 2,166 |
| 3.11 | pip | 23.3.2 | Darwin | 0.00% | 2,160 |
| 3.7 | pip | 18.0 | Linux | 0.00% | 2,125 |
| 3.9 | pip | 23.3 | Linux | 0.00% | 2,121 |
| 3.9 | pip | 19.1.1 | Linux | 0.00% | 2,117 |
| 3.10 | pip | 22.3 | Linux | 0.00% | 2,113 |
| 3.10 | pip | 20.2.4 | Linux | 0.00% | 2,112 |
| 2.7 | pip | 20.3.4 | Windows | 0.00% | 1,995 |
| 3.8 | pip | 23.3.2 | Windows | 0.00% | 1,982 |
| 3.11 | pip | 22.3 | Darwin | 0.00% | 1,971 |
| 3.9 | pip | 23.3.2 | Windows | 0.00% | 1,961 |
| 3.8 | pip | 22.0.2 | Linux | 0.00% | 1,951 |
| 3.9 | pip | 24.1 | Darwin | 0.00% | 1,941 |
| 3.9 | pip | 22.0.2 | Linux | 0.00% | 1,933 |
| 3.8 | pip | 24.1.2 | Windows | 0.00% | 1,911 |
| 3.11 | pip | 24.1.2 | Darwin | 0.00% | 1,893 |
| 3.11 | pip | 24.1 | Windows | 0.00% | 1,881 |
| 3.6 | pip | 18.0 | Linux | 0.00% | 1,874 |
| 3.9 | pip | 24.1.1 | Linux | 0.00% | 1,871 |
| 3.6 | pip | 20.2.2 | Linux | 0.00% | 1,848 |
| 3.7 | pip | 23.2.1 | Windows | 0.00% | 1,844 |
| 3.6 | pip | 9.0.3 | Windows | 0.00% | 1,841 |
| 3.10 | pip | 20.1.1 | Windows | 0.00% | 1,822 |
| 3.6 | pip | 21.3.1 | Windows | 0.00% | 1,822 |
| 3.11 | pip | 21.2.3 | Linux | 0.00% | 1,780 |
| 3.7 | pip | 19.3 | Linux | 0.00% | 1,773 |
| 2.7 | pip | 20.1.1 | Darwin | 0.00% | 1,734 |
| 3.8 | pip | 23.0.1 | Windows | 0.00% | 1,717 |
| 3.9 | pip | 23.3.1 | Darwin | 0.00% | 1,680 |
| 3.11 | pip | 24.0 | FreeBSD | 0.00% | 1,678 |
| 2.7 | pip | 19.3.1 | Windows | 0.00% | 1,605 |
| 3.11 | pip | 24.1.1 | Windows | 0.00% | 1,605 |
| 3.12 | pip | 24.1.2 | Darwin | 0.00% | 1,588 |
| 3.8 | pip | 20.2.3 | Darwin | 0.00% | 1,578 |
| 2.7 | pip | 7.1.2 | Linux | 0.00% | 1,573 |
| 3.8 | pip | 22.3 | Linux | 0.00% | 1,558 |
| 3.7 | pip | 21.1.2 | Linux | 0.00% | 1,547 |
| 3.10 | pip | 23.1.1 | Linux | 0.00% | 1,537 |
| 3.6 | pip | 19.0.2 | Linux | 0.00% | 1,529 |
| 3.5 | pip | 19.3.1 | Linux | 0.00% | 1,507 |
| 3.8 | pip | 23.0 | Linux | 0.00% | 1,503 |
| 3.9 | pip | 20.2 | Linux | 0.00% | 1,488 |
| 3.8 | pip | 21.2.1 | Linux | 0.00% | 1,484 |
| 3.10 | pip | 24.1 | Windows | 0.00% | 1,470 |
| 3.10 | pip | 21.2.1+nv1 | Linux | 0.00% | 1,464 |
| 3.6 | pip | 9.0.1 | Windows | 0.00% | 1,456 |
| 3.14 | pip | 24.2 | Windows | 0.00% | 1,425 |
| 3.9 | pip | 9.0.1 | Linux | 0.00% | 1,400 |
| 3.11 | pip | 21.2.4 | Linux | 0.00% | 1,370 |
| 3.9 | pip | 23.0.1 | Windows | 0.00% | 1,354 |
| 3.13 | pip | 24.1 | Darwin | 0.00% | 1,338 |
| 3.7 | pip | 20.0.2 | Windows | 0.00% | 1,321 |
| 3.9 | pip | 21.3.1 | Windows | 0.00% | 1,313 |
| 3.8 | pip | 20.2.1 | Windows | 0.00% | 1,302 |
| 2.7 | pip | 19.3.1 | Darwin | 0.00% | 1,277 |
| 3.9 | pip | 10.0.1 | Linux | 0.00% | 1,273 |
| 3.12 | pip | 23.0.1 | Linux | 0.00% | 1,258 |
| 3.13 | pip | 24.0 | Windows | 0.00% | 1,252 |
| 3.7 | pip | 20.2.3 | Linux | 0.00% | 1,229 |
| 3.8 | pip | 23.1.2 | Windows | 0.00% | 1,213 |
| 3.9 | pip | 22.3.1 | Windows | 0.00% | 1,201 |
| 3.8 | pip | 19.0.3 | Windows | 0.00% | 1,190 |
| 3.5 | pip | 20.2.3 | Linux | 0.00% | 1,189 |
| 3.12 | pip | 23.3.1 | Darwin | 0.00% | 1,183 |
| 3.9 | pip | 22.1.2 | Windows | 0.00% | 1,177 |
| 3.8 | pip | 24.1 | Windows | 0.00% | 1,165 |
| 3.9 | pip | 20.1.1 | Linux | 0.00% | 1,160 |
| 3.9 | pip | 24.0 | FreeBSD | 0.00% | 1,144 |
| 3.10 | pip | 22.2.1 | Darwin | 0.00% | 1,139 |
| 3.13 | pip | 24.1 | Linux | 0.00% | 1,138 |
| 3.7 | pip | 21.1.3 | Linux | 0.00% | 1,136 |
| 2.7 | pip | 20.1.1 | Windows | 0.00% | 1,127 |
| 3.9 | pip | 24.1.2 | Darwin | 0.00% | 1,117 |
| 3.7 | pip | 23.3.1 | Darwin | 0.00% | 1,114 |
| 3.6 | pip | 21.1.2 | Linux | 0.00% | 1,103 |
| 3.7 | pip | 22.3.1 | Windows | 0.00% | 1,102 |
| 3.10 | pip | 21.2.3 | Darwin | 0.00% | 1,083 |
| 3.8 | pip | 19.2.3 | Darwin | 0.00% | 1,082 |
| 3.8 | pip | 24.0 | Darwin | 0.00% | 1,067 |
| 3.10 | pip | 24.3 | Linux | 0.00% | 1,046 |
| 3.9 | pip | 24.1.2 | Windows | 0.00% | 1,029 |
| 3.10 | pip | 23.3.1 | Darwin | 0.00% | 1,017 |
| 3.6 | pip | 20.3.3 | Linux | 0.00% | 1,012 |
| 3.9 | pip | 22.2.2 | Windows | 0.00% | 1,001 |
| 3.9 | pip | 23.1.2 | Windows | 0.00% | 991 |
| 3.10 | pip | 24.1.1 | Windows | 0.00% | 981 |
| 3.14 | pip | 24.2 | Linux | 0.00% | 971 |
| 3.8 | pip | 21.0 | Linux | 0.00% | 969 |
| 3.14 | pip | 24.3.1 | Windows | 0.00% | 942 |
| 3.10 | pip | 24.1.2 | Darwin | 0.00% | 923 |
| 3.14 | pip | 24.1 | Linux | 0.00% | 920 |
| 3.9 | pip | 21.3 | Linux | 0.00% | 916 |
| 2.7 | pip | 20.0.2 | Windows | 0.00% | 914 |
| 3.11 | pip | 23.0.1 | Darwin | 0.00% | 911 |
| 3.6 | pip | 18.1 | Darwin | 0.00% | 909 |
| 3.8 | pip | 22.0.4 | Darwin | 0.00% | 890 |
| 3.9 | pip | 21.1.3 | Darwin | 0.00% | 877 |
| 3.4 | pip | 7.1.2 | Windows | 0.00% | 875 |
| 3.9 | pip | 22.3.1 | Darwin | 0.00% | 872 |
| 3.8 | pip | 23.2.1 | Darwin | 0.00% | 867 |
| 3.6 | pip | 21.1.3 | Linux | 0.00% | 864 |
| 2.7 | pip | 19.2.2 | Linux | 0.00% | 862 |
| 3.4 | pip | 19.1.1 | Linux | 0.00% | 852 |
| 3.8 | pip | 22.2.1 | Linux | 0.00% | 845 |
| 3.11 | pip | 21.3.1 | Windows | 0.00% | 837 |
| 2.7 | pip | 20.1 | Linux | 0.00% | 836 |
| 3.11 | pip | 20.1.1 | Windows | 0.00% | 834 |
| 3.9 | pip | 20.2.3 | Darwin | 0.00% | 830 |
| 2.7 | pip | 19.2.3 | Darwin | 0.00% | 830 |
| 3.10 | pip | 21.1.3 | Linux | 0.00% | 816 |
| 3.8 | pip | 22.1.1 | Linux | 0.00% | 814 |
| 3.11 | pip | 20.1.1 | Linux | 0.00% | 813 |
| 3.6 | pip | 21.2.2 | Windows | 0.00% | 806 |
| 3.12 | pip | 23.3.2 | Darwin | 0.00% | 804 |
| 3.10 | pip | 22.0.3 | Linux | 0.00% | 804 |
| 3.11 | pip | 23.0.1 | Windows | 0.00% | 799 |
| 3.8 | pip | 23.0.1 | Darwin | 0.00% | 798 |
| 3.7 | pip | 22.0.4 | Windows | 0.00% | 795 |
| 3.8 | pip | 21.3.1 | Windows | 0.00% | 794 |
| 2.7 | pip | 20.2.4 | Windows | 0.00% | 794 |
| 3.13 | pip | 23.3.1 | Linux | 0.00% | 789 |
| 3.7 | pip | 21.1.1 | Linux | 0.00% | 785 |
| 3.9 | pip | 24.1 | Windows | 0.00% | 782 |
| 3.10 | pip | 23.1.2 | Darwin | 0.00% | 778 |
| 3.7 | pip | 23.3.2 | Windows | 0.00% | 775 |
| 2.7 | pip | 6.1.1 | Linux | 0.00% | 769 |
| 3.8 | pip | 22.3.1 | Darwin | 0.00% | 758 |
| 3.6 | pip | 20.1.1 | Windows | 0.00% | 740 |
| 3.9 | pip | 22.1.1 | Linux | 0.00% | 722 |
| 3.6 | pip | 19.3 | Linux | 0.00% | 713 |
| 3.10 | pip | 21.3.1 | Windows | 0.00% | 710 |
| 3.11 | pip | 24.1 | Darwin | 0.00% | 709 |
| 3.8 | pip | 21.0.1 | Windows | 0.00% | 678 |
| 3.9 | pip | 19.0.3 | Windows | 0.00% | 676 |
| 3.8 | pip | 23.3.1 | Darwin | 0.00% | 668 |
| 3.11 | pip | 22.2.2 | Windows | 0.00% | 665 |
| 3.6 | pip | 21.2.3 | Linux | 0.00% | 663 |
| 3.7 | pip | 19.0.3 | Darwin | 0.00% | 645 |
| 3.8 | pip | 22.2.2 | Windows | 0.00% | 639 |
| 2.7 | pip | 19.2.1 | Linux | 0.00% | 636 |
| 3.9 | pip | 22.0 | Linux | 0.00% | 626 |
| 3.12 | pip | 23.3 | Linux | 0.00% | 624 |
| 3.12 | pip | 24.1.1 | Darwin | 0.00% | 615 |
| 3.11 | pip | 20.3.4 | Windows | 0.00% | 600 |
| 3.10 | pip | 24.1 | Darwin | 0.00% | 584 |
| 3.9 | pip | 24.1.1 | Windows | 0.00% | 583 |
| 3.8 | pip | 21.1.2 | Windows | 0.00% | 581 |
| 3.7 | pip | 21.1.2 | Windows | 0.00% | 576 |
| 3.8 | pip | 10.0.1 | Linux | 0.00% | 569 |
| 3.7 | pip | 23.0.1 | Darwin | 0.00% | 563 |
| 3.9 | pip | 23.3 | Windows | 0.00% | 559 |
| 3.8 | pip | 22.0.3 | Windows | 0.00% | 556 |
| 2.7 | pip | 9.0.3 | Windows | 0.00% | 537 |
| 3.8 | pip | 20.3.1 | Windows | 0.00% | 536 |
| 3.9 | pip | 22.1 | Linux | 0.00% | 533 |
| 3.13 | pip | 23.2.1 | Linux | 0.00% | 532 |
| 3.7 | pip | 21.0 | Linux | 0.00% | 517 |
| 3.6 | pip | 20.0.2 | Windows | 0.00% | 511 |
| 3.9 | pip | 21.3.1 | Darwin | 0.00% | 509 |
| 3.11 | pip | 22.0.4 | Linux | 0.00% | 501 |
| 3.7 | pip | 22.0.2 | Linux | 0.00% | 493 |
| 2.7 | pip | 20.0.2 | Darwin | 0.00% | 490 |
| 3.9 | pip | 22.2.2 | Darwin | 0.00% | 488 |
| 3.11 | pip | 24.1.1 | Darwin | 0.00% | 488 |
| 3.10 | pip | 20.3.4 | Windows | 0.00% | 483 |
| 3.11 | pip | 23.3 | Windows | 0.00% | 480 |
| 3.12 | pip | 24.3 | Windows | 0.00% | 476 |
| 3.9 | pip | 23.1.2 | FreeBSD | 0.00% | 476 |
| 3.9 | pip | 21.2.3 | Darwin | 0.00% | 463 |
| 3.5 | pip | 20.3.4 | Windows | 0.00% | 461 |
| 3.9 | pip | 23.0 | Windows | 0.00% | 451 |
| 3.6 | pip | 21.3 | Linux | 0.00% | 451 |
| 3.6 | pip | 20.1 | Windows | 0.00% | 449 |
| 3.14 | pip | 23.2.1 | Windows | 0.00% | 445 |
| 3.9 | pip | 20.3.4 | Windows | 0.00% | 436 |
| 3.9 | pip | 20.3.3 | Linux | 0.00% | 431 |
| 3.8 | pip | 19.0.3 | Linux | 0.00% | 430 |
| 2.7 | pip | 20.3 | Linux | 0.00% | 427 |
| 3.5 | pip | 20.1.1 | Windows | 0.00% | 424 |
| 3.11 | pip | 20.3.4 | Darwin | 0.00% | 420 |
| 3.7 | pip | 23.3 | Linux | 0.00% | 416 |
| 3.10 | pip | 21.2.4 | Darwin | 0.00% | 416 |
| 3.14 | pip | 24.1.1 | Linux | 0.00% | 414 |
| 3.8 | pip | 23.3 | Windows | 0.00% | 414 |
| 3.10 | pip | 23.3.2 | Darwin | 0.00% | 413 |
| 3.7 | pip | 20.1.1 | Darwin | 0.00% | 401 |
| 3.7 | pip | 23.0 | Linux | 0.00% | 397 |
| 3.9 | pip | 21.1.1 | Darwin | 0.00% | 396 |
| 3.4 | pip | 18.1 | Linux | 0.00% | 394 |
| 3.7 | pip | 21.2.1 | Linux | 0.00% | 391 |
| 3.13 | pip | 24.2 | FreeBSD | 0.00% | 388 |
| 3.9 | pip | 24.1.1 | Darwin | 0.00% | 388 |
| 3.7 | pip | 20.2.3 | FreeBSD | 0.00% | 388 |
| 3.10 | pip | 19.3.1 | Windows | 0.00% | 381 |
| 3.7 | pip | 19.2.1 | Linux | 0.00% | 375 |
| 3.9 | pip | 20.3.4 | Darwin | 0.00% | 374 |
| 3.5 | pip | 18.0 | Linux | 0.00% | 372 |
| 3.8 | pip | 18.0 | Linux | 0.00% | 370 |
| 3.8 | pip | 20.2.4 | Windows | 0.00% | 366 |
| 3.7 | pip | 20.3.3 | Linux | 0.00% | 366 |
| 3.8 | pip | 20.1.1 | Darwin | 0.00% | 360 |
| 3.8 | pip | 24.1.1 | Windows | 0.00% | 357 |
| 3.4 | pip | 9.0.1 | Linux | 0.00% | 356 |
| 3.7 | pip | 23.0.1 | Windows | 0.00% | 352 |
| 3.7 | pip | 21.3.1 | Windows | 0.00% | 348 |
| 3.8 | pip | 21.2.1 | Windows | 0.00% | 347 |
| 3.7 | pip | 20.1.1 | FreeBSD | 0.00% | 346 |
| 2.7 | pip | 20.3.1 | Darwin | 0.00% | 345 |
| 3.9 | pip | 23.1.2 | Darwin | 0.00% | 345 |
| 3.11 | pip | 23.2 | Windows | 0.00% | 335 |
| 3.8 | pip | 22.2 | Linux | 0.00% | 326 |
| 3.10 | pip | 23.1 | Darwin | 0.00% | 325 |
| 3.12 | pip | 24.2 | MSYS_NT-10.0-17763 | 0.00% | 318 |
| 3.5 | pip | 20.2.2 | Linux | 0.00% | 316 |
| 3.9 | pip | 9.0.3 | Linux | 0.00% | 315 |
| 3.10 | pip | 21.1.2 | Linux | 0.00% | 314 |
| 3.6 | pip | 21.1.1 | Linux | 0.00% | 310 |
| 3.10 | pip | 23.1 | Windows | 0.00% | 308 |
| 2.7 | pip | 20.3.1 | Linux | 0.00% | 303 |
| 3.7 | pip | 19.0.2 | Linux | 0.00% | 303 |
| 3.10 | pip | 19.3.1 | Linux | 0.00% | 301 |
| 3.7 | pip | 22.2.2 | Darwin | 0.00% | 298 |
| 3.6 | pip | 19.2.3 | Linux | 0.00% | 298 |
| 3.11 | pip | 23.1 | Darwin | 0.00% | 295 |
| 3.7 | pip | 21.0.1 | Windows | 0.00% | 293 |
| 3.9 | pip | 23.1 | Windows | 0.00% | 291 |
| 3.9 | pip | 20.0.2 | Windows | 0.00% | 288 |
| 3.8 | pip | 25.0.dev0 | Linux | 0.00% | 287 |
| 3.11 | pip | 24.2 | FreeBSD | 0.00% | 286 |
| 3.10 | pip | 23.0 | Windows | 0.00% | 286 |
| 3.7 | pip | 22.2 | Linux | 0.00% | 284 |
| 3.9 | pip | 21.2.2 | Linux | 0.00% | 281 |
| 3.10 | pip | 25.0.dev0 | Linux | 0.00% | 278 |
| 2.7 | pip | 20.3.3 | Linux | 0.00% | 274 |
| 3.10 | pip | 22.1.2 | Windows | 0.00% | 271 |
| 3.10 | pip | 25.0.dev0 | Darwin | 0.00% | 269 |
| 3.8 | pip | 25.0.dev0 | Darwin | 0.00% | 268 |
| 3.9 | pip | 25.0.dev0 | Darwin | 0.00% | 266 |
| 3.10 | pip | 21.0.1 | Windows | 0.00% | 265 |
| 3.8 | pip | 25.0.dev0 | Windows | 0.00% | 264 |
| 3.7 | pip | 19.2.2 | Linux | 0.00% | 264 |
| 3.11 | pip | 25.0.dev0 | Darwin | 0.00% | 264 |
| 3.10 | pip | 20.2.3 | Linux | 0.00% | 260 |
| 3.13 | pip | 25.0.dev0 | Darwin | 0.00% | 260 |
| 3.12 | pip | 25.0.dev0 | Darwin | 0.00% | 260 |
| 3.8 | pip | 20.3.4 | Windows | 0.00% | 260 |
| 3.13 | pip | 24.1.2 | Linux | 0.00% | 258 |
| 3.13 | pip | 25.0.dev0 | Windows | 0.00% | 258 |
| 3.10 | pip | 21.1.2 | Windows | 0.00% | 257 |
| 3.7 | pip | 19.0.1 | Linux | 0.00% | 246 |
| 2.7 | pip | 19.1.1 | Darwin | 0.00% | 242 |
| 3.11 | pip | 23.0 | Windows | 0.00% | 241 |
| 3.6 | pip | 19.0.3 | Linux | 0.00% | 241 |
| 3.9 | pip | 20.1.1 | Darwin | 0.00% | 237 |
| 3.11 | pip | 23.1 | Windows | 0.00% | 237 |
| 2.7 | pip | 1.5.6 | Linux | 0.00% | 236 |
| 3.11 | pip | 23.3.2 | FreeBSD | 0.00% | 231 |
| 2.7 | pip | 7.1.2 | Windows | 0.00% | 231 |
| 3.10 | pip | 23.3 | Windows | 0.00% | 230 |
| 3.7 | pip | 20.3.2 | Linux | 0.00% | 229 |
| 2.7 | pip | 8.1.0 | Linux | 0.00% | 226 |
| 3.12 | pip | 23.2 | Linux | 0.00% | 224 |
| 3.7 | pip | 23.1.1 | Linux | 0.00% | 220 |
| 3.8 | pip | 21.2.4 | Windows | 0.00% | 220 |
| 3.9 | pip | 19.2.3 | Windows | 0.00% | 218 |
| 3.10 | pip | 23.2 | Windows | 0.00% | 218 |
| 3.11 | pip | 24.3 | Windows | 0.00% | 217 |
| 3.10 | pip | 24.1.1 | Darwin | 0.00% | 216 |
| 3.9 | pip | 20.2.1 | Linux | 0.00% | 215 |
| 3.11 | pip | 20.3.1 | Linux | 0.00% | 215 |
| 3.8 | pip | 23.1 | Windows | 0.00% | 214 |
| 3.10 | pip | 20.0.2 | Linux | 0.00% | 208 |
| 3.7 | pip | 22.2.2 | Windows | 0.00% | 207 |
| 3.8 | pip | 21.2.2 | Linux | 0.00% | 207 |
| 3.12 | pip | 23.1.2 | Windows | 0.00% | 206 |
| 3.7 | pip | 20.1 | Linux | 0.00% | 206 |
| 3.9 | pip | 22.2 | Darwin | 0.00% | 206 |
| 3.7 | pip | 23.2.1 | Darwin | 0.00% | 204 |
| 3.9 | pip | 19.3 | Linux | 0.00% | 203 |
| 3.11 | pip | 23.1.2 | FreeBSD | 0.00% | 199 |
| 3.9 | pip | 21.2.1+nv1 | Linux | 0.00% | 198 |
| 3.7 | pip | 20.2.4 | Windows | 0.00% | 197 |
| 3.13 | pip | 24.1.1 | Windows | 0.00% | 195 |
| 3.8 | pip | 21.1.3 | Windows | 0.00% | 190 |
| 3.5 | pip | 9.0.1 | Windows | 0.00% | 190 |
| 3.11 | pip | 22.0.4 | Windows | 0.00% | 189 |
| 3.7 | pip | 23.3.2 | Darwin | 0.00% | 189 |
| 3.8 | pip | 20.2 | Linux | 0.00% | 188 |
| 3.8 | pip | 23.1.2 | Darwin | 0.00% | 188 |
| 3.9 | pip | 23.3 | Darwin | 0.00% | 187 |
| 3.7 | pip | 19.1.1 | Windows | 0.00% | 187 |
| 3.8 | pip | 21.3 | Linux | 0.00% | 185 |
| 3.7 | pip | 19.3.1 | Windows | 0.00% | 182 |
| 3.10 | pip | 24.0+nv1 | Linux | 0.00% | 180 |
| 3.8 | pip | 24.1.2 | Darwin | 0.00% | 179 |
| 3.13 | pip | 24.3 | Windows | 0.00% | 176 |
| 3.8 | pip | 22.1.2 | Windows | 0.00% | 175 |
| 3.10 | pip | 24.3 | Windows | 0.00% | 172 |
| 3.6 | pip | 20.2 | Linux | 0.00% | 172 |
| 3.10 | pip | 22.3 | Windows | 0.00% | 172 |
| 3.6 | pip | 10.0.0 | Linux | 0.00% | 171 |
| 3.9 | pip | 21.0 | Linux | 0.00% | 171 |
| 3.10 | pip | 20.1.1 | Linux | 0.00% | 167 |
| 3.8 | pip | 20.3 | Linux | 0.00% | 166 |
| 3.6 | pip | 20.2.1 | Linux | 0.00% | 166 |
| 3.7 | pip | 21.2.4 | Windows | 0.00% | 162 |
| 3.9 | pip | 20.2.2 | Linux | 0.00% | 162 |
| 3.9 | pip | 19.0.3 | Linux | 0.00% | 158 |
| 3.7 | pip | 22.0.4 | Darwin | 0.00% | 157 |
| 3.6 | pip | 19.0.3 | Windows | 0.00% | 154 |
| 2.7 | pip | 9.0.1 | Windows | 0.00% | 153 |
| 3.7 | pip | 10.0.1 | Darwin | 0.00% | 153 |
| 2.7 | pip | 18.1 | Darwin | 0.00% | 153 |
| 3.8 | pip | 21.3.1 | Darwin | 0.00% | 151 |
| 3.9 | pip | 24.0 | CYGWIN_NT-10.0-19045 | 0.00% | 150 |
| 3.10 | pip | 22.1.1 | Windows | 0.00% | 150 |
| 3.8 | pip | 22.2.2 | Darwin | 0.00% | 148 |
| 3.11 | pip | 21.1.2 | Windows | 0.00% | 147 |
| 3.5 | pip | 10.0.1 | Windows | 0.00% | 146 |
| 3.9 | pip | 23.2 | Darwin | 0.00% | 146 |
| 2.7 | pip | 20.2.1 | Linux | 0.00% | 145 |
| 3.9 | pip | 22.0.3 | Windows | 0.00% | 145 |
| 3.12 | pip | 23.3 | Windows | 0.00% | 144 |
| 3.10 | pip | 20.2.2 | Linux | 0.00% | 144 |
| 3.12 | pip | 25.0.dev0 | Linux | 0.00% | 144 |
| 3.11 | pip | 24.0 | OpenBSD | 0.00% | 144 |
| 3.8 | pip | 19.3.1 | Windows | 0.00% | 143 |
| 3.11 | pip | 25.0.dev0 | Linux | 0.00% | 142 |
| 3.12 | pip | 22.3.1 | Linux | 0.00% | 142 |
| 3.9 | pip | 25.0.dev0 | Linux | 0.00% | 140 |
| 3.13 | pip | 25.0.dev0 | Linux | 0.00% | 140 |
| 3.11 | pip | 23.2.1 | QNX | 0.00% | 138 |
| 3.7 | pip | 20.3.4 | Windows | 0.00% | 137 |
| 3.4 | pip | 1.5.6 | Linux | 0.00% | 136 |
| 3.10 | pip | 24.0+nv1 | Windows | 0.00% | 132 |
| 3.11 | pip | 22.2.2 | Darwin | 0.00% | 132 |
| 3.6 | pip | 21.1.1 | Windows | 0.00% | 130 |
| 3.11 | pip | 21.2.4 | Windows | 0.00% | 130 |
| 2.7 | pip | 19.0.2 | Linux | 0.00% | 128 |
| 3.11 | pip | 23.3 | Darwin | 0.00% | 127 |
| 3.8 | pip | 23.3.2 | Darwin | 0.00% | 127 |
| 3.10 | pip | 23.0.1 | FreeBSD | 0.00% | 125 |
| 3.11 | pip | 23.2.1 | FreeBSD | 0.00% | 124 |
| 3.11 | pip | 23.1.1 | Linux | 0.00% | 123 |
| 2.7 | pip | 8.1.1 | Windows | 0.00% | 123 |
| 3.7 | pip | 19.2.3 | Darwin | 0.00% | 121 |
| 3.11 | pip | 24.3.1 | FreeBSD | 0.00% | 120 |
| 3.10 | pip | 21.3.1 | Darwin | 0.00% | 119 |
| 3.9 | pip | 22.1.1 | Windows | 0.00% | 119 |
| 2.7 | pip | 20.3.4 | FreeBSD | 0.00% | 118 |
| 3.6 | pip | 21.3.1 | Darwin | 0.00% | 118 |
| 3.8 | pip | 20.3.4 | Darwin | 0.00% | 118 |
| 3.11 | pip | 24.3 | Linux | 0.00% | 118 |
| 3.8 | pip | 20.3.3 | Windows | 0.00% | 117 |
| 3.7 | pip | 20.2.1 | Linux | 0.00% | 117 |
| 3.7 | pip | 21.3 | Linux | 0.00% | 116 |
| 3.12 | pip | 24.3 | Linux | 0.00% | 116 |
| 3.4 | pip | 1.5.4 | Linux | 0.00% | 112 |
| 3.6 | pip | 20.0.1 | Linux | 0.00% | 111 |
| 3.7 | pip | 20.2.2 | Windows | 0.00% | 108 |
| 3.8 | pip | 21.0.1 | Darwin | 0.00% | 107 |
| 3.11 | pip | 22.1 | Linux | 0.00% | 107 |
| 3.9 | pip | 23.0.1 | FreeBSD | 0.00% | 107 |
| 3.10 | pip | 22.0.3 | Windows | 0.00% | 104 |
| 3.10 | pip | 21.0 | Linux | 0.00% | 104 |
| 3.11 | pip | 21.2.1 | Linux | 0.00% | 104 |
| 2.7 | pip | 7.1.0 | Linux | 0.00% | 103 |
| 3.9 | pip | 21.1.2 | Darwin | 0.00% | 103 |
| 3.13 | pip | 24.0 | Darwin | 0.00% | 103 |
| 3.7 | pip | 21.2.2 | Linux | 0.00% | 103 |
| 3.9 | pip | 24.0 | CYGWIN_NT-10.0-22631 | 0.00% | 102 |
| 3.8 | pip | 18.0 | Windows | 0.00% | 102 |
| 3.7 | pip | 22.0.3 | Windows | 0.00% | 102 |
| 3.9 | pip | 23.2 | Windows | 0.00% | 101 |
| 3.8 | pip | 23.3 | Darwin | 0.00% | 100 |
| 3.11 | pip | 23.2 | Darwin | 0.00% | 97 |
| 3.7 | pip | 19.1 | Linux | 0.00% | 96 |
| 3.9 | pip | 21.0.1 | Windows | 0.00% | 96 |
| 3.12 | pip | 24.0+nv1 | Windows | 0.00% | 96 |
| 3.9 | pip | 22.3 | Windows | 0.00% | 94 |
| 3.10 | pip | 21.1.3 | Windows | 0.00% | 94 |
| 3.9 | pip | 18.0 | Linux | 0.00% | 92 |
| 2.7 | pip | 9.0.0 | Linux | 0.00% | 90 |
| 3.10 | pip | 20.2.3 | Windows | 0.00% | 90 |
| 3.10 | pip | 23.1.1 | Windows | 0.00% | 89 |
| 3.8 | pip | 20.2.1 | OS/390 | 0.00% | 89 |
| 3.8 | pip | 24.1 | Darwin | 0.00% | 88 |
| 3.7 | pip | 22.1 | Windows | 0.00% | 88 |
| 2.7 | pip | 10.0.1 | Windows | 0.00% | 88 |
| 3.6 | pip | 19.0.1 | Linux | 0.00% | 87 |
| 3.6 | pip | 20.3.4 | Windows | 0.00% | 87 |
| 3.11 | pip | 22.0.4 | Darwin | 0.00% | 86 |
| 3.7 | pip | 22.2.1 | Windows | 0.00% | 85 |
| 3.9 | pip | 20.3.3 | Darwin | 0.00% | 84 |
| 3.12 | pip | 24.3.1 | MSYS_NT-10.0-22631 | 0.00% | 84 |
| 3.7 | pip | 19.1 | Windows | 0.00% | 84 |
| 3.8 | pip | 10.0.1 | Windows | 0.00% | 83 |
| 3.7 | pip | 22.3.1 | Darwin | 0.00% | 82 |
| 3.8 | pip | 20.2.1 | Darwin | 0.00% | 79 |
| 3.6 | pip | 19.2.2 | Linux | 0.00% | 79 |
| 3.8 | pip | 24.1.1 | Darwin | 0.00% | 79 |
| 3.5 | pip | 20.0.2 | Windows | 0.00% | 78 |
| 2.7 | pip | 19.0.3 | Windows | 0.00% | 78 |
| 3.5 | pip | 18.1 | Linux | 0.00% | 77 |
| 3.6 | pip | 19.3.1 | Windows | 0.00% | 76 |
| 3.11 | pip | 19.2.3 | Linux | 0.00% | 75 |
| 2.7 | pip | 18.0 | Linux | 0.00% | 74 |
| 3.12 | pip | 24.3 | Darwin | 0.00% | 74 |
| 3.9 | pip | 24.3.1 | CYGWIN_NT-10.0-20348 | 0.00% | 74 |
| 3.4 | pip | 19.0.3 | Linux | 0.00% | 74 |
| 3.9 | pip | 23.1 | Darwin | 0.00% | 73 |
| 3.13 | pip | 23.1 | Darwin | 0.00% | 73 |
| 3.11 | pip | 23.0 | Darwin | 0.00% | 73 |
| 3.9 | pip | 21.0.1 | Darwin | 0.00% | 72 |
| 3.9 | pip | 21.2.1+nv1 | Windows | 0.00% | 72 |
| 3.8 | pip | 20.0.1 | Linux | 0.00% | 71 |
| 3.9 | pip | 20.2.1 | Windows | 0.00% | 70 |
| 3.13 | pip | 23.3.2 | Windows | 0.00% | 70 |
| 3.5 | pip | 20.2.1 | Linux | 0.00% | 70 |
| 3.13 | pip | 23.3.2 | Linux | 0.00% | 70 |
| 3.11 | pip | 22.1.2 | Darwin | 0.00% | 69 |
| 3.9 | pip | 22.0.3 | Darwin | 0.00% | 69 |
| 3.6 | pip | 21.0 | Linux | 0.00% | 69 |
| 3.11 | pip | 21.0 | Linux | 0.00% | 68 |
| 3.5 | pip | 20.1.1 | Linux | 0.00% | 68 |
| 3.6 | pip | 10.0.1 | Darwin | 0.00% | 67 |
| 3.11 | pip | 23.1.1 | Windows | 0.00% | 66 |
| 3.5 | pip | 7.1.2 | Linux | 0.00% | 66 |
| 3.7 | pip | 23.0 | Windows | 0.00% | 66 |
| 3.10 | pip | 21.2.1+nv1 | Darwin | 0.00% | 64 |
| 3.12 | pip | 24.3.1 | MSYS_NT-10.0-19045 | 0.00% | 64 |
| 3.10 | pip | 23.2 | Darwin | 0.00% | 63 |
| 3.7 | pip | 22.3 | Linux | 0.00% | 63 |
| 3.7 | pip | 22.1 | Linux | 0.00% | 62 |
| 3.5 | pip | 9.0.1 | Darwin | 0.00% | 62 |
| 3.10 | pip | 21.3.1 | iOS | 0.00% | 62 |
| 3.8 | pip | 19.1 | Windows | 0.00% | 61 |
| 3.10 | pip | 23.0 | Darwin | 0.00% | 61 |
| 3.11 | pip | 24.3 | Darwin | 0.00% | 60 |
| 3.9 | pip | 23.0 | Darwin | 0.00% | 60 |
| 3.6 | pip | 21.0.1 | Windows | 0.00% | 59 |
| 3.7 | pip | 22.3 | Windows | 0.00% | 59 |
| 3.8 | pip | 20.2.4 | Darwin | 0.00% | 59 |
| 3.11 | pip | 21.3.1 | Darwin | 0.00% | 56 |
| 3.4 | pip | 19.1.1 | Windows | 0.00% | 56 |
| 2.7 | pip | 19.2.3 | FreeBSD | 0.00% | 55 |
| 3.10 | pip | 22.1 | Windows | 0.00% | 55 |
| 3.8 | pip | 22.1.2 | Darwin | 0.00% | 55 |
| 3.9 | pip | 22.1.1 | Darwin | 0.00% | 54 |
| 3.8 | pip | 23.1 | Darwin | 0.00% | 54 |
| 3.12 | pip | 24.2 | FreeBSD | 0.00% | 54 |
| 3.8 | pip | 22.3 | Windows | 0.00% | 54 |
| 3.10 | pip | 23.3 | Darwin | 0.00% | 54 |
| 3.5 | pip | 19.0.3 | Linux | 0.00% | 54 |
| 3.11 | pip | 21.2.3 | Windows | 0.00% | 52 |
| 3.12 | pip | 24.2 | NetBSD | 0.00% | 52 |
| 3.11 | pip | 21.3 | Linux | 0.00% | 52 |
| 3.9 | pip | 22.2 | Linux | 0.00% | 51 |
| 3.7 | pip | 20.3 | Linux | 0.00% | 51 |
| 3.7 | pip | 21.3.1 | Darwin | 0.00% | 50 |
| 3.10 | pip | 22.1.2 | Darwin | 0.00% | 50 |
| 3.6 | pip | 9.0.3 | Darwin | 0.00% | 50 |
| 3.9 | pip | 24.0 | CYGWIN_NT-10.0-26100 | 0.00% | 50 |
| 3.12 | pip | 24.1b1 | Windows | 0.00% | 49 |
| 3.11 | pip | 20.2.4 | Linux | 0.00% | 49 |
| 3.7 | pip | 23.1.2 | Darwin | 0.00% | 49 |
| 3.7 | pip | 21.1 | Linux | 0.00% | 49 |
| 2.7 | pip | 19.1 | Java | 0.00% | 48 |
| 3.9 | pip | 20.2.4 | Windows | 0.00% | 48 |
| 3.6 | pip | 21.1 | Linux | 0.00% | 48 |
| 3.9 | pip | 21.2.1+nv1 | Darwin | 0.00% | 48 |
| 3.6 | pip | 21.0.1 | Darwin | 0.00% | 46 |
| 3.10 | pip | 22.3 | Darwin | 0.00% | 46 |
| 3.8 | pip | 20.1 | Windows | 0.00% | 46 |
| 3.13 | pip | 24.1.2 | Windows | 0.00% | 46 |
| 3.9 | pip | 24.3 | Darwin | 0.00% | 46 |
| 3.7 | pip | 18.1 | Darwin | 0.00% | 45 |
| 3.8 | pip | 23.2 | Windows | 0.00% | 45 |
| 3.9 | pip | 24.0 | CYGWIN_NT-10.0-20348 | 0.00% | 44 |
| 3.10 | pip | 21.1.1 | Windows | 0.00% | 44 |
| 3.9 | pip | 19.2.3 | Linux | 0.00% | 44 |
| 3.9 | pip | 24.3 | Windows | 0.00% | 44 |
| 3.13 | pip | 23.3 | Linux | 0.00% | 44 |
| 3.14 | pip | 24.2 | Darwin | 0.00% | 43 |
| 3.13 | pip | 24.1 | Windows | 0.00% | 43 |
| 3.6 | pip | 20.3.3 | Windows | 0.00% | 43 |
| 3.7 | pip | 20.0.2 | Darwin | 0.00% | 42 |
| 3.9 | pip | 20.3.2 | Windows | 0.00% | 41 |
| 3.10 | pip | 22.2 | Windows | 0.00% | 41 |
| 3.8 | pip | 21.2.4 | Darwin | 0.00% | 40 |
| 3.6 | pip | 21.1.2 | Windows | 0.00% | 40 |
| 3.9 | pip | 22.3 | Darwin | 0.00% | 40 |
| 3.12 | pip | 23.3 | Darwin | 0.00% | 38 |
| 3.10 | pip | 20.3.3 | Linux | 0.00% | 38 |
| 3.9 | pip | 20.3.3 | Windows | 0.00% | 38 |
| 3.11 | pip | 21.0.1 | Linux | 0.00% | 37 |
| 3.8 | pip | 20.0.2 | Darwin | 0.00% | 37 |
| 3.9 | pip | 23.1.dev0 | Linux | 0.00% | 37 |
| 3.8 | pip | 22.0.dev0 | Linux | 0.00% | 37 |
| 3.6 | pip | 20.3 | Linux | 0.00% | 37 |
| 3.8 | pip | 23.0.1 | FreeBSD | 0.00% | 36 |
| 3.8 | pip | 24.3.1 | FreeBSD | 0.00% | 36 |
| 3.10 | pip | 21.1.1 | Linux | 0.00% | 36 |
| 3.7 | pip | 21.2.2 | Windows | 0.00% | 36 |
| 3.4 | pip | 9.0.3 | Linux | 0.00% | 36 |
| 3.4 | pip | 10.0.1 | Linux | 0.00% | 36 |
| 3.9 | pip | 24.3.1 | FreeBSD | 0.00% | 36 |
| 3.8 | pip | 19.1 | Linux | 0.00% | 35 |
| 3.6 | pip | 19.1 | Linux | 0.00% | 35 |
| 3.7 | pip | 22.1.2 | Darwin | 0.00% | 35 |
| 3.9 | pip | 20.3.2 | Darwin | 0.00% | 35 |
| 3.10 | pip | 19.2.3 | Linux | 0.00% | 35 |
| 3.13 | pip | 24.1.2 | Darwin | 0.00% | 34 |
| 3.6 | pip | 20.2.4 | Windows | 0.00% | 34 |
| 3.14 | pip | 24.3.1 | Darwin | 0.00% | 34 |
| 3.10 | pip | 20.1.1 | Darwin | 0.00% | 34 |
| 3.14 | pip | 23.2 | Darwin | 0.00% | 34 |
| 2.7 | pip | 9.0.1 | Darwin | 0.00% | 34 |
| 3.7 | pip | 23.3 | Windows | 0.00% | 34 |
| 3.7 | pip | 20.0.1 | Linux | 0.00% | 33 |
| 3.8 | pip | 21.2.2 | Windows | 0.00% | 33 |
| 3.6 | pip | 21.2.2 | Darwin | 0.00% | 33 |
| 2.7 | pip | 7.0.3 | Linux | 0.00% | 33 |
| 3.7 | pip | 20.2.3 | Windows | 0.00% | 33 |
| 3.13 | pip | 24.3 | Darwin | 0.00% | 32 |
| 3.8 | pip | 21.1.2 | Darwin | 0.00% | 32 |
| 3.9 | pip | 20.2.3 | Qnx | 0.00% | 32 |
| 3.5 | pip | 20.3.4 | Darwin | 0.00% | 32 |
| 3.12 | pip | 24.3.1 | MSYS_NT-10.0-26100 | 0.00% | 32 |
| 3.7 | pip | 23.2 | Windows | 0.00% | 31 |
| 3.9 | pip | 21.1 | Windows | 0.00% | 31 |
| 3.12 | pip | 22.3.1 | Windows | 0.00% | 31 |
| 3.6 | pip | 19.1.1 | Windows | 0.00% | 30 |
| 3.9 | pip | 22.2.1 | Windows | 0.00% | 28 |
| 3.12 | pip | 24.0+nv1 | Linux | 0.00% | 28 |
| 3.10 | pip | 24.3 | Darwin | 0.00% | 28 |
| 3.6 | pip | 20.0.2 | Darwin | 0.00% | 28 |
| 3.8 | pip | 20.2.2 | Windows | 0.00% | 28 |
| 3.5 | pip | 9.0.2 | Linux | 0.00% | 28 |
| 3.6 | pip | 8.1.1 | Linux | 0.00% | 28 |
| 3.8 | pip | 24.3 | Windows | 0.00% | 28 |
| 2.7 | pip | 20.2.1 | Windows | 0.00% | 28 |
| 3.8 | pip | 18.1 | Windows | 0.00% | 27 |
| 3.6 | pip | 21.2.4 | Windows | 0.00% | 27 |
| 3.9 | pip | 9.0.0 | Linux | 0.00% | 27 |
| 3.13 | pip | 24.1.1 | Darwin | 0.00% | 26 |
| 3.5 | pip | 20.2.4 | Linux | 0.00% | 26 |
| 3.9 | pip | 21.3 | Windows | 0.00% | 26 |
| 3.8 | pip | 20.2 | Windows | 0.00% | 26 |
| 3.12 | pip | 22.3 | Windows | 0.00% | 26 |
| 2.7 | pip | 20.2.3 | Windows | 0.00% | 26 |
| 3.8 | pip | 21.1.1 | CYGWIN_NT-10.0-20348 | 0.00% | 26 |
| 3.7 | pip | 21.1.3 | Windows | 0.00% | 26 |
| 3.9 | pip | 23.1.1 | Windows | 0.00% | 25 |
| 3.9 | pip | 21.2.1 | Linux | 0.00% | 25 |
| 3.5 | pip | 9.0.2 | Windows | 0.00% | 24 |
| 3.9 | pip | 20.0.2 | Darwin | 0.00% | 24 |
| 3.10 | pip | 21.2.1+nv1 | Windows | 0.00% | 24 |
| 3.12 | pip | 23.0.1 | Windows | 0.00% | 24 |
| 3.9 | pip | 24.2 | CYGWIN_NT-10.0-19045 | 0.00% | 24 |
| 3.8 | pip | 23.1.1 | Linux | 0.00% | 24 |
| 3.5 | pip | 8.1.2 | Linux | 0.00% | 23 |
| 3.11 | pip | 20.0.2 | Linux | 0.00% | 23 |
| 3.8 | pip | 21.3.1 | FreeBSD | 0.00% | 23 |
| 3.8 | pip | 9.0.1 | Windows | 0.00% | 23 |
| 3.9 | pip | 23.0.1 | CYGWIN_NT-10.0-22631 | 0.00% | 23 |
| 2.7 | pip | 19.0.3 | Darwin | 0.00% | 22 |
| 2.7 | pip | 10.0.1 | Darwin | 0.00% | 22 |
| 2.7 | pip | 18.0 | Windows | 0.00% | 22 |
| 3.9 | pip | 21.1 | Linux | 0.00% | 22 |
| 3.8 | pip | 21.1 | Windows | 0.00% | 22 |
| 3.8 | pip | 22.2 | Windows | 0.00% | 22 |
| 3.9 | pip | 20.3.1 | Windows | 0.00% | 22 |
| 3.13 | pip | 23.3.1 | Darwin | 0.00% | 22 |
| 3.11 | pip | 22.2 | Windows | 0.00% | 21 |
| 3.7 | pip | 19.0 | Linux | 0.00% | 21 |
| 3.11 | pip | 22.0.3 | Linux | 0.00% | 21 |
| 2.7 | pip | 20.3.1 | Windows | 0.00% | 21 |
| 2.7 | pip | 9.0.3 | Darwin | 0.00% | 20 |
| 3.9 | pip | 24.2 | AIX | 0.00% | 20 |
| 3.11 | pip | 24.1b1 | Windows | 0.00% | 20 |
| 3.10 | pip | 21.3 | Linux | 0.00% | 20 |
| 3.11 | pip | 20.1.1 | Darwin | 0.00% | 20 |
| 3.13 | pip | 24.3 | Linux | 0.00% | 20 |
| 3.7 | pip | 23.1 | Windows | 0.00% | 20 |
| 3.8 | pip | 19.2.1 | Linux | 0.00% | 20 |
| 3.9 | pip | 24.2 | CYGWIN_NT-10.0-22631 | 0.00% | 20 |
| 3.13 | pip | 23.3.1 | Windows | 0.00% | 20 |
| 3.5 | pip | 7.1.0 | Linux | 0.00% | 20 |
| 2.7 | pip | 8.0.2 | Linux | 0.00% | 19 |
| 2.7 | pip | 1.5.4 | Linux | 0.00% | 19 |
| 3.6 | pip | 8.0.2 | Linux | 0.00% | 19 |
| 3.3 | pip | 10.0.1 | Linux | 0.00% | 19 |
| 3.7 | pip | 9.0.1 | Windows | 0.00% | 19 |
| 3.7 | pip | 21.1.1 | Windows | 0.00% | 19 |
| 3.7 | pip | 20.3.1 | Windows | 0.00% | 19 |
| 3.9 | pip | 23.0.1 | AIX | 0.00% | 19 |
| 3.9 | pip | 20.1 | Linux | 0.00% | 19 |
| 3.9 | pip | 20.3 | Linux | 0.00% | 19 |
| 3.9 | pip | 21.0 | Darwin | 0.00% | 19 |
| 3.6 | pip | 9.0.1 | Darwin | 0.00% | 19 |
| 3.7 | pip | 21.0.1 | CYGWIN_NT-10.0-22631 | 0.00% | 19 |
| 3.8 | pip | 21.0.dev0 | Linux | 0.00% | 19 |
| 3.9 | pip | 21.2.1 | Windows | 0.00% | 19 |
| 3.9 | pip | 22.1 | Windows | 0.00% | 18 |
| 3.7 | pip | 19.3.1 | Darwin | 0.00% | 18 |
| 3.7 | pip | 20.1 | Windows | 0.00% | 18 |
| 3.8 | pip | 10.0.0 | Linux | 0.00% | 18 |
| 3.5 | pip | 9.0.3 | Linux | 0.00% | 18 |
| 3.11 | pip | 23.1.1 | Darwin | 0.00% | 18 |
| 3.9 | pip | 24.3.dev0 | Darwin | 0.00% | 18 |
| 3.10 | pip | 21.1.2 | Darwin | 0.00% | 18 |
| 3.9 | pip | 24.2 | FreeBSD | 0.00% | 18 |
| 3.10 | pip | 21.2.2 | Linux | 0.00% | 18 |
| 3.11 | pip | 22.1.2 | Windows | 0.00% | 17 |
| 3.8 | pip | 19.0.3 | Darwin | 0.00% | 17 |
| 3.6 | pip | 21.1.dev0 | Linux | 0.00% | 17 |
| 3.9 | pip | 19.1 | Linux | 0.00% | 17 |
| 3.8 | pip | 22.2.1 | Windows | 0.00% | 17 |
| 3.9 | pip | 23.1.1 | Darwin | 0.00% | 17 |
| 2.7 | pip | 19.0 | Windows | 0.00% | 17 |
| 3.8 | pip | 21.2.3 | Windows | 0.00% | 16 |
| 3.11 | pip | 22.2.1 | Linux | 0.00% | 16 |
| 3.9 | pip | 20.0.1 | Linux | 0.00% | 16 |
| 3.9 | pip | 24.3 | Linux | 0.00% | 16 |
| 3.7 | pip | 21.2.3 | Windows | 0.00% | 16 |
| 3.8 | pip | 23.1.dev0 | Linux | 0.00% | 16 |
| 3.13 | pip | 23.3.2 | Darwin | 0.00% | 16 |
| 3.9 | pip | 9.0.1 | Windows | 0.00% | 16 |
| 3.9 | pip | 24.0 | CYGWIN_NT-10.0-17763 | 0.00% | 16 |
| 3.10 | pip | 22.1 | Linux | 0.00% | 16 |
| 3.8 | pip | 24.3.1 | VMkernel | 0.00% | 16 |
| 3.6 | pip | 19.3.1 | Darwin | 0.00% | 16 |
| 3.10 | pip | 24.3.dev0 | Darwin | 0.00% | 16 |
| 3.11 | pip | 24.3.dev0 | Darwin | 0.00% | 16 |
| 3.7 | pip | 19.2.1 | Windows | 0.00% | 16 |
| 3.12 | pip | 24.3.dev0 | Darwin | 0.00% | 16 |
| 3.4 | pip | 7.1.2 | Linux | 0.00% | 16 |
| 3.8 | pip | 24.0 | FreeBSD | 0.00% | 16 |
| 3.12 | pip | 23.1.2 | Darwin | 0.00% | 15 |
| 3.10 | pip | 20.0.2 | Windows | 0.00% | 15 |
| 3.12 | pip | 23.2 | Windows | 0.00% | 15 |
| 3.9 | pip | 22.1 | Darwin | 0.00% | 15 |
| 3.5 | pip | 19.3.1 | Windows | 0.00% | 15 |
| 3.7 | pip | 23.1.1 | Windows | 0.00% | 15 |
| 3.3 | pip | 10.0.1 | Windows | 0.00% | 15 |
| 3.7 | pip | 21.1.2 | Darwin | 0.00% | 14 |
| 3.8 | pip | 22.3.dev0 | Linux | 0.00% | 14 |
| 3.8 | pip | 22.0.3 | Darwin | 0.00% | 14 |
| 3.13 | pip | 24.3.dev0 | Darwin | 0.00% | 14 |
| 3.7 | pip | 20.3.3 | Windows | 0.00% | 14 |
| 3.12 | pip | 24.2 | MSYS_NT-10.0-22631 | 0.00% | 14 |
| 3.8 | pip | 24.3.dev0 | Darwin | 0.00% | 14 |
| 3.9 | pip | 24.0 | CYGWIN_NT-10.0-22621 | 0.00% | 14 |
| 3.10 | pip | 24.3.dev0 | Linux | 0.00% | 14 |
| 3.11 | pip | 24.1 | OpenBSD | 0.00% | 14 |
| 3.12 | pip | 24.2 | MINGW64_NT-10.0-19045 | 0.00% | 14 |
| 3.8 | pip | 21.2.1+nv1 | Linux | 0.00% | 14 |
| 3.8 | pip | 23.0 | Darwin | 0.00% | 14 |
| 3.8 | pip | 21.3 | Windows | 0.00% | 14 |
| 3.12 | pip | 24.2 | MINGW64_NT-10.0-20348 | 0.00% | 14 |
| 3.4 | pip | 19.3.1 | Windows | 0.00% | 14 |
| 3.9 | pip | 21.3.1 | CYGWIN_NT-10.0-19045-WOW64 | 0.00% | 14 |
| 3.11 | pip | 19.2.1 | Linux | 0.00% | 14 |
| 3.12 | pip | 24.2 | MSYS_NT-10.0-19045 | 0.00% | 14 |
| 3.8 | pip | 23.2 | Darwin | 0.00% | 14 |
| 3.9 | pip | 19.2.1 | Linux | 0.00% | 13 |
| 3.11 | pip | 20.2.2 | Linux | 0.00% | 13 |
| 3.9 | pip | 24.3.1 | CYGWIN_NT-10.0-22631 | 0.00% | 13 |
| 3.10 | pip | 23.1.1 | Darwin | 0.00% | 13 |
| 2.7 | pip | 6.1.1 | Darwin | 0.00% | 13 |
| 2.7 | pip | 20.2.2 | Windows | 0.00% | 13 |
| 3.10 | pip | 22.0.3 | Darwin | 0.00% | 13 |
| 3.9 | pip | 19.0.3 | Darwin | 0.00% | 13 |
| 3.5 | pip | 19.0.3 | Windows | 0.00% | 13 |
| 3.5 | pip | 8.1.1 | Windows | 0.00% | 13 |
| 3.11 | pip | 22.2 | Linux | 0.00% | 13 |
| 3.12 | pip | 23.0 | Windows | 0.00% | 13 |
| 3.11 | pip | 19.3.1 | Linux | 0.00% | 13 |
| 3.9 | pip | 23.0.1 | CYGWIN_NT-10.0-19045 | 0.00% | 13 |
| 3.8 | pip | 23.1.1 | Windows | 0.00% | 13 |
| 3.12 | pip | 24.1.2 | Android | 0.00% | 12 |
| 3.12 | pip | 24.1b1 | Linux | 0.00% | 12 |
| 3.8 | pip | 24.0 | CYGWIN_NT-10.0-17763 | 0.00% | 12 |
| 3.9 | pip | 23.2.dev0 | Linux | 0.00% | 12 |
| 3.11 | pip | 24.2 | OpenBSD | 0.00% | 12 |
| 3.6 | pip | 18.0 | Windows | 0.00% | 12 |
| 3.8 | pip | 21.3.dev0 | Linux | 0.00% | 12 |
| 3.10 | pip | 20.2.1 | Linux | 0.00% | 12 |
| 3.14 | pip | 23.2.1 | Darwin | 0.00% | 12 |
| 3.8 | pip | 21.1.3 | Darwin | 0.00% | 12 |
| 3.8 | pip | 22.1.1 | Windows | 0.00% | 12 |
| 3.7 | pip | 24.0 | AIX | 0.00% | 12 |
| 3.10 | pip | 24.3.1 | FreeBSD | 0.00% | 12 |
| 3.12 | pip | 24.1b1 | Darwin | 0.00% | 12 |
| 3.7 | pip | 22.0.3 | Darwin | 0.00% | 12 |
| 3.8 | pip | 19.1.1 | Windows | 0.00% | 12 |
| 3.9 | pip | 20.3.1 | Darwin | 0.00% | 11 |
| 2.7 | pip | 10.0.0 | Linux | 0.00% | 11 |
| 3.6 | pip | 8.1.2 | Windows | 0.00% | 11 |
| 3.9 | pip | 20.2.4 | Darwin | 0.00% | 11 |
| 3.9 | pip | 21.3 | Darwin | 0.00% | 11 |
| 3.11 | pip | 21.1.2 | Darwin | 0.00% | 11 |
| 3.5 | pip | 19.1 | Linux | 0.00% | 11 |
| 3.10 | pip | 19.2.1 | Linux | 0.00% | 11 |
| 3.7 | pip | 19.1.1 | Darwin | 0.00% | 11 |
| 3.10 | pip | 22.0.2 | Windows | 0.00% | 11 |
| 3.4 | pip | 6.0.8 | Linux | 0.00% | 11 |
| 3.8 | pip | 20.3.3 | Darwin | 0.00% | 11 |
| 3.7 | pip | 21.2.2 | Darwin | 0.00% | 11 |
| 3.9 | pip | 23.0.1 | CYGWIN_NT-10.0-20348 | 0.00% | 11 |
| 3.9 | pip | 24.3.1 | CYGWIN_NT-10.0-19045-WOW64 | 0.00% | 10 |
| 2.7 | pip | 18.0 | Darwin | 0.00% | 10 |
| 3.7 | pip | 21.3 | Windows | 0.00% | 10 |
| 3.9 | pip | 9.0.3 | Windows | 0.00% | 10 |
| 3.7 | pip | 20.2.4 | Darwin | 0.00% | 10 |
| 3.6 | pip | 20.1.1 | Darwin | 0.00% | 10 |
| 3.7 | pip | 23.3 | Darwin | 0.00% | 10 |
| 3.6 | pip | 19.2.3 | Windows | 0.00% | 10 |
| 3.10 | pip | 20.0.1 | Windows | 0.00% | 10 |
| 3.9 | pip | 24.3.1 | CYGWIN_NT-10.0-26100 | 0.00% | 10 |
| 3.10 | pip | 22.1 | Darwin | 0.00% | 10 |
| 3.13 | pip | 23.3 | Windows | 0.00% | 10 |
| 3.6 | pip | 19.2.1 | Linux | 0.00% | 10 |
| 3.7 | pip | 22.1.1 | Linux | 0.00% | 10 |
| 2.7 | pip | 19.1.1 | Windows | 0.00% | 9 |
| 3.4 | pip | 1.5.4 | Windows | 0.00% | 9 |
| 3.11 | pip | 20.3.3 | Linux | 0.00% | 9 |
| 3.9 | pip | 21.3.1 | CYGWIN_NT-10.0-22631-WOW64 | 0.00% | 9 |
| 3.7 | pip | 21.0.1 | Darwin | 0.00% | 9 |
| 3.10 | pip | 20.1 | Windows | 0.00% | 9 |
| 3.6 | pip | 19.1 | Windows | 0.00% | 9 |
| 3.11 | pip | 21.1.2 | Linux | 0.00% | 9 |
| 3.9 | pip | 21.2.2 | Windows | 0.00% | 9 |
| 3.12 | pip | 23.2 | Darwin | 0.00% | 9 |
| 3.7 | pip | 19.2 | Windows | 0.00% | 9 |
| 3.4 | pip | 7.1.0 | Linux | 0.00% | 9 |
| 3.8 | pip | 22.3 | Darwin | 0.00% | 9 |
| 3.7 | pip | 20.2.3 | Darwin | 0.00% | 9 |
| 2.7 | pip | 20.2.3 | Darwin | 0.00% | 9 |
| 3.8 | pip | 22.1 | Windows | 0.00% | 9 |
| 3.8 | pip | 19.0.2 | Linux | 0.00% | 9 |
| 3.10 | pip | 24.1b1 | Windows | 0.00% | 9 |
| 3.11 | pip | 25.0.dev0 | Windows | 0.00% | 8 |
| 3.12 | pip | 24.2 | MINGW64_NT-10.0-26100 | 0.00% | 8 |
| 3.6 | pip | 21.1.3 | Windows | 0.00% | 8 |
| 3.13 | pip | 24.2 | iOS | 0.00% | 8 |
| 3.12 | pip | 23.0 | Linux | 0.00% | 8 |
| 3.8 | pip | 24.3 | Darwin | 0.00% | 8 |
| 3.11 | pip | 24.0 | iOS | 0.00% | 8 |
| 3.12 | pip | 24.2 | iOS | 0.00% | 8 |
| 3.11 | pip | 20.0.2 | Windows | 0.00% | 8 |
| 3.9 | pip | 23.3.2 | FreeBSD | 0.00% | 8 |
| 3.9 | pip | 9.0.3 | Darwin | 0.00% | 8 |
| 2.7 | pip | 7.1.2 | Darwin | 0.00% | 8 |
| 3.7 | pip | 22.1.1 | Windows | 0.00% | 8 |
| 3.9 | pip | 19.2.3 | CYGWIN_NT-10.0-19045 | 0.00% | 8 |
| 2.7 | pip | 19.0.1 | Windows | 0.00% | 8 |
| 3.6 | pip | 21.3.1 | CYGWIN_NT-10.0-14393 | 0.00% | 8 |
| 3.10 | pip | 25.0.dev0 | Windows | 0.00% | 8 |
| 3.10 | pip | 19.2 | Linux | 0.00% | 8 |
| 3.9 | pip | 24.3.1 | AIX | 0.00% | 8 |
| 3.9 | pip | 24.2 | CYGWIN_NT-10.0-22621 | 0.00% | 8 |
| 3.12 | pip | 22.3.1 | Darwin | 0.00% | 8 |
| 3.5 | pip | 10.0.1 | Darwin | 0.00% | 8 |
| 3.8 | pip | 20.2.2 | Darwin | 0.00% | 8 |
| 3.6 | pip | 20.2.2 | Windows | 0.00% | 8 |
| 3.12 | pip | 24.1b2 | Windows | 0.00% | 8 |
| 3.8 | pip | 24.3 | Linux | 0.00% | 8 |
| 3.9 | pip | 25.0.dev0 | Windows | 0.00% | 8 |
| 3.12 | pip | 20.1 | Windows | 0.00% | 8 |
| 3.14 | pip | 24.0 | Linux | 0.00% | 8 |
| 3.9 | pip | 24.0 | CYGWIN_NT-10.0-19044 | 0.00% | 8 |
| 3.9 | pip | 22.2 | Windows | 0.00% | 8 |
| 3.9 | pip | 21.0 | Windows | 0.00% | 8 |
| 3.13 | pip | 23.3 | Darwin | 0.00% | 8 |
| 3.11 | pip | 24.3.1 | MSYS_NT-10.0-22631 | 0.00% | 8 |
| 3.10 | pip | 24.1b1 | Linux | 0.00% | 8 |
| 3.11 | pip | 20.2.4 | Windows | 0.00% | 8 |
| 3.11 | pip | 23.2.1 | MSYS_NT-10.0-19045 | 0.00% | 8 |
| 3.13 | pip | 23.1.2 | Windows | 0.00% | 8 |
| 3.9 | pip | 24.3.1 | CYGWIN_NT-10.0-19045 | 0.00% | 8 |
| 2.7 | pip | 1.5.6 | Windows | 0.00% | 7 |
| 3.8 | pip | 19.0 | Linux | 0.00% | 7 |
| 3.5 | pip | 20.1 | Linux | 0.00% | 7 |
| 3.6 | pip | 19.0.3 | CYGWIN_NT-10.0-WOW | 0.00% | 7 |
| 3.5 | pip | 8.0.2 | Windows | 0.00% | 7 |
| 3.7 | pip | 20.3.4 | Darwin | 0.00% | 7 |
| 3.6 | pip | 7.1.2 | Linux | 0.00% | 7 |
| 2.7 | pip | 20.0.1 | Linux | 0.00% | 7 |
| 3.10 | pip | 20.2.3 | Darwin | 0.00% | 7 |
| 3.8 | pip | 21.2.1+nv1 | Darwin | 0.00% | 7 |
| 3.8 | pip | 21.3 | Darwin | 0.00% | 7 |
| 3.9 | pip | 19.2.3 | CYGWIN_NT-10.0-20348 | 0.00% | 7 |
| 3.13 | pip | 23.1.2 | Darwin | 0.00% | 7 |
| 3.11 | pip | 21.2.4 | Darwin | 0.00% | 7 |
| 3.7 | pip | 22.2 | Windows | 0.00% | 7 |
| 3.9 | pip | 19.2.3 | CYGWIN_NT-10.0-22631 | 0.00% | 7 |
| 3.8 | pip | 19.2 | Linux | 0.00% | 7 |
| 3.7 | pip | 21.2.4 | Darwin | 0.00% | 7 |
| 3.9 | pip | 24.1b1 | Darwin | 0.00% | 7 |
| 3.14 | pip | 24.0 | Windows | 0.00% | 7 |
| 3.8 | pip | 21.0 | Windows | 0.00% | 7 |
| 3.9 | pip | 22.2.1 | Darwin | 0.00% | 7 |
| 3.8 | pip | 21.2.1+nv1 | Windows | 0.00% | 7 |
| 3.7 | pip | 21.2.1 | Windows | 0.00% | 7 |
| 3.5 | pip | 7.1.2 | Windows | 0.00% | 7 |
| 3.9 | pip | 22.2.2 | FreeBSD | 0.00% | 7 |
| 3.8 | pip | 22.0.2 | Windows | 0.00% | 6 |
| 3.11 | pip | 24.0 | SunOS | 0.00% | 6 |
| 3.10 | pip | 24.2 | FreeBSD | 0.00% | 6 |
| 3.7 | pip | 19.2.2 | Windows | 0.00% | 6 |
| 3.9 | pip | 24.3.dev0 | Linux | 0.00% | 6 |
| 3.4 | pip | 18.1 | Windows | 0.00% | 6 |
| 2.7 | pip | 7.0.1 | Windows | 0.00% | 6 |
| 3.9 | pip | 23.0.1 | CYGWIN_NT-10.0-26100 | 0.00% | 6 |
| 3.9 | pip | 23.3.1 | FreeBSD | 0.00% | 6 |
| 3.8 | pip | 24.1b1 | Windows | 0.00% | 6 |
| 3.9 | pip | 23.0.1 | SunOS | 0.00% | 6 |
| 3.11 | pip | 24.3.dev0 | Linux | 0.00% | 6 |
| 3.9 | pip | 23.3.1 | CYGWIN_NT-10.0-19045 | 0.00% | 6 |
| 3.7 | pip | 19.0.2 | Windows | 0.00% | 6 |
| 3.10 | pip | 21.1.3 | Darwin | 0.00% | 6 |
| 3.6 | pip | 21.2.1 | Linux | 0.00% | 6 |
| 3.9 | pip | 23.2.1 | OS/390 | 0.00% | 6 |
| 3.9 | pip | 24.3.1 | CYGWIN_NT-10.0-22631-WOW64 | 0.00% | 6 |
| 3.7 | pip | 21.1.1 | Darwin | 0.00% | 6 |
| 3.7 | pip | 21.0 | Windows | 0.00% | 6 |
| 3.11 | pip | 20.1 | Linux | 0.00% | 6 |
| 3.9 | pip | 18.1 | Darwin | 0.00% | 6 |
| 3.9 | pip | 22.0.2 | Windows | 0.00% | 6 |
| 3.10 | pip | 23.2.1 | iOS | 0.00% | 6 |
| 3.3 | pip | 9.0.3 | Linux | 0.00% | 6 |
| 3.2 | pip | 7.1.2 | Linux | 0.00% | 6 |
| 3.13 | pip | 23.2 | Darwin | 0.00% | 6 |
| 3.10 | pip | 20.2 | Linux | 0.00% | 6 |
| 3.12 | pip | 25.0.dev0 | Windows | 0.00% | 6 |
| 3.9 | pip | 24.3.1 | SunOS | 0.00% | 6 |
| 3.13 | pip | 24.3.dev0 | Linux | 0.00% | 6 |
| 3.8 | pip | 24.3.dev0 | Linux | 0.00% | 6 |
| 3.10 | pip | 22.0 | Linux | 0.00% | 6 |
| 3.11 | pip | 24.1.1 | FreeBSD | 0.00% | 6 |
| 3.12 | pip | 24.3.1 | MSYS_NT-10.0-22621 | 0.00% | 6 |
| 2.7 | pip | 19.1 | Windows | 0.00% | 6 |
| 3.9 | pip | 24.0 | AIX | 0.00% | 6 |
| 3.12 | pip | 24.3.dev0 | Linux | 0.00% | 6 |
| 3.11 | pip | 20.2.3 | Windows | 0.00% | 5 |
| 3.8 | pip | 20.1 | Darwin | 0.00% | 5 |
| 3.3 | pip | 8.1.1 | Linux | 0.00% | 5 |
| 2.7 | pip | 8.1.1 | Darwin | 0.00% | 5 |
| 3.5 | pip | 20.3.3 | Windows | 0.00% | 5 |
| 3.11 | pip | 22.1 | Windows | 0.00% | 5 |
| 3.9 | pip | 22.0.2 | Darwin | 0.00% | 5 |
| 3.8 | pip | 19.1.1 | Darwin | 0.00% | 5 |
| 3.7 | pip | 20.2 | Windows | 0.00% | 5 |
| 3.5 | pip | 1.5.4 | Linux | 0.00% | 5 |
| 3.7 | pip | 23.0 | Darwin | 0.00% | 5 |
| 3.10 | pip | 19.2.3 | Windows | 0.00% | 5 |
| 3.9 | pip | 19.1.1 | Windows | 0.00% | 5 |
| 3.7 | pip | 23.2 | Darwin | 0.00% | 5 |
| 3.5 | pip | 8.1.2 | Windows | 0.00% | 5 |
| 2.7 | pip | 20.2 | Linux | 0.00% | 5 |
| 3.10 | pip | 21.3 | Windows | 0.00% | 5 |
| 3.9 | pip | 21.2.1 | Darwin | 0.00% | 5 |
| 3.8 | pip | 19.3.1 | Darwin | 0.00% | 5 |
| 3.10 | pip | 23.0.1 | OpenBSD | 0.00% | 5 |
| 3.10 | pip | 21.2 | Linux | 0.00% | 5 |
| 3.8 | pip | 18.1 | Darwin | 0.00% | 5 |
| 3.6 | pip | 20.2.3 | Windows | 0.00% | 5 |
| 3.7 | pip | 22.0.2 | Windows | 0.00% | 5 |
| 3.4 | pip | 1.5.6 | Windows | 0.00% | 5 |
| 3.9 | pip | 20.1 | Windows | 0.00% | 5 |
| 3.7 | pip | 21.1.3 | Darwin | 0.00% | 5 |
| 3.11 | pip | 20.2.4 | Darwin | 0.00% | 5 |
| 3.8 | pip | 19.2.1 | Windows | 0.00% | 5 |
| 3.10 | pip | 21.0.1 | Darwin | 0.00% | 5 |
| 3.5 | pip | 19.2.3 | Linux | 0.00% | 5 |
| 3.7 | pip | 20.2.2 | Darwin | 0.00% | 4 |
| 3.7 | pip | 21.3.1 | CYGWIN_NT-10.0-19045 | 0.00% | 4 |
| 3.5 | pip | 19.0.2 | Linux | 0.00% | 4 |
| 3.7 | pip | 20.0.1 | Windows | 0.00% | 4 |
| 3.8 | pip | 22.1 | Darwin | 0.00% | 4 |
| 3.11 | pip | 24.0 | QNX | 0.00% | 4 |
| 3.6 | pip | 8.1.2 | Linux | 0.00% | 4 |
| 3.12 | pip | 24.3.1 | MSYS_NT-10.0-19044 | 0.00% | 4 |
| 3.8 | pip | 9.0.3 | Windows | 0.00% | 4 |
| 3.8 | pip | 20.3 | Windows | 0.00% | 4 |
| 3.9 | pip | 18.1 | Windows | 0.00% | 4 |
| 3.9 | pip | 24.2 | OS400 | 0.00% | 4 |
| 3.10 | pip | 22.2 | Darwin | 0.00% | 4 |
| 3.9 | pip | 24.0 | SunOS | 0.00% | 4 |
| 3.11 | pip | 19.3.1 | Windows | 0.00% | 4 |
| 3.12 | pip | 24.0 | OS/390 | 0.00% | 4 |
| 3.12 | pip | 24.2 | MINGW64_NT-10.0-22631 | 0.00% | 4 |
| 3.10 | pip | 20.3.1 | Linux | 0.00% | 4 |
| 3.7 | pip | 22.0.dev0 | Linux | 0.00% | 4 |
| 3.9 | pip | 22.0.4 | iOS | 0.00% | 4 |
| 3.7 | pip | 22.3 | Darwin | 0.00% | 4 |
| 3.6 | pip | 19.2.1 | Windows | 0.00% | 4 |
| 3.11 | pip | 24.1b2 | Windows | 0.00% | 4 |
| 3.10 | pip | 22.0.2 | Darwin | 0.00% | 4 |
| 3.9 | pip | 24.1.1 | AIX | 0.00% | 4 |
| 3.7 | pip | 20.3.dev0 | Linux | 0.00% | 4 |
| 3.12 | pip | 24.3.1 | MINGW64_NT-10.0-19045 | 0.00% | 4 |
| 3.4 | pip | 8.1.2 | Linux | 0.00% | 4 |
| 3.10 | pip | 23.0.1 | iOS | 0.00% | 4 |
| 2.7 | pip | 6.0.7 | Linux | 0.00% | 4 |
| 3.7 | pip | 22.2.1 | Darwin | 0.00% | 4 |
| 3.7 | pip | 20.3.3 | Darwin | 0.00% | 4 |
| 3.12 | pip | 24.2 | SunOS | 0.00% | 4 |
| 3.11 | pip | 24.0 | MSYS_NT-10.0-22631 | 0.00% | 4 |
| 3.8 | pip | 20.2 | Darwin | 0.00% | 4 |
| 3.7 | pip | 20.2.1 | Windows | 0.00% | 4 |
| 3.9 | pip | 24.1.2 | CYGWIN_NT-10.0-19045 | 0.00% | 4 |
| 3.10 | pip | 24.1b2 | Windows | 0.00% | 4 |
| 3.6 | pip | 20.3 | Windows | 0.00% | 4 |
| 3.8 | pip | 22.0 | Linux | 0.00% | 4 |
| 3.8 | pip | 22.2 | Darwin | 0.00% | 4 |
| 3.8 | pip | 23.2.1 | CYGWIN_NT-10.0-19045 | 0.00% | 4 |
| 3.9 | pip | 24.1 | CYGWIN_NT-10.0-19045 | 0.00% | 4 |
| 2.7 | pip | 20.1 | Windows | 0.00% | 4 |
| 3.7 | pip | 21.3.1 | CYGWIN_NT-10.0-22631 | 0.00% | 4 |
| 3.11 | pip | 21.0 | Windows | 0.00% | 4 |
| 3.11 | pip | 24.2 | MSYS_NT-10.0-19045 | 0.00% | 4 |
| 3.9 | pip | 19.2 | Linux | 0.00% | 4 |
| 3.8 | pip | 21.2.dev0 | Linux | 0.00% | 4 |
| 3.9 | pip | 24.2 | CYGWIN_NT-10.0-22631-WOW64 | 0.00% | 4 |
| 3.10 | pip | 20.2.4 | Windows | 0.00% | 4 |
| 3.10 | pip | 22.2.2 | FreeBSD | 0.00% | 4 |
| 3.8 | pip | 21.1.1 | FreeBSD | 0.00% | 4 |
| 3.11 | pip | 24.0 | MSYS_NT-10.0-19045 | 0.00% | 4 |
| 3.9 | pip | 24.0 | CYGWIN_NT-10.0-18363 | 0.00% | 4 |
| 3.4 | pip | 6.0.7 | Linux | 0.00% | 4 |
| 3.7 | pip | 9.0.3 | Windows | 0.00% | 4 |
| 3.10 | pip | 24.2 | SunOS | 0.00% | 4 |
| 3.14 | pip | 24.3 | Windows | 0.00% | 4 |
| 3.11 | pip | 21.1.3 | Linux | 0.00% | 4 |
| 3.7 | pip | 22.1 | Darwin | 0.00% | 4 |
| 3.13 | pip | 24.2 | OS/390 | 0.00% | 4 |
| 3.9 | pip | 24.0 | CYGWIN_NT-10.0-20348-WOW64 | 0.00% | 4 |
| 3.9 | pip | 19.3.1 | Darwin | 0.00% | 4 |
| 3.7 | pip | 21.3.1 | CYGWIN_NT-10.0-26100 | 0.00% | 4 |
| 3.11 | pip | 24.1 | FreeBSD | 0.00% | 4 |
| 3.13 | pip | 24.3.1 | FreeBSD | 0.00% | 4 |
| 3.8 | pip | 24.2 | FreeBSD | 0.00% | 4 |
| 3.8 | pip | 19.0.1 | Linux | 0.00% | 4 |
| 3.9 | pip | 23.0.1 | CYGWIN_NT-10.0-19044 | 0.00% | 4 |
| 3.10 | pip | 22.0.1 | Linux | 0.00% | 4 |
| 3.8 | pip | 23.1.1 | Darwin | 0.00% | 4 |
| 3.10 | pip | 21.1.1 | Darwin | 0.00% | 4 |
| 3.12 | pip | 24.3.1 | MINGW64_NT-10.0-22631 | 0.00% | 4 |
| 3.12 | pip | 24.2 | OS/390 | 0.00% | 4 |
| 3.8 | pip | 21.1.dev0 | Windows | 0.00% | 3 |
| 2.7 | pip | 20.3.4 | Java | 0.00% | 3 |
| 3.9 | pip | 21.3.1 | CYGWIN_NT-10.0-19045 | 0.00% | 3 |
| 3.8 | pip | 19.2 | Windows | 0.00% | 3 |
| 3.6 | pip | 20.2 | Windows | 0.00% | 3 |
| 3.9 | pip | 22.0.4 | AIX | 0.00% | 3 |
| 3.11 | pip | 23.1.2 | OS/390 | 0.00% | 3 |
| 3.9 | pip | 22.0 | Darwin | 0.00% | 3 |
| 3.7 | pip | 21.1 | Windows | 0.00% | 3 |
| 3.9 | pip | 22.0 | Windows | 0.00% | 3 |
| 3.10 | pip | 20.2.2 | Windows | 0.00% | 3 |
| 3.8 | pip | 20.0.1 | Darwin | 0.00% | 3 |
| 3.11 | pip | 21.3.1 | VMkernel | 0.00% | 3 |
| 2.7 | pip | 19.2.1 | Windows | 0.00% | 3 |
| 3.11 | pip | 22.2.1 | Windows | 0.00% | 3 |
| 3.7 | pip | 20.1.dev0 | Linux | 0.00% | 3 |
| 3.9 | pip | 7.1.2 | Windows | 0.00% | 3 |
| 3.7 | pip | 19.3.dev0 | Linux | 0.00% | 3 |
| 3.6 | pip | 21.2.3 | Windows | 0.00% | 3 |
| 3.10 | pip | 21.0 | Windows | 0.00% | 3 |
| 3.9 | pip | 19.0 | Linux | 0.00% | 3 |
| 3.9 | pip | 21.3.1 | CYGWIN_NT-10.0-22621-WOW64 | 0.00% | 3 |
| 3.7 | pip | 20.2b1 | Linux | 0.00% | 3 |
| 3.13 | pip | 22.3.1 | Windows | 0.00% | 3 |
| 3.7 | pip | 10.0.0.dev0 | Linux | 0.00% | 3 |
| 2.7 | pip | 6.0 | Linux | 0.00% | 3 |
| 3.9 | pip | 19.2.3 | Darwin | 0.00% | 3 |
| 3.11 | pip | 19.2.3 | Windows | 0.00% | 3 |
| 2.7 | pip | 6.0.8 | Darwin | 0.00% | 3 |
| 2.7 | pip | 8.1.2 | Windows | 0.00% | 3 |
| 3.10 | pip | 19.2 | Windows | 0.00% | 3 |
| 3.9 | pip | 23.1.2 | CYGWIN_NT-10.0-19045 | 0.00% | 3 |
| 3.4 | pip | 19.0.3 | Windows | 0.00% | 3 |
| 3.10 | pip | 21.3 | Darwin | 0.00% | 3 |
| 3.9 | pip | 10.0.1 | Windows | 0.00% | 3 |
| 3.10 | pip | 20.3 | Windows | 0.00% | 3 |
| 2.7 | pip | 8.0.0 | Linux | 0.00% | 3 |
| 3.12 | pip | 24.3.1 | MSYS_NT-10.0-26120 | 0.00% | 3 |
| 3.11 | pip | 22.0 | Windows | 0.00% | 3 |
| 3.7 | pip | 20.1 | Darwin | 0.00% | 3 |
| 3.10 | pip | 20.0.1 | Linux | 0.00% | 3 |
| 3.11 | pip | 20.0.1 | Linux | 0.00% | 3 |
| 3.7 | pip | 18.0 | Darwin | 0.00% | 3 |
| 3.7 | pip | 9.0.2 | Linux | 0.00% | 3 |
| 2.7 | pip | 20.3.3 | Darwin | 0.00% | 3 |
| 2.7 | pip | 7.1.0 | Darwin | 0.00% | 3 |
| 3.6 | pip | 21.1.3 | Darwin | 0.00% | 3 |
| 3.12 | pip | 22.3 | Linux | 0.00% | 3 |
| 3.5 | pip | 20.2.4 | Windows | 0.00% | 3 |
| 3.10 | pip | 21.2.2 | Windows | 0.00% | 3 |
| 3.6 | pip | 21.1.2 | Darwin | 0.00% | 3 |
| 3.10 | pip | 23.3.2 | MSYS_NT-10.0-22631 | 0.00% | 2 |
| 3.6 | pip | 19.2.3 | CYGWIN_NT-10.0-22631 | 0.00% | 2 |
| 3.11 | pip | 20.2.2 | Windows | 0.00% | 2 |
| 3.6 | pip | 20.3.1 | Windows | 0.00% | 2 |
| 3.7 | pip | 24.0 | CYGWIN_NT-10.0-19045 | 0.00% | 2 |
| 3.11 | pip | 19.3.1 | Darwin | 0.00% | 2 |
| 3.7 | pip | 21.0.1 | CYGWIN_NT-10.0-19045 | 0.00% | 2 |
| 3.11 | pip | 23.3.1 | AIX | 0.00% | 2 |
| 3.11 | pip | 24.3.1 | OpenBSD | 0.00% | 2 |
| 3.9 | pip | 24.0 | CYGWIN_NT-10.0-27758 | 0.00% | 2 |
| 3.6 | pip | 20.2.1 | Windows | 0.00% | 2 |
| 3.12 | pip | 24.3.1 | MSYS_NT-6.3-9600 | 0.00% | 2 |
| 3.9 | pip | 24.1.2 | CYGWIN_NT-10.0-22631 | 0.00% | 2 |
| 3.9 | pip | 20.2.4 | FreeBSD | 0.00% | 2 |
| 3.9 | pip | 24.1 | CYGWIN_NT-10.0-22631 | 0.00% | 2 |
| 3.9 | pip | 24.2 | CYGWIN_NT-6.3-9600 | 0.00% | 2 |
| 3.11 | pip | 23.2.1 | MSYS_NT-10.0-22631 | 0.00% | 2 |
| 3.9 | pip | 24.2 | CYGWIN_NT-10.0-26100 | 0.00% | 2 |
| 3.12 | pip | 24.3.1 | MSYS_NT-10.0-14393 | 0.00% | 2 |
| 3.12 | pip | 24.0 | MSYS_NT-10.0-19045 | 0.00% | 2 |
| 3.9 | pip | 19.2.3 | CYGWIN_NT-10.0-22631-WOW64 | 0.00% | 2 |
| 3.6 | pip | 19.2.3 | CYGWIN_NT-10.0-26100 | 0.00% | 2 |
| 3.5 | pip | 18.1 | Windows | 0.00% | 2 |
| 3.4 | pip | 18.0 | Windows | 0.00% | 2 |
| 3.10 | pip | 24.1 | FreeBSD | 0.00% | 2 |
| 3.7 | pip | 22.2 | Darwin | 0.00% | 2 |
| 3.9 | pip | 21.3.1 | CYGWIN_NT-10.0-26100-WOW64 | 0.00% | 2 |
| 3.8 | pip | 24.3.dev0 | Windows | 0.00% | 2 |
| 3.12 | pip | 24.0 | SO2_OWARD_OS | 0.00% | 2 |
| 3.13 | pip | 24.2 | Android | 0.00% | 2 |
| 3.8 | pip | 24.1b2 | Windows | 0.00% | 2 |
| 3.9 | pip | 24.2 | CYGWIN_NT-10.0-19044 | 0.00% | 2 |
| 3.11 | pip | 24.3.1 | Qnx | 0.00% | 2 |
| 3.9 | pip | 24.3.1 | CYGWIN_NT-10.0-19044-WOW64 | 0.00% | 2 |
| 3.11 | pip | 24.0+nv1 | Linux | 0.00% | 2 |
| 3.12 | pip | 24.1.1 | MSYS_NT-10.0-19045 | 0.00% | 2 |
| 3.7 | pip | 21.0.1 | CYGWIN_NT-10.0-22635 | 0.00% | 2 |
| 3.8 | pip | 23.3.1 | FreeBSD | 0.00% | 2 |
| 3.8 | pip | 24.3.1 | MSYS_NT-10.0-22631 | 0.00% | 2 |
| 3.10 | pip | 24.1.2 | OS/390 | 0.00% | 2 |
| 3.12 | pip | 24.2 | MSYS_NT-10.0-22635 | 0.00% | 2 |
| 3.4 | pip | 9.0.3 | Windows | 0.00% | 2 |
| 3.9 | pip | 22.0.4 | FreeBSD | 0.00% | 2 |
| 3.11 | pip | 24.2 | MSYS_NT-10.0-22631 | 0.00% | 2 |
| 3.9 | pip | 23.3.1 | CYGWIN_NT-10.0-22631 | 0.00% | 2 |
| 3.11 | pip | 20.0.2 | Darwin | 0.00% | 2 |
| 3.8 | pip | 24.2 | CYGWIN_NT-10.0-19045-WOW64 | 0.00% | 2 |
| 3.10 | pip | 23.3.1 | OpenBSD | 0.00% | 2 |
| 3.12 | pip | 24.3.dev0 | Windows | 0.00% | 2 |
| 3.11 | pip | 20.2.3 | Linux | 0.00% | 2 |
| 3.11 | pip | 24.1.2 | FreeBSD | 0.00% | 2 |
| 3.6 | pip | 21.1.1 | Darwin | 0.00% | 2 |
| 3.9 | pip | 19.2 | Windows | 0.00% | 2 |
| 3.9 | pip | 24.0 | CYGWIN_NT-10.0-17134 | 0.00% | 2 |
| 3.7 | pip | 19.0.1 | Windows | 0.00% | 2 |
| 3.9 | pip | 22.0.1 | Linux | 0.00% | 2 |
| 3.11 | pip | 24.0 | MSYS_NT-10.0-26100 | 0.00% | 2 |
| 3.7 | pip | 21.0.1 | CYGWIN_NT-10.0-26100 | 0.00% | 2 |
| 3.13 | pip | 23.1 | Windows | 0.00% | 2 |
| 3.9 | pip | 22.3.1 | CYGWIN_NT-10.0-19045 | 0.00% | 2 |
| 3.8 | pip | 9.0.3 | Darwin | 0.00% | 2 |
| 3.8 | pip | 21.3.1 | CYGWIN_NT-10.0-19045 | 0.00% | 2 |
| 3.10 | pip | 18.1 | Linux | 0.00% | 2 |
| 3.9 | pip | 24.0 | MSYS_NT-10.0-22631 | 0.00% | 2 |
| 3.6 | pip | 21.0 | Windows | 0.00% | 2 |
| 3.11 | pip | 22.0 | Linux | 0.00% | 2 |
| 3.9 | pip | 23.3.2 | CYGWIN_NT-10.0-22631 | 0.00% | 2 |
| 3.8 | pip | 24.0 | CYGWIN_NT-10.0-26100 | 0.00% | 2 |
| 3.5 | pip | 7.1.2 | Darwin | 0.00% | 2 |
| 3.6 | pip | 9.0.1 | CYGWIN_NT-10.0-WOW | 0.00% | 2 |
| 3.9 | pip | 24.0 | CYGWIN_NT-6.1-7601 | 0.00% | 2 |
| 3.7 | pip | 22.0.2 | Darwin | 0.00% | 2 |
| 3.6 | pip | 21.2.4 | Darwin | 0.00% | 2 |
| 3.9 | pip | 24.3.1 | CYGWIN_NT-10.0-22621-WOW64 | 0.00% | 2 |
| 3.11 | pip | 24.0 | MINGW64_NT-10.0-26100 | 0.00% | 2 |
| 3.9 | pip | 21.1.1 | MSYS_NT-10.0-22621 | 0.00% | 2 |
| 3.12 | pip | 24.2 | HarmonyOS | 0.00% | 2 |
| 3.9 | pip | 24.1.2 | CYGWIN_NT-10.0-22621 | 0.00% | 2 |
| 3.14 | pip | 23.1 | Linux | 0.00% | 2 |
| 3.9 | pip | 24.2 | SunOS | 0.00% | 2 |
| 3.9 | pip | 23.2.1 | CYGWIN_NT-10.0-26100 | 0.00% | 2 |
| 3.9 | pip | 24.0 | CYGWIN_NT-10.0-26120 | 0.00% | 2 |
| 3.8 | pip | 21.0 | Darwin | 0.00% | 2 |
| 3.11 | pip | 24.0 | MINGW32_NT-10.0-22631 | 0.00% | 2 |
| 3.12 | pip | 24.1b2 | Darwin | 0.00% | 2 |
| 3.10 | pip | 20.3 | Darwin | 0.00% | 2 |
| 3.11 | pip | 22.1.1 | Windows | 0.00% | 2 |
| 2.7 | pip | 20.3.4 | ZscalerOS | 0.00% | 2 |
| 3.10 | pip | 20.3 | Linux | 0.00% | 2 |
| 2.7 | pip | 20.3.3 | CYGWIN_NT-10.0-19045 | 0.00% | 2 |
| 3.9 | pip | 24.0 | CYGWIN_NT-10.0-22000 | 0.00% | 2 |
| 3.11 | pip | 23.3.2 | MINGW32_NT-10.0-19045 | 0.00% | 2 |
| 3.9 | pip | 21.1.1 | MSYS_NT-10.0-19045 | 0.00% | 2 |
| 3.7 | pip | 24.0 | CYGWIN_NT-10.0-26120 | 0.00% | 2 |
| 3.12 | pip | 24.3.1 | MSYS_NT-10.0-22000 | 0.00% | 2 |
| 3.11 | pip | 7.1.2 | Windows | 0.00% | 2 |
| 3.9 | pip | 24.2 | MINGW64_NT-10.0-19044 | 0.00% | 2 |
| 3.11 | pip | 24.0+nv1 | Windows | 0.00% | 2 |
| 3.9 | pip | 24.3.1 | CYGWIN_NT-10.0-14393 | 0.00% | 2 |
| 3.8 | pip | 24.2 | CYGWIN_NT-10.0-22631 | 0.00% | 2 |
| 3.9 | pip | 24.2 | CYGWIN_NT-10.0-26100-WOW64 | 0.00% | 2 |
| 3.8 | pip | 21.1 | Darwin | 0.00% | 2 |
| 3.12 | pip | 24.3.1 | MSYS_NT-10.0-22635 | 0.00% | 2 |
| 3.12 | pip | 24.2 | MINGW64_NT-10.0-26120 | 0.00% | 2 |
| 3.12 | pip | 24.3.1 | MINGW64_NT-10.0-18363 | 0.00% | 2 |
| 3.8 | pip | 24.3.1 | Isilon OneFS | 0.00% | 2 |
| 3.10 | pip | 21.1 | Linux | 0.00% | 2 |
| 3.5 | pip | 9.0.3 | Windows | 0.00% | 2 |
| 3.12 | pip | 22.3 | Darwin | 0.00% | 2 |
| 3.9 | pip | 21.1 | Darwin | 0.00% | 2 |
| 3.9 | pip | 23.2.1 | CYGWIN_NT-10.0-22631 | 0.00% | 2 |
| 3.9 | pip | 24.1.2 | CYGWIN_NT-10.0-26100 | 0.00% | 2 |
| 3.9 | pip | 20.1 | Darwin | 0.00% | 2 |
| 3.10 | pip | 24.3.dev0 | Windows | 0.00% | 2 |
| 3.11 | pip | 20.1 | Windows | 0.00% | 2 |
| 3.7 | pip | 21.3 | Darwin | 0.00% | 2 |
| 3.11 | pip | 21.0 | Darwin | 0.00% | 2 |
| 3.9 | pip | 20.3 | Windows | 0.00% | 2 |
| 3.13 | pip | 24.1b1 | Windows | 0.00% | 2 |
| 3.12 | pip | 24.0 | FreeBSD | 0.00% | 2 |
| 3.12 | pip | 24.2 | MSYS_NT-10.0-26100 | 0.00% | 2 |
| 3.8 | pip | 24.2 | CYGWIN_NT-10.0-19045 | 0.00% | 2 |
| 3.9 | pip | 24.0 | CYGWIN_NT-10.0-22631-WOW64 | 0.00% | 2 |
| 3.10 | pip | 24.0 | MSYS_NT-10.0-22631 | 0.00% | 2 |
| 3.6 | pip | 18.0 | Darwin | 0.00% | 2 |
| 3.11 | pip | 21.2.3 | Darwin | 0.00% | 2 |
| 2.7 | pip | 9.0.2 | Linux | 0.00% | 2 |
| 3.9 | pip | 23.2 | CYGWIN_NT-10.0-22621-WOW64 | 0.00% | 2 |
| 3.11 | pip | 23.3 | MSYS_NT-10.0-19045 | 0.00% | 2 |
| 3.8 | pip | 21.3.1 | MSYS_NT-10.0-22631 | 0.00% | 2 |
| 2.7 | pip | 20.3.3 | CYGWIN_NT-10.0-26100-WOW64 | 0.00% | 2 |
| 3.12 | pip | 24.3.1 | MINGW64_NT-10.0-26100 | 0.00% | 2 |
| 3.7 | pip | 24.0 | FreeBSD | 0.00% | 2 |
| 2.7 | pip | 10.0.1 | AIX | 0.00% | 2 |
| 3.9 | pip | 24.1 | CYGWIN_NT-10.0-22621 | 0.00% | 2 |
| 3.10 | pip | 20.1 | Linux | 0.00% | 2 |
| 3.5 | pip | 20.3.1 | Darwin | 0.00% | 2 |
| 3.6 | pip | 19.0.1 | Windows | 0.00% | 2 |
| 3.5 | pip | 8.0.0 | Linux | 0.00% | 2 |
| 3.11 | pip | 24.1 | MSYS_NT-10.0-19045 | 0.00% | 2 |
| 3.7 | pip | 1.5.6 | Linux | 0.00% | 2 |
| 3.8 | pip | 22.2.1 | Darwin | 0.00% | 2 |
| 3.9 | pip | 20.2 | Windows | 0.00% | 2 |
| 3.9 | pip | 18.0 | Darwin | 0.00% | 2 |
| 3.12 | pip | 24.3.1 | MSYS_NT-10.0-19043 | 0.00% | 2 |
| 3.12 | pip | 24.3.1 | FreeBSD | 0.00% | 2 |
| 3.6 | pip | 19.2.2 | Windows | 0.00% | 2 |
| 3.14 | pip | 23.2.1 | Linux | 0.00% | 2 |
| 2.7 | pip | 20.3.2 | Linux | 0.00% | 2 |
| 3.12 | pip | 24.3.1 | MSYS_NT-10.0-17134 | 0.00% | 2 |
| 2.7 | pip | 20.3b1 | Darwin | 0.00% | 2 |
| 3.6 | pip | 21.2.1 | Windows | 0.00% | 2 |
| 3.9 | pip | 24.2 | CYGWIN_NT-10.0-22000 | 0.00% | 2 |
| 2.7 | pip | 20.3 | Windows | 0.00% | 2 |
| 3.9 | pip | 24.1.1 | CYGWIN_NT-10.0-22621 | 0.00% | 2 |
| 3.9 | pip | 24.1.1 | CYGWIN_NT-10.0-26100 | 0.00% | 2 |
| 3.9 | pip | 24.1.1 | MSYS_NT-10.0-22631 | 0.00% | 2 |
| 3.11 | pip | 24.2 | MINGW64_NT-10.0-19045 | 0.00% | 2 |
| 3.7 | pip | 23.2.1 | CYGWIN_NT-10.0-17763 | 0.00% | 2 |
| 3.10 | pip | 20.2.4 | Darwin | 0.00% | 2 |
| 3.5 | pip | 20.1 | Windows | 0.00% | 2 |
| 3.5 | pip | 19.2.3 | Windows | 0.00% | 2 |
| 3.9 | pip | 23.3.1 | CYGWIN_NT-10.0-18362 | 0.00% | 2 |
| 3.9 | pip | 23.3.2 | CYGWIN_NT-10.0-22631-WOW64 | 0.00% | 2 |
| 3.8 | pip | 21.3.1 | CYGWIN_NT-10.0-22631 | 0.00% | 2 |
| 3.9 | pip | 24.3.dev0 | Windows | 0.00% | 2 |
| 3.8 | pip | 10.0.1 | Darwin | 0.00% | 2 |
| 3.5 | pip | 20.3.1 | Linux | 0.00% | 2 |
| 3.11 | pip | 24.3.1 | SunOS | 0.00% | 2 |
| 3.7 | pip | 20.3.1 | Darwin | 0.00% | 2 |
| 3.9 | pip | 21.2.2 | Darwin | 0.00% | 2 |
| 3.9 | pip | 24.2 | CYGWIN_NT-10.0-17763 | 0.00% | 2 |
| 3.11 | pip | 21.1.3 | Windows | 0.00% | 2 |
| 3.4 | pip | 19.1 | Windows | 0.00% | 2 |
| 3.9 | pip | 24.3.1 | CYGWIN_NT-10.0-17763 | 0.00% | 2 |
| 2.7 | pip | 8.0.2 | Windows | 0.00% | 2 |
| 3.13 | pip | 23.2 | Linux | 0.00% | 2 |
| 3.13 | pip | 20.1 | Windows | 0.00% | 2 |
| 3.7 | pip | 23.2.1 | CYGWIN_NT-10.0-19045 | 0.00% | 2 |
| 3.9 | pip | 23.2.1 | AIX | 0.00% | 2 |
| 3.9 | pip | 24.1.dev1 | Windows | 0.00% | 2 |
| 3.9 | pip | 9.0.1 | Darwin | 0.00% | 2 |
| 3.12 | pip | 23.0.1 | Darwin | 0.00% | 2 |
| 3.12 | pip | 24.3.1 | NetBSD | 0.00% | 2 |
| 3.7 | pip | 19.1.1 | FreeBSD | 0.00% | 2 |
| 3.7 | pip | 23.1.2 | FreeBSD | 0.00% | 2 |
| 3.9 | pip | 20.2.1 | Darwin | 0.00% | 2 |
| 3.8 | pip | 19.3 | Linux | 0.00% | 2 |
| 3.9 | pip | 24.0 | CYGWIN_NT-6.2-9200 | 0.00% | 2 |
| 3.9 | pip | 23.3.2 | CYGWIN_NT-10.0-22621-WOW64 | 0.00% | 2 |
| 3.12 | pip | 24.2 | MINGW32_NT-10.0-26100 | 0.00% | 2 |
| 3.7 | pip | 19.3 | Darwin | 0.00% | 2 |
| 3.12 | pip | 24.3.1 | MSYS_NT-10.0-17763 | 0.00% | 2 |
| 3.11 | pip | 23.3.1 | MINGW64_NT-10.0-22631 | 0.00% | 2 |
| 2.7 | pip | 20.3.4 | CYGWIN_NT-10.0-WOW | 0.00% | 2 |
| 2.7 | pip | 6.1.1 | Windows | 0.00% | 2 |
| 3.9 | pip | 23.0.1 | OS400 | 0.00% | 2 |
| 3.12 | pip | 24.0 | NetBSD | 0.00% | 2 |
| 3.11 | pip | 23.3.1 | FreeBSD | 0.00% | 2 |
| 3.9 | pip | 23.3 | CYGWIN_NT-10.0-19044 | 0.00% | 2 |
| 3.9 | pip | 24.2 | CYGWIN_NT-10.0-22621-WOW64 | 0.00% | 2 |
| 3.9 | pip | 19.1.1 | Darwin | 0.00% | 1 |
| 2.7 | pip | 8.1.0 | Windows | 0.00% | 1 |
| 3.7 | pip | 21.2.1+nv1 | Windows | 0.00% | 1 |
| 3.8 | pip | 23.0.1 | CYGWIN_NT-10.0-26100 | 0.00% | 1 |
| 2.7 | pip | 20.2b1 | Linux | 0.00% | 1 |
| 3.7 | pip | 9.0.1 | Darwin | 0.00% | 1 |
| 3.11 | pip | 19.3 | Windows | 0.00% | 1 |
| 3.6 | pip | 21.3.1 | FreeBSD | 0.00% | 1 |
| 3.11 | pip | 23.1.2 | MSYS_NT-10.0-19045 | 0.00% | 1 |
| 3.6 | pip | 20.2.1 | Darwin | 0.00% | 1 |
| 3.7 | pip | 9.0.3 | FreeBSD | 0.00% | 1 |
| 3.8 | pip | 20.3b1 | Darwin | 0.00% | 1 |
| 3.8 | pip | 19.2.3 | CYGWIN_NT-10.0-19045 | 0.00% | 1 |
| 3.10 | pip | 21.2.1 | Linux | 0.00% | 1 |
| 3.9 | pip | 20.2.3 | AIX | 0.00% | 1 |
| 2.7 | pip | 19.1.1 | SunOS | 0.00% | 1 |
| 3.4 | pip | 10.0.1 | Windows | 0.00% | 1 |
| 3.6 | pip | 19.2.3 | Darwin | 0.00% | 1 |
| 2.7 | pip | 10.0.0 | Darwin | 0.00% | 1 |
| 3.6 | pip | 19.1.1 | Darwin | 0.00% | 1 |
| 3.7 | pip | 20.2.3 | CYGWIN_NT-6.1-7601 | 0.00% | 1 |
| 3.7 | pip | 19.4.dev0 | Linux | 0.00% | 1 |
| 3.9 | pip | 23.0.1 | CYGWIN_NT-10.0-18363 | 0.00% | 1 |
| 3.9 | pip | 21.1.2 | OS400 | 0.00% | 1 |
| 3.7 | pip | 20.2b1 | Darwin | 0.00% | 1 |
| 3.9 | pip | 19.2.3 | CYGWIN_NT-10.0-19044 | 0.00% | 1 |
| 3.8 | pip | 19.0 | Windows | 0.00% | 1 |
| 3.11 | pip | 21.2.1+nv1 | Windows | 0.00% | 1 |
| 3.6 | pip | 21.3.1 | CYGWIN_NT-10.0-19045-WOW64 | 0.00% | 1 |
| 3.11 | pip | 20.2 | Windows | 0.00% | 1 |
| 3.5 | pip | 19.0.2 | Windows | 0.00% | 1 |
| 3.8 | pip | 22.0.4 | FreeBSD | 0.00% | 1 |
| 3.11 | pip | 21.1.1 | Windows | 0.00% | 1 |
| 3.9 | pip | 21.2.4 | MSYS_NT-10.0-19045 | 0.00% | 1 |
| 3.10 | pip | 22.2.1 | MSYS_NT-10.0-22631 | 0.00% | 1 |
| 3.6 | pip | 10.0.1 | NONSTOP_KERNEL | 0.00% | 1 |
| 3.9 | pip | 19.3.1 | Windows | 0.00% | 1 |
| 3.6 | pip | 19.0.3 | CYGWIN_NT-6.2-WOW | 0.00% | 1 |
| 3.9 | pip | 21.3.1 | OS/390 | 0.00% | 1 |
| 3.9 | pip | 22.3.1 | MSYS_NT-6.1-7600 | 0.00% | 1 |
| 3.6 | pip | 19.2 | Linux | 0.00% | 1 |
| 3.6 | pip | 21.2.1 | Darwin | 0.00% | 1 |
| 3.8 | pip | 22.0.2 | Darwin | 0.00% | 1 |
| 3.7 | pip | 21.3.1 | CYGWIN_NT-10.0-20348-WOW64 | 0.00% | 1 |
| 3.12 | pip | 23.0 | Darwin | 0.00% | 1 |
| 3.9 | pip | 19.2.3 | CYGWIN_NT-10.0-22621-WOW64 | 0.00% | 1 |
| 3.5 | pip | 19.3 | Linux | 0.00% | 1 |
| 3.11 | pip | 19.3 | Darwin | 0.00% | 1 |
| 3.7 | pip | 23.0.1 | AIX | 0.00% | 1 |
| 3.4 | pip | 6.0.8 | Windows | 0.00% | 1 |
| 3.7 | pip | 9.0.3 | Darwin | 0.00% | 1 |
| 3.8 | pip | 22.0.4 | Isilon OneFS | 0.00% | 1 |
| 3.6 | pip | 18.1 | OS400 | 0.00% | 1 |
| 3.9 | pip | 18.0 | Windows | 0.00% | 1 |
| 3.7 | pip | 19.0 | Darwin | 0.00% | 1 |
| 3.8 | pip | 20.3 | Darwin | 0.00% | 1 |
| 3.12 | pip | 20.3.4 | Windows | 0.00% | 1 |
| 3.10 | pip | 22.0.1 | Windows | 0.00% | 1 |
| 3.6 | pip | 21.3 | Windows | 0.00% | 1 |
| 3.8 | pip | 20.2.dev1 | Linux | 0.00% | 1 |
| 3.9 | pip | 21.1.dev0 | Windows | 0.00% | 1 |
| 2.7 | pip | 9.0.1 | NONSTOP_KERNEL | 0.00% | 1 |
| 3.8 | pip | 20.2.2 | MSYS_NT-10.0-19045 | 0.00% | 1 |
| 3.7 | pip | 19.0.3 | MSYS_NT-10.0-22631 | 0.00% | 1 |
| 3.8 | pip | 18.0 | Darwin | 0.00% | 1 |
| 3.4 | pip | 6.1.1 | Linux | 0.00% | 1 |
| 2.7 | pip | 1.5.4 | Darwin | 0.00% | 1 |
| 3.5 | pip | 19.1.1 | Windows | 0.00% | 1 |
| 3.9 | pip | 23.1.2 | CYGWIN_NT-6.1-7601 | 0.00% | 1 |
| 3.5 | pip | 8.0.2 | Darwin | 0.00% | 1 |
| 3.6 | pip | 19.2.2 | Darwin | 0.00% | 1 |
| 3.7 | pip | 23.1 | Darwin | 0.00% | 1 |
| 3.7 | pip | 19.2.1 | Darwin | 0.00% | 1 |
| 2.6 | pip | 9.0.3 | Windows | 0.00% | 1 |
| 3.10 | pip | 22.2 | MSYS_NT-6.1-7601 | 0.00% | 1 |
| 3.9 | pip | 23.0 | CYGWIN_NT-10.0-26100 | 0.00% | 1 |
| 3.11 | pip | 20.3.4 | FreeBSD | 0.00% | 1 |
| 3.9 | pip | 23.0 | OS/390 | 0.00% | 1 |
| 3.8 | pip | 23.0.1 | CYGWIN_NT-10.0-22631 | 0.00% | 1 |
| 3.10 | pip | 18.1 | Windows | 0.00% | 1 |
| 3.7 | pip | 21.2 | Linux | 0.00% | 1 |
| 3.12 | pip | 22.0.4 | Windows | 0.00% | 1 |
| 2.7 | pip | 20.3.3 | CYGWIN_NT-10.0-22621-WOW64 | 0.00% | 1 |
| 3.11 | pip | 20.2.1 | Windows | 0.00% | 1 |
| 3.9 | pip | 22.3 | FreeBSD | 0.00% | 1 |
| 3.9 | pip | 23.1.2 | CYGWIN_NT-10.0-22631 | 0.00% | 1 |
| 3.8 | pip | 19.2.3 | CYGWIN_NT-10.0-22000 | 0.00% | 1 |
| 2.7 | pip | 7.1.2 | Java | 0.00% | 1 |
| 2.7 | pip | 10.0.0b1 | Windows | 0.00% | 1 |
| 3.9 | pip | 10.0.1 | Darwin | 0.00% | 1 |
| 3.10 | pip | 21.1 | Windows | 0.00% | 1 |
| 2.7 | pip | 19.1 | Darwin | 0.00% | 1 |
| 3.7 | pip | 21.3.1 | CYGWIN_NT-10.0-26120 | 0.00% | 1 |
| 3.7 | pip | 22.0.4 | FreeBSD | 0.00% | 1 |
| 2.7 | pip | 19.0.3 | CYGWIN_NT-10.0-WOW | 0.00% | 1 |
| 3.9 | pip | 21.1.1 | MSYS_NT-10.0-19044 | 0.00% | 1 |
| 3.8 | pip | 21.3.1 | CYGWIN_NT-6.1-7601-WOW64 | 0.00% | 1 |
| 3.8 | pip | 9.0.0 | Linux | 0.00% | 1 |
| 3.7 | pip | 20.3 | Darwin | 0.00% | 1 |
| 3.11 | pip | 21.2.2 | Linux | 0.00% | 1 |
| 3.7 | pip | 22.0 | Linux | 0.00% | 1 |
| 3.12 | pip | 20.1 | Linux | 0.00% | 1 |
| 3.5 | pip | 10.0.0 | Linux | 0.00% | 1 |
| 3.9 | pip | 19.2.3 | CYGWIN_NT-6.1-7601 | 0.00% | 1 |
| 3.12 | pip | 20.3.4 | Linux | 0.00% | 1 |
| 3.7 | pip | 19.0.1 | Darwin | 0.00% | 1 |
| 3.11 | pip | 22.0.1 | Darwin | 0.00% | 1 |
| 3.11 | pip | 22.2.2 | FreeBSD | 0.00% | 1 |
| 3.6 | pip | 20.2.2 | Darwin | 0.00% | 1 |
| 3.9 | pip | 21.2.4 | MSYS_NT-10.0-19044 | 0.00% | 1 |
| 3.7 | pip | 20.2 | Darwin | 0.00% | 1 |
| 3.6 | pip | 10.0.0 | Windows | 0.00% | 1 |
| 2.7 | pip | 20.3.3 | CYGWIN_NT-10.0-22631 | 0.00% | 1 |
| 3.7 | pip | 10.0.0 | Linux | 0.00% | 1 |
| 3.8 | pip | 21.3.1 | CYGWIN_NT-10.0-26100-WOW64 | 0.00% | 1 |
| 3.6 | pip | 21.3.1 | SunOS | 0.00% | 1 |
| 3.11 | pip | 19.2 | Darwin | 0.00% | 1 |
| 3.9 | pip | 21.1.dev0 | Linux | 0.00% | 1 |
| 3.8 | pip | 23.1.2 | FreeBSD | 0.00% | 1 |
| 3.5 | pip | 20.3.4 | FreeBSD | 0.00% | 1 |
| 3.6 | pip | 20.0.1 | Darwin | 0.00% | 1 |
| 3.11 | pip | 23.1.1 | FreeBSD | 0.00% | 1 |
| 2.7 | pip | 20.2b1 | Darwin | 0.00% | 1 |
| 3.9 | pip | 19.0.2 | Linux | 0.00% | 1 |
| 3.9 | pip | 19.2.3 | CYGWIN_NT-10.0-22621 | 0.00% | 1 |
| 3.9 | pip | 19.1 | Darwin | 0.00% | 1 |
| 3.10 | pip | 9.0.3 | Linux | 0.00% | 1 |
| 3.5 | pip | 19.0 | Linux | 0.00% | 1 |
| 2.7 | pip | 7.0.3+xy.11 | Windows | 0.00% | 1 |
| 2.7 | pip | 10.0.0 | Windows | 0.00% | 1 |
| 3.9 | pip | 21.3.1 | CYGWIN_NT-10.0-17763 | 0.00% | 1 |
| 3.6 | pip | 9.0.2 | Windows | 0.00% | 1 |
| 3.9 | pip | 21.1.3 | CYGWIN_NT-10.0-26100-WOW64 | 0.00% | 1 |
| 3.5 | pip | 8.0.2 | Linux | 0.00% | 1 |
| 3.10 | pip | 19.3.1 | Darwin | 0.00% | 1 |
| 3.9 | pip | 9.0.0 | Windows | 0.00% | 1 |
| 3.11 | pip | 23.2.1 | MINGW64_NT-10.0-26100 | 0.00% | 1 |
| 3.9 | pip | 22.3.1 | FreeBSD | 0.00% | 1 |
| 3.9 | pip | 21.3.1 | CYGWIN_NT-10.0-22631 | 0.00% | 1 |
| 3.7 | pip | 9.0.0 | Windows | 0.00% | 1 |
| 3.7 | pip | 20.1.1 | AIX | 0.00% | 1 |
| 3.7 | pip | 20.1.1 | SunOS | 0.00% | 1 |
| 3.6 | pip | 20.2.4 | Darwin | 0.00% | 1 |
| 3.5 | pip | 20.3.3 | Linux | 0.00% | 1 |
| 3.10 | pip | 22.1.1 | Darwin | 0.00% | 1 |
| 3.6 | pip | 9.0.1 | FreeBSD | 0.00% | 1 |
| 3.5 | pip | 18.1 | Darwin | 0.00% | 1 |
| 3.11 | pip | 23.1.2 | MINGW64_NT-10.0-22631 | 0.00% | 1 |
| 3.10 | pip | 19.3 | Linux | 0.00% | 1 |
| 3.10 | pip | 22.0 | Windows | 0.00% | 1 |
| 3.9 | pip | 21.2.4 | FreeBSD | 0.00% | 1 |
| 3.10 | pip | 19.3 | Windows | 0.00% | 1 |
| 3.10 | pip | 21.0 | Darwin | 0.00% | 1 |
| 3.11 | pip | 21.2.1+nv1 | Linux | 0.00% | 1 |
| 3.6 | pip | 19.3 | Windows | 0.00% | 1 |
| 3.8 | pip | 21.3.1 | CYGWIN_NT-10.0-19045-WOW64 | 0.00% | 1 |
| 2.7 | pip | 20.3.4 | CYGWIN_NT-10.0-14393 | 0.00% | 1 |
| 3.7 | pip | 22.3.1 | FreeBSD | 0.00% | 1 |
| 2.7 | pip | 6.0.1 | Linux | 0.00% | 1 |
| 3.8 | pip | 8.1.1 | Windows | 0.00% | 1 |
| 3.7 | pip | 21.1 | Darwin | 0.00% | 1 |
| 3.7 | pip | 22.0.4 | AIX | 0.00% | 1 |
| 3.9 | pip | 22.2.2 | CYGWIN_NT-10.0-22631 | 0.00% | 1 |
| 3.3 | pip | 10.0.1 | SunOS | 0.00% | 1 |
| 3.9 | pip | 19.2.3 | CYGWIN_NT-10.0-19045-WOW64 | 0.00% | 1 |
| 3.12 | pip | 21.3 | Darwin | 0.00% | 1 |
| 2.7 | pip | 19.0.2 | Darwin | 0.00% | 1 |
| 3.9 | pip | 20.3 | Darwin | 0.00% | 1 |
| 2.7 | pip | 6.0.4 | Linux | 0.00% | 1 |
| 3.9 | pip | 21.3.1 | CYGWIN_NT-10.0-18363-WOW64 | 0.00% | 1 |
| 3.6 | pip | 20.2.4 | CYGWIN_NT-10.0-WOW | 0.00% | 1 |
| 3.6 | pip | 21.3.1 | CYGWIN_NT-10.0-22631-WOW64 | 0.00% | 1 |
| 3.8 | pip | 22.0.1 | Linux | 0.00% | 1 |
| 2.7 | pip | 20.0.2 | CYGWIN_NT-6.1-7601 | 0.00% | 1 |
| 3.9 | pip | 23.1.2 | CYGWIN_NT-10.0-19045-WOW64 | 0.00% | 1 |
| 3.9 | pip | 19.3 | Windows | 0.00% | 1 |
| 3.8 | pip | 21.2 | Linux | 0.00% | 1 |
| 3.11 | pip | 21.0.1 | Windows | 0.00% | 1 |
| 3.11 | pip | 20.3 | Linux | 0.00% | 1 |
| 3.13 | pip | 23.1.2 | Linux | 0.00% | 1 |
| 3.9 | pip | 19.2.3 | CYGWIN_NT-10.0-17763 | 0.00% | 1 |
| 3.11 | pip | 22.1.2.post1+abnormal.03d64aee90f | Darwin | 0.00% | 1 |
| 3.5 | pip | 9.0.0 | Windows | 0.00% | 1 |
| 3.11 | pip | 22.0 | Darwin | 0.00% | 1 |
| 3.7 | pip | 20.3 | Windows | 0.00% | 1 |
| 3.9 | pip | 23.1.2 | CYGWIN_NT-10.0-22621 | 0.00% | 1 |
| 3.11 | pip | 24.3.1 | MINGW64_NT-10.0-26100 | 0.00% | 1 |
| 3.9 | pip | 19.2.3 | CYGWIN_NT-10.0-26100 | 0.00% | 1 |
| 3.6 | pip | 21.1 | Windows | 0.00% | 1 |
| 3.9 | pip | 21.1.1 | MSYS_NT-10.0-19045-WOW64 | 0.00% | 1 |
| 3.10 | pip | 19.1 | Linux | 0.00% | 1 |
| 3.6 | pip | 20.3.4 | Darwin | 0.00% | 1 |
| 3.10 | pip | 20.2 | Windows | 0.00% | 1 |
| 3.3 | pip | 9.0.1 | Linux | 0.00% | 1 |
| 3.11 | pip | 20.3 | Darwin | 0.00% | 1 |
| 3.6 | pip | 19.0.3 | Darwin | 0.00% | 1 |
| 3.8 | pip | 19.2.1 | Darwin | 0.00% | 1 |
| 2.7 | pip | 20.1 | Darwin | 0.00% | 1 |
| 3.8 | pip | 20.0.1 | Windows | 0.00% | 1 |
| 3.8 | pip | 22.1.1 | Darwin | 0.00% | 1 |
| 3.10 | pip | 20.3.1 | Darwin | 0.00% | 1 |
| 3.10 | pip | 22.0 | Darwin | 0.00% | 1 |
| 2.7 | pip | 20.1b1 | Linux | 0.00% | 1 |
| 3.9 | pip | 21.1.3 | CYGWIN_NT-10.0-19045 | 0.00% | 1 |
| 3.8 | pip | 1.5.4 | Linux | 0.00% | 1 |
| 3.8 | pip | 21.2 | Windows | 0.00% | 1 |
| 2.7 | pip | 8.1.2 | Darwin | 0.00% | 1 |
| 3.7 | pip | 22.0.4 | SunOS | 0.00% | 1 |
| 3.7 | pip | 21.0.1 | CYGWIN_NT-10.0-22621 | 0.00% | 1 |
| 3.9 | pip | 21.1.3 | MSYS_NT-10.0-19044 | 0.00% | 1 |
| 2.6 | pip | 9.0.1 | Windows | 0.00% | 1 |
| 3.6 | pip | 19.0.2 | Windows | 0.00% | 1 |
| 2.7 | pip | 19.3 | Windows | 0.00% | 1 |
| 3.7 | pip | 21.3.1 | CYGWIN_NT-10.0-22635 | 0.00% | 1 |
| 2.7 | pip | 19.3 | Linux | 0.00% | 1 |
| 3.9 | pip | 23.0.1 | CYGWIN_NT-10.0-22621 | 0.00% | 1 |
| 3.8 | pip | 20.3.3 | CYGWIN_NT-10.0-19045 | 0.00% | 1 |
| 3.8 | pip | 21.1.1 | CYGWIN_NT-10.0-22631 | 0.00% | 1 |
| 3.8 | pip | 22.2.dev0 | Linux | 0.00% | 1 |
| 3.10 | pip | 21.2.dev0 | Linux | 0.00% | 1 |
| 3.8 | pip | 19.2.3 | L | 0.00% | 1 |
| 2.7 | pip | 19.2.2 | Windows | 0.00% | 1 |
| 3.11 | pip | 22.1 | Darwin | 0.00% | 1 |
| 3.7 | pip | 24.0 | CYGWIN_NT-10.0-22621 | 0.00% | 1 |
| 3.7 | pip | 20.0.1 | Darwin | 0.00% | 1 |
| 3.7 | pip | 20.2b1 | Windows | 0.00% | 1 |
| 3.8 | pip | 21.2.2 | Darwin | 0.00% | 1 |
| 3.7 | pip | 20.2.3 | CYGWIN_NT-10.0-19045 | 0.00% | 1 |
| 3.10 | pip | 22.0.4 | MSYS_NT-10.0-22631 | 0.00% | 1 |
| 3.9 | pip | 20.0.2 | TempLinux | 0.00% | 1 |
| 3.9 | pip | 21.1.3 | CYGWIN_NT-10.0-22631 | 0.00% | 1 |
| 3.7 | pip | 20.2.1 | Darwin | 0.00% | 1 |
| 3.7 | pip | 23.1.1 | Darwin | 0.00% | 1 |
| 3.10 | pip | 22.3.1 | FreeBSD | 0.00% | 1 |
| 3.8 | pip | 20.2.3 | MSYS_NT-10.0-22631 | 0.00% | 1 |
| 3.8 | pip | 21.1.1 | CYGWIN_NT-10.0-19045 | 0.00% | 1 |
| 2.7 | pip | 19.0 | Linux | 0.00% | 1 |
| 3.8 | pip | 23.0 | FreeBSD | 0.00% | 1 |
| 3.5 | pip | 19.2 | Linux | 0.00% | 1 |
| 3.9 | pip | 23.0.1 | CYGWIN_NT-6.1-7601 | 0.00% | 1 |
| 3.9 | pip | 7.1.2 | Darwin | 0.00% | 1 |
| 3.11 | pip | 22.1.1 | Linux | 0.00% | 1 |
| 3.10 | pip | 20.3.1 | Windows | 0.00% | 1 |
| 3.7 | pip | 19.0.2 | Darwin | 0.00% | 1 |
| 3.11 | pip | 20.3 | Windows | 0.00% | 1 |
| 3.9 | pip | 20.2.2 | Windows | 0.00% | 1 |
| 3.6 | pip | 19.2.3 | CYGWIN_NT-10.0-19045 | 0.00% | 1 |
| Total | 60,626,524 |
Adding all of the Python 3.8 rows, Python 3.8 accounts for ~8.3% of all downloads using pip.
| python_version | installer_name | installer_version | system_name | percent | download_count |
|---|---|---|---|---|---|
| 3.8 | pip | 24.3.1 | Linux | 2.27% | 1,375,897 |
| 3.8 | pip | 21.0.1 | Linux | 1.86% | 1,126,091 |
| 3.8 | pip | 23.0.1 | Linux | 1.40% | 849,744 |
| 3.8 | pip | 20.0.2 | Linux | 1.09% | 662,662 |
Taking a brief look at the data, the 3rd row is likely caused by the fact 23.0.1 is the newest pip bundled with 3.8 (from the last security source release). The 4th row is probably due to Ubuntu 20.04 which ships with Python 3.8 and pip 20.0.2. I can't explain the 2nd row, however. (The last 3.8 bugfix release, Python 3.8.10, ships pip 21.1.1, not 21.0.1.)