Lines Matching refs:synopsis
22 :synopsis: The core Distutils functionality
319 :synopsis: Abstract CCompiler class
806 :synopsis: UNIX C Compiler
835 :synopsis: Microsoft Compiler
880 :synopsis: Utility functions for creating archive files (tarballs, zip files, ...)
931 :synopsis: Utility functions for simple dependency checking
974 :synopsis: Utility functions for operating on directories and directory trees
1040 :synopsis: Utility functions for operating on single files
1098 :synopsis: Miscellaneous other utility functions
1291 :synopsis: Provides the Distribution class, which represents the module distribution being
1303 :synopsis: Provides the Extension class, used to describe C/C++ extension modules in setup
1318 :synopsis: Provides the debug flag for distutils
1328 :synopsis: Provides standard distutils exceptions
1343 :synopsis: Additional getopt functionality
1422 :synopsis: The FileList class, used for poking about the file system and
1434 :synopsis: A simple logging mechanism, :pep:`282`-style
1441 :synopsis: Provides the spawn() function
1454 :synopsis: Low-level access to configuration information of the Python interpreter.
1571 :synopsis: Provides the TextFile class, a simple interface to text files
1710 :synopsis: Implements classes that represent module version numbers.
1725 :synopsis: Provides the abstract base class :class:`~distutils.cmd.Command`. This class
1818 :synopsis: Contains one module for each standard Distutils command.
1829 :synopsis: Build a binary installer for a package
1839 :synopsis: Abstract base class for packagers
1849 :synopsis: Build a "dumb" installer - a simple archive of files
1859 :synopsis: Build a binary distribution as a Windows MSI file
1875 :synopsis: Build a binary distribution as a Redhat RPM and SRPM
1885 :synopsis: Build a source distribution
1895 :synopsis: Build all files of a package
1905 :synopsis: Build any C libraries in a package
1915 :synopsis: Build any extensions in a package
1925 :synopsis: Build the .py/.pyc files of a package
1953 :synopsis: Build the scripts of a package
1963 :synopsis: Clean a package build area
1977 :synopsis: Perform package configuration
1987 :synopsis: Install a package
1997 :synopsis: Install data files from a package
2007 :synopsis: Install C/C++ header files from a package
2017 :synopsis: Install library files from a package
2027 :synopsis: Install script files from a package
2037 :synopsis: Register a module with the Python Package Index
2050 :synopsis: Check the meta-data of a package