Python library for reading and writing Mobius SIM files
This library is compatible with:
- Python 2.x
- Python 3.x (CURRENTLY BROKEN)
- IronPython.
To generate the documentation:
- Install Sphinx:
choco install sphinx
- Execute
.\make_docs.bat
in the root folder.
To run tests:
- Execute
.\run_tests.bat
in the root folder.