@@ -55,9 +55,8 @@ cibuildwheel
5555`Discussions <https://github.com/pypa/cibuildwheel/discussions >`__ |
5656`Discord #cibuildwheel <https://discord.com/invite/pypa >`__
5757
58- ``cibuildwheel `` is a package that builds wheels for all common platforms and
59- Python versions on most CI systems.
60-
58+ ``cibuildwheel `` is a Python package that builds :term: `wheels <Wheel> ` for all common
59+ platforms and Python versions on most CI systems. Also see :ref: `multibuild `.
6160
6261.. _distlib :
6362
@@ -165,6 +164,18 @@ Pipfile
165164application-centric alternative to :ref: `pip `'s lower-level
166165:file: `requirements.txt ` file.
167166
167+ .. _pipx :
168+
169+ pipx
170+ ====
171+
172+ `Docs <https://pypa.github.io/pipx/ >`__ |
173+ `GitHub <https://github.com/pypa/pipx >`__ |
174+ `PyPI <https://pypi.org/project/pipx/ >`__
175+
176+ pipx is a tool to install and run Python command-line applications without
177+ causing dependency conflicts with other packages installed on the system.
178+
168179
169180Python Packaging User Guide
170181===========================
@@ -458,6 +469,16 @@ dependencies for, and publish packages to PyPI. Under the hood, it
458469uses :ref: `twine ` to upload packages to PyPI, and :ref: `pip ` to download and
459470install packages.
460471
472+ .. _multibuild :
473+
474+ multibuild
475+ ==========
476+
477+ `GitHub <https://github.com/matthew-brett/multibuild >`__
478+
479+ Multibuild is a set of CI scripts for building and testing Python :term: `wheels <Wheel> ` for
480+ Linux, macOS, and (less flexibly) Windows. Also see :ref: `cibuildwheel `.
481+
461482.. _pex :
462483
463484pex
@@ -473,17 +494,6 @@ files, standalone Python environments in the spirit of :ref:`virtualenv`.
473494``#!/usr/bin/env python `` and special :file: `__main__.py `, and are designed to
474495make deployment of Python applications as simple as ``cp ``.
475496
476- .. _pipx :
477-
478- pipx
479- ====
480-
481- `Docs <https://pipxproject.github.io/pipx/ >`__ |
482- `GitHub <https://github.com/pipxproject/pipx >`__ |
483- `PyPI <https://pypi.org/project/pipx/ >`__
484-
485- pipx is a tool to safely install and run Python CLI applications globally.
486-
487497.. _pip-tools :
488498
489499pip-tools
0 commit comments