A simplified python interface to COPASI

BasiCO This project hosts a simplified python interface to COPASI. While all functionality from COPASI is exposed via automatically generated SWIG wrappers, this package aims to add a layer on top of that, to hide most of the complexity away when calling COPASI functions. Installation The package works with python 2.x and python 3.x, provided the following packages are installed: pandas and python-copasi are freely available on pypi. Once done, just have the basico directory in the PYTHONPATH or sys.path. […]

Read more