This directory tree contains files distributed by X-Division, Lawrence Livermore National Laboratory, in the public interest. The directory contains the following packages:
Lawrence Livermore National Laboratory redistributes this user-contributed software as a service to the Python community. Not all of it was authored at LLNL.
In each subdirectory of this directory we have placed a file README.htm which explains more about it. In each subdirectory, either in the README.htm or in a separate file Credits.htm, we explain the origin of the software to the best of our knowledge. Those parts of the software originated at LLNL are covered by the legal notice in file Legal.htm. All other parts were contributed, to the best of our knowledge, under equivalent terms by their originators. It is in the nature of such efforts that the distinct contributions of the various authors cannot really be tracked.
Each leaf subdirectory contains some or all of the following:
For details on how to build and install these packages, see the INSTALL.htm file.
Important note: if you are building an extension that requires you to use the numerical extension (arrayobject.h) then you MUST add the statement:
import_array()
to the initialization routine for your module in order to initialize it properly.