.copier-answers.yml
.gitignore
.pre-commit-config.yaml
.readthedocs.yml
LICENSE
README.md
__init__.py
pyproject.toml
requirements-dev.txt
requirements.txt
.devcontainer/Dockerfile
.devcontainer/devcontainer.json
.devcontainer/docker-compose.yml
.github/workflows/build-documentation.yml
.github/workflows/linting.yml
.github/workflows/publish-to-pypi.yml
.github/workflows/smoke-test.yml
.github/workflows/testing-and-coverage.yml
docs/Makefile
docs/conf.py
docs/index.rst
docs/installation.rst
docs/make.bat
docs/nbs.rst
docs/notebooks/0_introduction.ipynb
docs/notebooks/1_specz_catalogs.ipynb
docs/notebooks/2_training_sets.ipynb
docs/notebooks/example.csv
docs/notebooks/example.html
docs/notebooks/example.ipynb
docs/notebooks/public-specz-compilation.ipynb
docs/notebooks/public-training-set-des-dr2.ipynb
docs/notebooks/images/ScreenShotTokenGenerator.png
docs/notebooks/images/ScreenShotTokenMenu.png
docs/notebooks/images/ScreenshotProductListButtons.png
docs/notebooks/images/linea.png
docs/notebooks/images/linea_darkblue.png
docs/notebooks/images/rubin.png
docs/notebooks/rst/0_introduction.rst
docs/notebooks/rst/1_specz_catalogs.rst
docs/notebooks/rst/2_training_sets.rst
docs/notebooks/rst/output_18_0.png
docs/notebooks/rst/output_20_0.png
docs/notebooks/rst/output_22_1.png
src/.pylintrc
src/pzserver/__init__.py
src/pzserver/_version.py
src/pzserver/catalog.py
src/pzserver/communicate.py
src/pzserver/core.py
src/pzserver/pipeline.py
src/pzserver/process.py
src/pzserver/upload.py
src/pzserver.egg-info/PKG-INFO
src/pzserver.egg-info/SOURCES.txt
src/pzserver.egg-info/dependency_links.txt
src/pzserver.egg-info/requires.txt
src/pzserver.egg-info/top_level.txt
tests/.pylintrc
tests/pzserver/conftest.py
tests/pzserver/test_catalog.py