The native implementation of the Simphony cuds objects and io code.
Simphony-common is hosted on github: https://github.com/simphony/simphony-common
The package requires python 2.7.x, installation is based on setuptools:
# build and install python setup.py install
or:
# build for inplace development python setup.py install
To run the full test-suite run:
python -m unittest discover
There are three subpackages:
- core -- used for common low level classes and utility code
- cuds -- to hold all the native cuds implementations
- io -- to hold the io specific code