Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 829 Bytes

README.md

File metadata and controls

40 lines (26 loc) · 829 Bytes

sasquatch

Rubin Observatory telemetry and metrics service Learn more at https://sasquatch.lsst.io

Install from PyPI:

pip install sasquatch

sasquatch is developed by Rubin Observatory at https://github.com/lsst-sqre/sasquatch.

Features

Developing sasquatch

The best way to start contributing to sasquatch is by cloning this repository, creating a virtual environment, and running the make init command:

git clone https://github.com/lsst-sqre/sasquatch.git
cd sasquatch
make init

You can run tests and build documentation with tox:

tox

To learn more about the individual environments:

tox -av

See the docs for more information.