This release is a pre-release and may not be stable for production use.
lsst.resources
This package provides a simple interface to local or remote files using URIs.
from lsst.resources import ResourcePath
file_uri = ResourcePath("/data/file.txt")
contents = file_uri.read()
s3_uri = ResourcePath("s3://bucket/data/file.txt")
contents = s3_uri.read()
The package currently understands file, s3, gs, http[s], and resource (Python package resource) URI schemes as well as a scheme-less URI (relative local file path).
The package provides the main file abstraction layer in the Rubin Observatory Data Butler datastore.
PyPI: lsst-resources
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-resources-25.0.0a20223900.tar.gz.
File metadata
- Download URL: lsst-resources-25.0.0a20223900.tar.gz
- Upload date:
- Size: 51.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/4.0.1 CPython/3.9.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8c70003f20f2ff2eab1ba41e6ad285053c412171d7034c27c6754be921f1cda4
|
|
| MD5 |
792ea585e591e60d236ef32e96d35216
|
|
| BLAKE2b-256 |
1c824502c6ad595f054a83744d65bc8911762c03eb0e12d21e084163452937e9
|
File details
Details for the file lsst_resources-25.0.0a20223900-py3-none-any.whl.
File metadata
- Download URL: lsst_resources-25.0.0a20223900-py3-none-any.whl
- Upload date:
- Size: 60.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/4.0.1 CPython/3.9.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f187dbe20ea903f2bf48eb6364e5b9343ba49f591bb27817147bddf2e2c770aa
|
|
| MD5 |
3617fb1b1203bb8ad9d51e52fcdada2d
|
|
| BLAKE2b-256 |
a1eae8880c341b190c3344259e6df4d25ae84bf0a005a72822bc66e2f474c4da
|