8000 PEP 777: How to Re-invent the Wheel by emmatyping-nv · Pull Request #4036 · python/peps · GitHub
[go: up one dir, main page]

Skip to content
8000

PEP 777: How to Re-invent the Wheel #4036

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 17 commits into from
Oct 10, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update alt-text to better describe image contents
  • Loading branch information
emmatyping-nv committed Oct 9, 2024
commit 4bd023b9706b53533e6e3bc35dc1ce9c8f089594
8 changes: 6 additions & 2 deletions peps/pep-0777/appendix-pypi-download-analysis.rst
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,9 @@ from March 10, 2024 to September 10, 2024.
.. image:: appendix-dl-by-installer.png
:class: invert-in-dark-mode
:width: 600
:alt: A pie chart breaking down PyPI downloads by installer
:alt: A pie chart breaking down PyPI downloads by installer. pip makes up
87.5%, uv makes up 4.8%, poetry makes up 3.0%, requests makes up 1.6%,
and "null" makes up 2.1%.

As can be seen above, pip is the most popular installer in this time frame.
For simplicity's sake, this analysis will focus on pip installations when
Expand All @@ -62,7 +64,9 @@ in four years.
.. image:: appendix-dl-by-pip-version.png
:class: invert-in-dark-mode
:width: 600
:alt: A pie chart breaking down PyPI downloads by pip major version
:alt: A pie chart breaking down PyPI downloads by pip major version. 24.x
makes up 47.7%, 23.x makes up 19.9%, 22.x makes up 10.5%, 21.x makes up
13.9%, 20.x makes up 5.4%, and 9.x makes up 1.9%.

Over two thirds of users currently run pip from this year or last. However,
about 7% are on a version that is at least four years old(!). This indicates that
Expand Down
0