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
|
2014-10-29 09:26:56 +00:00
|
|
|
`Python Package Index <https://pypi.python.org/pypi>`__, 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
|