Package distutils :: Module dist
[hide private]
[frames] | no frames]

Module dist

distutils.dist

Provides the Distribution class, which represents the module distribution being built/installed/distributed.

Classes [hide private]
Distribution
The core of the Distutils.
DistributionMetadata
Dummy class to hold the distribution meta-data: name, version, author, and so forth.
Functions [hide private]
 
fix_help_options(options)
Convert a 4-tuple 'help_options' list as found in various command classes to the 3-tuple form required by FancyGetopt.
Variables [hide private]
  __revision__ = '$Id: dist.py 38697 2005-03-23 18:54:36Z loewis $'
  command_re = re.compile(r'^[a-zA-Z]([a-zA-Z0-9_]*)$')

Imports: sys, os, string, re, IntType, TypeType, BooleanType, CodeType, UnboundMethodType, StringType, BuiltinMethodType, FloatType, DictionaryType, NotImplementedType, BuiltinFunctionType, DictProxyType, GeneratorType, InstanceType, ObjectType, DictType, GetSetDescriptorType, FileType, EllipsisType, StringTypes, ListType, MethodType, TupleType, ModuleType, FrameType, LongType, BufferType, TracebackType, ClassType, MemberDescriptorType, UnicodeType, SliceType, ComplexType, LambdaType, FunctionType, XRangeType, NoneType, copy, warnings, DistutilsPlatformError, DistutilsArgError, LibError, DistutilsInternalError, DistutilsSetupError, DistutilsOptionError, DistutilsClassError, DistutilsModuleError, DistutilsFileError, CCompilerError, CompileError, LinkError, DistutilsExecError, DistutilsGetoptError, DistutilsTemplateError, DistutilsError, UnknownFileError, PreprocessError, FancyGetopt, translate_longopt, check_environ, strtobool, rfc822_escape, log, DEBUG