.copier-answers.yml
.git_archival.txt
.gitattributes
.gitignore
.pre-commit-config.yaml
.readthedocs.yml
.setup_dev.sh
LICENSE
README.md
__init__.py
constraints-rubin-latest-daily.txt
constraints-rubin-recommended.txt
pyproject.toml
requirements-dev.txt
requirements.txt
.devcontainer/Dockerfile
.devcontainer/devcontainer.json
.devcontainer/docker-compose.yml
.github/dependabot.yml
.github/pull_request_template.md
.github/ISSUE_TEMPLATE/0-general_issue.md
.github/ISSUE_TEMPLATE/1-bug_report.md
.github/ISSUE_TEMPLATE/2-feature_request.md
.github/ISSUE_TEMPLATE/README.md
.github/workflows/README.md
.github/workflows/build-documentation.yml
.github/workflows/lowest-versions.yml
.github/workflows/pre-commit-ci.yml
.github/workflows/publish-to-pypi.yml
.github/workflows/rubin-latest-daily-compatibility.yml
.github/workflows/rubin-recommended-compatibility.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/requirements.txt
docs/notebooks/README.md
docs/notebooks/pzserver_tutorial.ipynb
docs/notebooks/rsp_instructions.md
docs/notebooks/examples/upload_example.csv
docs/notebooks/examples/upload_example.html
docs/notebooks/examples/upload_example.ipynb
docs/notebooks/images/crc.png
docs/notebooks/images/tsm1.png
docs/notebooks/images/tsm2.png
docs/notebooks/rst/output_70_1.png
docs/notebooks/rst/output_71_1.png
docs/notebooks/rst/output_78_1.png
docs/notebooks/rst/output_79_1.png
docs/notebooks/rst/pzserver_tutorial.rst
docs/notebooks/templates/desi_edr_galaxies.ipynb
docs/notebooks/templates/public-specz-compilation.ipynb
docs/notebooks/templates/public-training-set-des-dr2.ipynb
docs/notebooks/templates/ztrue_tract_3833.ipynb
docs/notebooks/templates/desi_dr1_qa_from_disk/DESI-DR1-QA-Notebook-NO-CODE.html
docs/notebooks/templates/desi_dr1_qa_from_disk/DESI-DR1-QA-Notebook-WITH-CODE.html
docs/notebooks/templates/desi_dr1_qa_from_disk/DESI-DR1-QA-Notebook.ipynb
docs/notebooks/templates/desi_dr1_qa_from_disk/desi_qa_env.yaml
docs/notebooks/templates/desi_dr1_qa_from_disk/desi_qa_instructions.md
docs/notebooks/templates/desi_dr1_qa_from_disk/mollweide_spatial_distribution.html
docs/notebooks/templates/desi_dr1_qa_from_disk/plate_carree_spatial_distribution.html
docs/pre_executed/README.md
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/product.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/scm_file_list.json
src/pzserver.egg-info/scm_version.json
src/pzserver.egg-info/top_level.txt
tests/pzserver/conftest.py
tests/pzserver/test_catalog.py
tests/pzserver/test_communicate.py
tests/pzserver/test_core.py
tests/pzserver/test_download.py
tests/pzserver/test_get_product.py
tests/pzserver/test_packaging.py
tests/pzserver/test_pipeline.py
tests/pzserver/test_process.py
tests/pzserver/test_product.py
tests/pzserver/test_upload.py