.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/pzserver_tutorial.ipynb
docs/notebooks/examples/upload_example.csv
docs/notebooks/examples/upload_example.html
docs/notebooks/examples/upload_example.ipynb
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
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/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/top_level.txt
tests/.pylintrc
tests/pzserver/conftest.py
tests/pzserver/test_catalog.py