blob: 3e6e84b42a2e517e1c4d9c739ab73896b100aa3e [file] [log] [blame]
Nick Coghland0cf0632013-11-11 22:11:55 +10001***********************************
2Software Packaging and Distribution
3***********************************
4
5These libraries help you with publishing and installing Python software.
6While these modules are designed to work in conjunction with the
Georg Brandl525d3552014-10-29 10:26:56 +01007`Python Package Index <https://pypi.python.org/pypi>`__, they can also be used
Nick Coghland0cf0632013-11-11 22:11:55 +10008with a local index server, or without any index server at all.
9
10.. toctree::
11
12 distutils.rst
13 ensurepip.rst
14 venv.rst
Brett Cannoncc4dfc12015-03-13 10:40:49 -040015 zipapp.rst