Package distutils
[hide private]
[frames] | no frames]

Package distutils

distutils

The main package for the Python Module Distribution Utilities.  Normally
used from a setup script as

   from distutils.core import setup

   setup (...)


Version: 2.5.0

Submodules [hide private]

Variables [hide private]
  __revision__ = '$Id: __init__.py 51309 2006-08-16 08:13:26Z ma...

Imports: dist, archive_util, bcppcompiler, ccompiler, cmd, command, core, cygwinccompiler, debug, dep_util, dir_util, emxccompiler, errors, extension, fancy_getopt, file_util, filelist, log, msvccompiler, spawn, sysconfig, tests, text_file, unixccompiler, util, version, versionpredicate


Variables Details [hide private]

__revision__

Value:
'$Id: __init__.py 51309 2006-08-16 08:13:26Z marc-andre.lemburg $'