10. numpy.distutils¶
Enhanced distutils with Fortran compilers support and more.
10.1. Functions¶
parse_flags(line) |
Parse a line from a config file containing compile flags. |
read_config(pkgname[, dirs]) |
Return library info for a package from its configuration file. |
10.2. Classes¶
LibraryInfo(name, description, version, ...) |
Object containing build information about a library. |
Tester |
alias of NoseTester |
VariableSet(d) |
Container object for the variables defined in a config file. |
10.3. Exceptions¶
FormatError(msg) |
Exception thrown when there is a problem parsing a configuration file. |
PkgNotFound(msg) |
Exception raised when a package can not be located. |