Package distutils :: Package command :: Module config
[hide private]
[frames] | no frames]

Module config

distutils.command.config

Implements the Distutils 'config' command, a (mostly) empty command class that exists mainly to be sub-classed by specific module distributions and applications. The idea is that while every "config" command is different, at least they're all named the same, and users always see "config" in the list of standard commands. Also, this is a good place to put common configure-like tasks: "try to compile this C code", or "figure out where this header file lives".

Classes [hide private]
config
Functions [hide private]
 
dump_file(filename, head=None)
Variables [hide private]
  __revision__ = '$Id: config.py 37828 2004-11-10 22:23:15Z loew...
  LANG_EXT = {'c': '.c', 'c++': '.cxx'}

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, Command, DistutilsExecError, customize_compiler, log


Variables Details [hide private]

__revision__

Value:
'$Id: config.py 37828 2004-11-10 22:23:15Z loewis $'