![]() |
openGPMP
Open Source Mathematics Package
|
Warning Do not edit the source
.py
files.
The Python API leverages SWIG for generating each modules wrapper and corresponding shared object file. Edits to the Python API are done through :
setup.py
file seen in the root directory of this project. This file takes care of the SWIG process and creating a PyPI wheel..i
) contains the information needed to compile and generate the necessary files for the module.__init__.py
file that contains the import information for each module.