2013-11-11 08:11:55 -04:00
|
|
|
***********************************
|
|
|
|
Software Packaging and Distribution
|
|
|
|
***********************************
|
|
|
|
|
|
|
|
These libraries help you with publishing and installing Python software.
|
|
|
|
While these modules are designed to work in conjunction with the
|
2018-05-15 15:58:35 -03:00
|
|
|
`Python Package Index <https://pypi.org>`__, they can also be used
|
2013-11-11 08:11:55 -04:00
|
|
|
with a local index server, or without any index server at all.
|
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
|
|
|
|
distutils.rst
|
|
|
|
ensurepip.rst
|
|
|
|
venv.rst
|
2015-03-13 11:40:49 -03:00
|
|
|
zipapp.rst
|