| a | ||
| distutils2.archive_util | Utility functions for creating archive files (tarballs, zip files, ...) | |
| b | ||
| distutils2.bcppcompiler | ||
| distutils2.command.bdist | Build a binary installer for a package | |
| distutils2.command.bdist_dumb | Build a "dumb" installer - a simple archive of files | |
| distutils2.command.bdist_msi | Build a binary distribution as a Windows MSI file | |
| distutils2.command.bdist_wininst | Build a Windows installer | |
| distutils2.command.build | Build all files of a package | |
| distutils2.command.build_clib | Build any C libraries in a package | |
| distutils2.command.build_ext | Build any extensions in a package | |
| distutils2.command.build_py | Build the .py/.pyc files of a package | |
| distutils2.command.build_scripts | Build the scripts of a package | |
| c | ||
| distutils2.ccompiler | Abstract CCompiler class | |
| distutils2.cmd | This module provides the abstract base class Command. This class is subclassed by the modules in the distutils.command subpackage. | |
| distutils2.command | This subpackage contains one module for each standard Distutils command. | |
| distutils2.command.check | Check the metadata of a package | |
| distutils2.command.clean | Clean a package build area | |
| distutils2.command.config | Perform package configuration | |
| distutils2.core | The core Distutils functionality | |
| distutils2.cygwinccompiler | ||
| d | ||
| distutils2 | Packaging system and building blocks for other packaging systems | |
| distutils2.debug | Provides the debug flag for distutils | |
| distutils2.dep_util | Utility functions for simple dependency checking | |
| distutils2.dir_util | Utility functions for operating on directories and directory trees | |
| distutils2.dist | Provides the Distribution class, which represents the module distribution being built/installed/distributed | |
| e | ||
| distutils2.emxccompiler | OS/2 EMX Compiler support | |
| distutils2.errors | Provides standard distutils exceptions | |
| distutils2.extension | Provides the Extension class, used to describe C/C++ extension modules in setup scripts | |
| f | ||
| distutils2.fancy_getopt | Additional getopt functionality | |
| distutils2.file_util | Utility functions for operating on single files | |
| distutils2.filelist | The FileList class, used for poking about the file system and building lists of files. | |
| i | ||
| distutils2.command.install | Install a package | |
| distutils2.command.install_data | Install data files from a package | |
| distutils2.command.install_headers | Install C/C++ header files from a package | |
| distutils2.command.install_lib | Install library files from a package | |
| distutils2.command.install_scripts | Install script files from a package | |
| l | ||
| distutils2.log | A simple logging mechanism, 282-style | |
| m | ||
| distutils2.msvccompiler | Microsoft Compiler | |
| p | ||
| pkgutil | Utilities to support packages. | |
| r | ||
| distutils2.command.register | Register a module with the Python Package Index | |
| s | ||
| distutils2.command.sdist | Build a source distribution | |
| distutils2.spawn | Provides the spawn() function | |
| distutils2.sysconfig | Low-level access to configuration information of the Python interpreter. | |
| t | ||
| distutils2.text_file | provides the TextFile class, a simple interface to text files | |
| u | ||
| distutils2.unixccompiler | UNIX C Compiler | |
| distutils2.util | Miscellaneous other utility functions | |
| v | ||
| distutils2.version | implements classes that represent module version numbers. |