Région de recherche :

Date :

https://pypi.org

PyPI · The Python Package Index

The Python Package Index (PyPI) is a repository of software for the Python programming language. PyPI helps you find and install software developed and shared by the Python community. Learn about installing packages. Package authors use PyPI to distribute their software. Learn how to package your Python code for PyPI.

https://docs.pypi.org

Python Package Index - PyPI Docs

PyPI is the official repository of packages for Python. This user documentation is aimed at users who use the PyPI website. To view the developer documentation, visit the Warehouse documentation.

https://pypi.org › project › pip

pip · PyPI

pip is the package installer for Python. You can use pip to install packages from the Python Package Index and other indexes. Please take a look at our documentation for how to install and use pip: Installation; Usage; We release updates regularly, with a new version every 3 months. Find more details in our documentation: Release notes; Release ...

https://pypi.org › org › pypi

Profile of The Python Package Index - PyPI

The Python Package Index (PyPI) is a repository of software for the Python programming language.

https://docs.python.org › fr › 3.7 › distutils › packageindex.html

L'index de paquets Python ( Python Package Index : PyPI)

Le Python Package Index (PyPI) stocke les métadonnées décrivant les distributions empaquetées avec distutils et autres outils de publication, ainsi que les archives des distributions elles-mêmes.

https://pip.pypa.io › en › stable › cli › pip_install.html

pip install - pip documentation v24.2

pip offers a number of package index options for modifying how packages are found. pip looks for packages in a number of places: on PyPI (or the index given as --index-url, if not disabled via --no-index), in the local filesystem, and in any additional repositories specified via --find-links or --extra-index-url.

https://packaging.python.org › en › latest › tutorials › packaging-projects

Packaging Python Projects - Python Packaging User Guide

Packaging Python Projects# This tutorial walks you through how to package a simple Python project. It will show you how to add the necessary files and structure to create the package, how to build the package, and how to upload it to the Python Package Index (PyPI).

https://pypi.org › help

Help - PyPI

The Python Package Index (PyPI) is a repository of software for the Python programming language.

https://pip.pypa.io › en › stable › index.html

pip documentation v24.2

pip is the package installer for Python. You can use it to install packages from the Python Package Index and other indexes. If you want to learn about how to use pip, check out the following resources: Getting Started. Python Packaging User Guide.

https://en.wikipedia.org › wiki › Python_Package_Index

Python Package Index - Wikipedia

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]