numpy.distutils.misc_util.Configuration.todict

Configuration.todict()

Return a dictionary compatible with the keyword arguments of distutils setup function.

Examples

>>> setup(**config.todict())                           

This Page