Python_Package_Index

Python Package Index

Python Package Index

Software repository


The Python Package Index, abbreviated as PyPI (/ˌppiˈ/) and also known as the Cheese Shop (a reference to the Monty Python's Flying Circus sketch "Cheese Shop"),[2]:8[3]:742 is the official third-party software repository for Python.[4] It is analogous to the CPAN repository for Perl[5]:36 and to the CRAN repository for R. PyPI is run by the Python Software Foundation, a charity. Some package managers, including pip, use PyPI as the default source for packages and their dependencies.[6][7]

Quick Facts Type of site, Available in ...

As of 6 May 2024, more than 530,000 Python packages are available, including a huge fraction of abandonware.[citation needed]

PyPI primarily hosts Python packages in the form of source archives, called "sdists", or of "wheels"[8] that may contain binary modules from a compiled language.

PyPI as an index allows users to search for packages by keywords or by filters against their metadata, such as free software license or compatibility with POSIX.[9] A single entry on PyPI is able to store, aside from just a package and its metadata, previous releases of the package, precompiled wheels (e.g. containing DLLs on Windows), as well as different forms for different operating systems and Python versions.

History

The Python Distribution Utilities (distutils) Python module was first added to the Python standard library in the 1.6.1 release, in September 2000, and in the 2.0 release, in October 2000, nine years after first python release in February 1991, with the goal of simplifying the process of installing third-party Python packages.[10][11]

However, distutils only provided the tools for packaging Python code, and no more. It was able to collect and distribute metadata but did not use it for other purposes.[12] Python still lacked a centralised catalog for packages on the internet. PEP 241, a proposal to standardize metadata for indexes, was finalized in March 2001.[13] A proposal to create a comprehensive centralised catalog, hosted at the python.org domain, was later finalized in November 2002.[4][12]

On 16 April 2018, all PyPI traffic began being served by a more modern website platform: Warehouse. The legacy website was turned off at the end of that month.[14][15] All existing packages were migrated to the new platform with their histories preserved.[16]

In May 2023 the Python Software Foundation reported that the United States Department of Justice had subpoenaed the user data of five PyPI contributors.[17][18] A representative of the organization further explained that they expect privacy for contributors, but they also comply with the law and court orders, and for this reason turned over the data which the government requested.[17]


Notes

References

  1. "Packaging History". Python Packaging Authority — PyPA documentation.
  2. Lutz, Mark (2006). Programming Python. Vol. 10 (3 ed.). O'Reilly Media, Inc. ISBN 9780596009250.
  3. Ramalho, Luciano (2015). Fluent Python. O'Reilly Media, Inc. ISBN 9781491946268.
  4. Hylton, Jeremy (24 September 2003). "Python Package Index Tutorial". Jeremy Hylton. Archived from the original on 21 May 2012. Retrieved 22 April 2012.
  5. Barry, Paul (2010). Head First Python. O'Reilly Media, Inc. ISBN 978-1-4493-8267-4.
  6. "Usage". pip 1.1.post1 documentation. The pip developers. Archived from the original on 2 May 2012.
  7. "PyPI mirrors". Python Package Index. Python Software Foundation. Archived from the original on 3 May 2012. Retrieved 22 April 2012.
  8. Durbin, Ee (24 May 2023). "PyPI was subpoenaed - The Python Package Index". blog.pypi.org.

Share this article:

This article uses material from the Wikipedia article Python_Package_Index, and is written by contributors. Text is available under a CC BY-SA 4.0 International License; additional terms may apply. Images, videos and audio are available under their respective licenses.