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