.gitignore
.pre-commit-config.yaml
CHANGELOG.md
LICENSE
MANIFEST.in
Makefile
README.md
pyproject.toml
ruff-shared.toml
tox.ini
uv.lock
.github/CODE_OF_CONDUCT
.github/CONTRIBUTING.md
.github/dependabot.yml
.github/workflows/ci.yaml
.github/workflows/periodic-ci.yaml
changelog.d/_template.md.jinja
scripts/update-uv-version.sh
src/lsst/__init__.py
src/lsst/rsp/__init__.py
src/lsst/rsp/_discovery.py
src/lsst/rsp/_exceptions.py
src/lsst/rsp/_history.py
src/lsst/rsp/_services.py
src/lsst/rsp/_version.py
src/lsst/rsp/catalog.py
src/lsst/rsp/client.py
src/lsst/rsp/log.py
src/lsst/rsp/py.typed
src/lsst/rsp/service.py
src/lsst/rsp/utils.py
src/lsst_rsp.egg-info/PKG-INFO
src/lsst_rsp.egg-info/SOURCES.txt
src/lsst_rsp.egg-info/dependency_links.txt
src/lsst_rsp.egg-info/requires.txt
src/lsst_rsp.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/discovery_test.py
tests/history_test.py
tests/services_test.py
tests/utils_test.py
tests/version_test.py
tests/data/discovery/empty.json
tests/data/discovery/full.json
tests/data/discovery/idfdev_efd-invalid.json
tests/data/discovery/idfdev_efd.json
tests/data/discovery/syntax.json
tests/data/discovery/v1-invalid.json
tests/data/discovery/v1.json
tests/data/files/README.md
tests/data/files/etc/nublado/environment/EXTERNAL_INSTANCE_URL
tests/data/files/etc/nublado/secrets/aws-credentials.ini
tests/data/files/etc/nublado/secrets/postgres-credentials.txt
tests/data/files/etc/nublado/secrets/token
tests/data/responses/resp-ssotap-2.xml
tests/data/responses/resp-ssotap-5.xml
tests/data/responses/resp-ssotap.xml
tests/data/responses/resp-tap-0.xml
tests/data/responses/resp-tap-5.xml
tests/data/responses/resp-tap.xml
tests/data/responses/sia-capabilities.xml
tests/data/responses/tap-capabilities.xml