1 *********************************** 2 Software Packaging and Distribution 3 *********************************** 4 5 These libraries help you with publishing and installing Python software. 6 While these modules are designed to work in conjunction with the 7 `Python Package Index <https://pypi.python.org>`__, they can also be used 8 with a local index server, or without any index server at all. 9 10 .. toctree:: 11 12 distutils.rst 13 ensurepip.rst 14