Python module to configure, control and monitor IcePAP based systems.
From within your favourite python environment:
pip install icepapAdditionally, if you want to use icepapctl (the icepap CLI), you need some
extra dependencies which can be installed with:
pip install icepap[cli]Note: The CLI requires a python >= 3.6 environment.
icepap is also available on conda-forge. You can install it using conda:
conda install -c conda-forge icepapThe icepap python library in action:
The icepapctl command line tool in action:
The project documentation can be found here or you can build it by executing:
python setup.py build_sphinxThis documentation has been created by sphinx.
You can run tests simply with:
python setup.py testYou can find how to contribute to this project on CONTRIBUTING.md file.