Installation
Installing via PyPI
To install in a virtual environment using pip:
python3 -m venv .venv
source .venv/bin/activate
pip install -U testbuddy-g5k
Dependencies
Testbuddy-g5k makes use of ssh(1) and rsync(1).
Testbuddy-g5k depends on the Python3 package Click and has been tested with Python 3.11 on Debian 12.
Contributing
If you would like to contribute to this project, the easiest way to start is to clone the git repository and use Poetry to get a dev environment with all the dependencies.