11. API Reference
Subsections
See About this document... for information on suggesting changes.
- 11.1 distutils.core -- Core Distutils functionality
- 11.2 distutils.ccompiler -- CCompiler base class
- 11.3 distutils.unixccompiler -- Unix C Compiler
- 11.4 distutils.msvccompiler -- Microsoft Compiler
- 11.5 distutils.bcppcompiler -- Borland Compiler
- 11.6 distutils.cygwincompiler -- Cygwin Compiler
- 11.7 distutils.emxccompiler -- OS/2 EMX Compiler
- 11.8 distutils.mwerkscompiler -- Metrowerks CodeWarrior support
- 11.9 distutils.archive_util -- Archiving utilities
- 11.10 distutils.dep_util -- Dependency checking
- 11.11 distutils.dir_util -- Directory tree operations
- 11.12 distutils.file_util -- Single file operations
- 11.13 distutils.util -- Miscellaneous other utility functions
- 11.14 distutils.dist -- The Distribution class
- 11.15 distutils.extension -- The Extension class
- 11.16 distutils.debug -- Distutils debug mode
- 11.17 distutils.errors -- Distutils exceptions
- 11.18 distutils.fancy_getopt -- Wrapper around the standard getopt module
- 11.19 distutils.filelist -- The FileList class
- 11.20 distutils.log -- Simple PEP 282-style logging
- 11.21 distutils.spawn -- Spawn a sub-process
- 11.22 distutils.sysconfig -- System configuration information
- 11.23 distutils.text_file -- The TextFile class
- 11.24 distutils.version -- Version number classes
- 11.25 distutils.cmd -- Abstract base class for Distutils commands
- 11.26 distutils.command -- Individual Distutils commands
- 11.27 distutils.command.bdist -- Build a binary installer
- 11.28 distutils.command.bdist_packager -- Abstract base class for packagers
- 11.29 distutils.command.bdist_dumb -- Build a ``dumb'' installer
- 11.30 distutils.command.bdist_rpm -- Build a binary distribution as a Redhat RPM and SRPM
- 11.31 distutils.command.bdist_wininst -- Build a Windows installer
- 11.32 distutils.command.sdist -- Build a source distribution
- 11.33 distutils.command.build -- Build all files of a package
- 11.34 distutils.command.build_clib -- Build any C libraries in a package
- 11.35 distutils.command.build_ext -- Build any extensions in a package
- 11.36 distutils.command.build_py -- Build the .py/.pyc files of a package
- 11.37 distutils.command.build_scripts -- Build the scripts of a package
- 11.38 distutils.command.clean -- Clean a package build area
- 11.39 distutils.command.config -- Perform package configuration
- 11.40 distutils.command.install -- Install a package
- 11.41 distutils.command.install_data -- Install data files from a package
- 11.42 distutils.command.install_headers -- Install C/C++ header files from a package
- 11.43 distutils.command.install_lib -- Install library files from a package
- 11.44 distutils.command.install_scripts -- Install script files from a package
- 11.45 distutils.command.register -- Register a module with the Python Package Index
- 11.46 Creating a new Distutils command