Service discovery for the Rubin Science Platform Learn more at https://repertoire.lsst.io
Install from PyPI:
pip install repertoire
repertoire is developed by Rubin Observatory at https://github.com/lsst-sqre/repertoire.
The best way to start contributing to repertoire is by cloning this repository, creating a virtual environment, and running the make init
command:
git clone https://github.com/lsst-sqre/repertoire.git
cd repertoire
make init
You can run tests and build documentation with tox:
tox
To learn more about the individual environments:
tox -av