![]() | |
Type of site | Software repository |
---|---|
Available in | Multilingual |
Owner | Python Software Foundation |
URL | pypi |
Launched | 2003[1] |
Current status | Active |
Written in | Various |
The Python Package Index, abbreviated as PyPI (/ˌpaɪpiˈaɪ/) 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]
As of 6 May 2024,[update] more than 530,000 Python packages are available.
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.
ancient pypi tutorial
was invoked but never defined (see the help page).pip usage
was invoked but never defined (see the help page).pypi mirrors
was invoked but never defined (see the help page).wheel pep
was invoked but never defined (see the help page).pypi browse
was invoked but never defined (see the help page).