distutils (version 2.7.10)
index
/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/__init__.py
Module Docs

distutils
 
The main package for the Python Module Distribution Utilities.  Normally
used from a setup script as
 
   from distutils.core import setup
 
   setup (...)

 
Package Contents
       
archive_util
bcppcompiler
ccompiler
cmd
command (package)
config
core
cygwinccompiler
debug
dep_util
dir_util
dist
emxccompiler
errors
extension
fancy_getopt
file_util
filelist
log
msvc9compiler
msvccompiler
spawn
sysconfig
tests (package)
text_file
unixccompiler
util
version
versionpredicate

 
Data
        __revision__ = '$Id$'
__version__ = '2.7.10'