/usr/share/doc/python3-docs/html/_sources/distutils
NameSizeModeActions
apiref.rst.txt956170644editdlrm
builtdist.rst.txt226500644editdlrm
commandref.rst.txt45940644editdlrm
configfile.rst.txt60190644editdlrm
examples.rst.txt103050644editdlrm
extending.rst.txt45200644editdlrm
index.rst.txt12270644editdlrm
introduction.rst.txt85300644editdlrm
packageindex.rst.txt86780644editdlrm
setupscript.rst.txt306500644editdlrm
sourcedist.rst.txt95360644editdlrm
uploading.rst.txt2050644editdlrm
Edit: /usr/share/doc/python3-docs/html/_sources/distutils/index.rst.txt (1227B)
.. _distutils-index: ############################################## Distributing Python Modules (Legacy version) ############################################## :Authors: Greg Ward, Anthony Baxter :Email: distutils-sig@python.org .. seealso:: :ref:`distributing-index` The up to date module distribution documentations This document describes the Python Distribution Utilities ("Distutils") from the module developer's point of view, describing how to use the Distutils to make Python modules and extensions easily available to a wider audience with very little overhead for build/release/install mechanics. .. note:: This guide only covers the basic tools for building and distributing extensions that are provided as part of this version of Python. Third party tools offer easier to use and more secure alternatives. Refer to the `quick recommendations section `__ in the Python Packaging User Guide for more information. .. toctree:: :maxdepth: 2 :numbered: introduction.rst setupscript.rst configfile.rst sourcedist.rst builtdist.rst packageindex.rst examples.rst extending.rst commandref.rst apiref.rst