scipy_core -- SciPy core modules: scipy_{distutils,test,base}
http://www.scipy.org
SciPy is an open source library of scientific tools for Python. SciPy supplements the popular Numeric module, gathering a variety of high level science and engineering modules together as a single package. scipy_core is the core utilities needed by scipy, including scipy_distutils, which is used by SciPy and many other scientific packages for building and installation. scipy_distutils differs from distutils in that it supports Fortran code, among other things of importance to scientific developers.