Utility functions for the Rubin Science Platform
Project description
lsst-rsp
This Python package provides utility functions for the Rubin Science Platform, primarily for use within the Notebook Aspect. These utility functions are documented in the Notebook aspect documentation for the Rubin Science Platform.
Installation
The package can be installed from PyPI:
pip install lsst-rsp
However, most functionality of lsst-rsp is only useful inside a Rubin Science Platform JupyterLab container. This package is pre-installed in the standard containers.
Development
The best way to start contributing to lsst-rsp is by cloning this repository, creating a virtual environment, and running the make init command:
git clone https://github.com/lsst-sqre/lsst-rsp.git
cd lsst-rsp
make init
You can run tests with tox:
tox run
To learn more about the individual environments:
tox list
Developing on the RSP
The LSST kernel in the RSP sciplat-lab image already has a release version of lsst-rsp included.
If you want to use a development version, you can install a newer version locally in your home directory.
In a terminal session, run the following commands:
mkdir -p ${HOME}/src
cd ${HOME}/src
git clone https://github.com/lsst-sqre/lsst-rsp
cd lsst-rsp
pip install .
You can now import functions from lsst.rsp in a notebook and should see the new version of the code.
If you already imported functions from lsst.rsp in your session, you will need to restart your kernel before the new version of lsst.rsp will be visible.
If you make any additional local changes, you will need to restart the kernel to see those changes.
Uninstalling a development version from the RSP
Once you have installed a development version, that version will shadow the release version until you explicitly uninstall it. You will therefore want to uninstall the development version once you're done testing. To do that, run the following in a terminal window:
pip uninstall lsst-rsp
You will be prompted to confirm the removal of your local version. As before, after running this command, you will need to restart your kernel to return to using the released version.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file lsst_rsp-0.11.0.tar.gz.
File metadata
- Download URL: lsst_rsp-0.11.0.tar.gz
- Upload date:
- Size: 148.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.9.24 {"installer":{"name":"uv","version":"0.9.24","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d3358a8305b7de783285256d8eff4e51001d9a239576edcb1bc1e85ce02611fc
|
|
| MD5 |
b3cb4f3fb529d2102c40114845914152
|
|
| BLAKE2b-256 |
0541dd939a779e6f06266b85ec49fe672ce06f432682c0ebb667e3d01c007a14
|
File details
Details for the file lsst_rsp-0.11.0-py3-none-any.whl.
File metadata
- Download URL: lsst_rsp-0.11.0-py3-none-any.whl
- Upload date:
- Size: 47.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.9.24 {"installer":{"name":"uv","version":"0.9.24","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2a78068fb9b021bd0cff84214634f2368810b1e76d7808fdb49bcc4192fef831
|
|
| MD5 |
3711cb6252b5511a9d447ecb6ec2627b
|
|
| BLAKE2b-256 |
525e413d4d56635d632a3fafbfe2d6cdaf31f6b498a7957500da8c4494491759
|