The MakeConfigCommand class is accessible via the paste.script.appinstall module.
[(False, '/home/ianb/.paste/config/sysconfig.py'), (False, '/etc/paste/sysconfig.py'), (False, '/usr/local/etc/paste/sysconfig.py'), (True, 'paste.script.default_sysconfig')]
' Note: this is an experimental command, and it will probably change\n in several ways by the next release.\n\n make-config is part of a two-phase installation process (the\n second phase is setup-app). make-config installs the package\n (using easy_install) and asks it to create a bare configuration\n file or directory (possibly filling in defaults from the extra\n variables you give).\n '
Return the value of the given option in the first sysconfig module in which it is found, or default (None) if not found in any.
Return the option value for the given name in all the sysconfig modules in which is is found ([] if none).
Call the specified function in the first sysconfig module it is defined in. NameError if no function is found.
Call all the named functions in the sysconfig modules, returning a list of the return values.
Return the folded results of calling the install_variables() functions.
This gets a distribution object, and installs the distribution if required.
See the source for more information.