Lines Matching refs:synopsis
12 :synopsis: The core Distutils functionality
294 :synopsis: Abstract CCompiler class
781 :synopsis: UNIX C Compiler
810 :synopsis: Microsoft Compiler
855 :synopsis: OS/2 EMX Compiler support
866 :synopsis: Utility functions for creating archive files (tarballs, zip files, ...)
909 :synopsis: Utility functions for simple dependency checking
952 :synopsis: Utility functions for operating on directories and directory trees
1019 :synopsis: Utility functions for operating on single files
1077 :synopsis: Miscellaneous other utility functions
1248 :synopsis: Provides the Distribution class, which represents the module distribution being
1260 :synopsis: Provides the Extension class, used to describe C/C++ extension modules in setup
1275 :synopsis: Provides the debug flag for distutils
1285 :synopsis: Provides standard distutils exceptions
1300 :synopsis: Additional getopt functionality
1381 :synopsis: The FileList class, used for poking about the file system and
1393 :synopsis: A simple logging mechanism, 282-style
1400 :synopsis: Provides the spawn() function
1413 :synopsis: Low-level access to configuration information of the Python interpreter.
1525 :synopsis: provides the TextFile class, a simple interface to text files
1664 :synopsis: implements classes that represent module version numbers.
1679 :synopsis: This module provides the abstract base class Command. This class
1772 :synopsis: This subpackage contains one module for each standard Distutils command.
1783 :synopsis: Build a binary installer for a package
1793 :synopsis: Abstract base class for packagers
1803 :synopsis: Build a "dumb" installer - a simple archive of files
1813 :synopsis: Build a binary distribution as a Windows MSI file
1831 :synopsis: Build a binary distribution as a Redhat RPM and SRPM
1841 :synopsis: Build a Windows installer
1851 :synopsis: Build a source distribution
1861 :synopsis: Build all files of a package
1871 :synopsis: Build any C libraries in a package
1881 :synopsis: Build any extensions in a package
1891 :synopsis: Build the .py/.pyc files of a package
1898 :synopsis: Build the scripts of a package
1908 :synopsis: Clean a package build area
1922 :synopsis: Perform package configuration
1932 :synopsis: Install a package
1942 :synopsis: Install data files from a package
1952 :synopsis: Install C/C++ header files from a package
1962 :synopsis: Install library files from a package
1972 :synopsis: Install script files from a package
1982 :synopsis: Register a module with the Python Package Index
1995 :synopsis: Check the metadata of a package