Staging
v0.8.1
Revision 793ae0d0ae02ce91c626472ca2b3e2f8d4d6229a authored by Martin Panter on 17 November 2015, 22:13:47 UTC, committed by Martin Panter on 17 November 2015, 22:13:47 UTC
1 parent a5d1cf3
Raw File
distribution.rst
***********************************
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
`Python Package Index <https://pypi.python.org>`__, they can also be used
with a local index server, or without any index server at all.

.. toctree::

   distutils.rst
   ensurepip.rst
back to top