Simple, platform-independent command-line tool to manage scientific projects.
sspm requires Python 3.10 or newer to run. To install, run the following from a console:
$ pip install pysspmYou can check the installation with:
$ sspm versionAlternatively, you can use the following calls to install sspm in editable mode for development:
$ git clone https://github.com/aarpon/pysspm.git
$ cd pysspm
$ pip install -e .The end-user documentation can be found in docs/index.html.
To build the developer documentation, use the following:
$ cd pysspm
$ .\build_docs.bat # Windows
$ ./build_docs.sh # Linux or macOSThe generated documentation will be in docs/api.