Python library of the Satellite Power Input Simulator (SPIS).
- None
This library is available in the PyPI repository, and can be installed with the following command:
pip install pyspis
Or, directly from the source files:
python setup.py install
The documentation page is available here. Instructions to build the documentation page are described below.
Contributing instructions are also available here.
- Sphinx - v6.1.3
- sphinx-rtd-theme - v1.1.1
The documentation pages can be built with Sphinx by running the following command inside the docs
folder:
make html
TODO
This project is licensed under LGPLv3 license.