2013-11-11 12:11:55 +00: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 18:58:35 +00:00
|
|
|
`Python Package Index <https://pypi.org>`__, they can also be used
|
2013-11-11 12:11:55 +00:00
|
|
|
with a local index server, or without any index server at all.
|
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
|
|
|
|
distutils.rst
|
|
|
|
ensurepip.rst
|
|
|
|
venv.rst
|
2015-03-13 14:40:49 +00:00
|
|
|
zipapp.rst
|