Sqclib is a small python library used for interacting with the SQC validation server. You can find the documentation for the latest version here.
To install the latest version of the library, you can simply use pip. Make sure you have an ssh key with access to the SB-NCBR github organization. It is recommended to create a virtual environment first.
$ python -m venv venv
$ source venv/bin/activate
$ python -m pip install git+https://github.com/sb-ncbr/sqclib.git