.dockerignore
.gitignore
.pre-commit-config.yaml
.python-version
.readthedocs.yaml
.yamllint.yaml
LICENSE
Makefile
README.md
alembic.ini
docker-compose.yaml
load_script.sh
pyproject.toml
tailwind.config.js
uv.lock
.github/ISSUE_TEMPLATE/0-general_issue.md
.github/ISSUE_TEMPLATE/1-bug_report.md
.github/ISSUE_TEMPLATE/2-feature_request.md
.github/workflows/ci.yaml
.github/workflows/publish-to-pypi.yml
.github/workflows/testing-and-coverage.yml
alembic/README.md
alembic/env.py
alembic/script.py.mako
docker/Dockerfile
docs/Makefile
docs/conf.py
docs/index.rst
docs/requirements.txt
docs/api/rail_pz_service.client.cli.client_options.rst
docs/api/rail_pz_service.client.cli.rst
docs/api/rail_pz_service.client.cli.wrappers.rst
docs/api/rail_pz_service.client.rst
docs/api/rail_pz_service.common.rst
docs/api/rail_pz_service.config.rst
docs/api/rail_pz_service.db.cli.admin_options.rst
docs/api/rail_pz_service.db.cli.rst
docs/api/rail_pz_service.db.cli.wrappers.rst
docs/api/rail_pz_service.db.rst
docs/api/rail_pz_service.models.rst
docs/api/rail_pz_service.rst
docs/source/concepts.rst
docs/source/contributing.rst
docs/source/creating_a_request.rst
docs/source/exploring_request_results.rst
docs/source/initalizing_db.rst
docs/source/installation.rst
docs/source/overview.rst
docs/source/pz_rail_service_admin_cli.rst
docs/source/pz_rail_service_client_cli.rst
docs/source/pz_rail_service_server.rst
docs/source/pz_rail_service_worker.rst
docs/source/running_a_request.rst
docs/source/uploading_a_dataset.rst
docs/source/uploading_a_model.rst
docs/source/uploading_an_estimator.rst
script/README.md
script/bootstrap_uv
src/pz_rail_service.egg-info/PKG-INFO
src/pz_rail_service.egg-info/SOURCES.txt
src/pz_rail_service.egg-info/dependency_links.txt
src/pz_rail_service.egg-info/entry_points.txt
src/pz_rail_service.egg-info/requires.txt
src/pz_rail_service.egg-info/top_level.txt
src/rail_pz_service/__init__.py
src/rail_pz_service/_version.py
src/rail_pz_service/config.py
src/rail_pz_service/client/__init__.py
src/rail_pz_service/client/algorithm.py
src/rail_pz_service/client/catalog_tag.py
src/rail_pz_service/client/client.py
src/rail_pz_service/client/clientconfig.py
src/rail_pz_service/client/dataset.py
src/rail_pz_service/client/estimator.py
src/rail_pz_service/client/load.py
src/rail_pz_service/client/model.py
src/rail_pz_service/client/py.typed
src/rail_pz_service/client/request.py
src/rail_pz_service/client/wrappers.py
src/rail_pz_service/client/cli/__init__.py
src/rail_pz_service/client/cli/algorithm.py
src/rail_pz_service/client/cli/catalog_tag.py
src/rail_pz_service/client/cli/client_options.py
src/rail_pz_service/client/cli/dataset.py
src/rail_pz_service/client/cli/estimator.py
src/rail_pz_service/client/cli/load.py
src/rail_pz_service/client/cli/main.py
src/rail_pz_service/client/cli/model.py
src/rail_pz_service/client/cli/py.typed
src/rail_pz_service/client/cli/request.py
src/rail_pz_service/client/cli/wrappers.py
src/rail_pz_service/common/__init__.py
src/rail_pz_service/common/common_options.py
src/rail_pz_service/common/errors.py
src/rail_pz_service/common/py.typed
src/rail_pz_service/common/test_files.py
src/rail_pz_service/db/__init__.py
src/rail_pz_service/db/algorithm.py
src/rail_pz_service/db/base.py
src/rail_pz_service/db/cache.py
src/rail_pz_service/db/catalog_tag.py
src/rail_pz_service/db/dataset.py
src/rail_pz_service/db/estimator.py
src/rail_pz_service/db/model.py
src/rail_pz_service/db/py.typed
src/rail_pz_service/db/request.py
src/rail_pz_service/db/row.py
src/rail_pz_service/db/cli/__init__.py
src/rail_pz_service/db/cli/admin.py
src/rail_pz_service/db/cli/admin_options.py
src/rail_pz_service/db/cli/algorithm.py
src/rail_pz_service/db/cli/catalog_tag.py
src/rail_pz_service/db/cli/dataset.py
src/rail_pz_service/db/cli/estimator.py
src/rail_pz_service/db/cli/load.py
src/rail_pz_service/db/cli/model.py
src/rail_pz_service/db/cli/py.typed
src/rail_pz_service/db/cli/request.py
src/rail_pz_service/db/cli/wrappers.py
src/rail_pz_service/models/__init__.py
src/rail_pz_service/models/algorithm.py
src/rail_pz_service/models/catalog_tag.py
src/rail_pz_service/models/dataset.py
src/rail_pz_service/models/download.py
src/rail_pz_service/models/estimator.py
src/rail_pz_service/models/load.py
src/rail_pz_service/models/model.py
src/rail_pz_service/models/request.py
src/rail_pz_service/server/__init__.py
src/rail_pz_service/server/logging.py
src/rail_pz_service/server/main.py
src/rail_pz_service/server/py.typed
src/rail_pz_service/server/web_app.py
src/rail_pz_service/server/worker.py
src/rail_pz_service/server/pages/__init__.py
src/rail_pz_service/server/routers/__init__.py
src/rail_pz_service/server/routers/algorithm.py
src/rail_pz_service/server/routers/catalog_tag.py
src/rail_pz_service/server/routers/dataset.py
src/rail_pz_service/server/routers/estimator.py
src/rail_pz_service/server/routers/healthz.py
src/rail_pz_service/server/routers/index.py
src/rail_pz_service/server/routers/load.py
src/rail_pz_service/server/routers/model.py
src/rail_pz_service/server/routers/py.typed
src/rail_pz_service/server/routers/request.py
src/rail_pz_service/server/routers/v1.py
src/rail_pz_service/server/routers/wrappers.py
src/rail_pz_service/server/static/css/output.css
src/rail_pz_service/server/static/css/styles.css
src/rail_pz_service/server/static/images/horse.png
src/rail_pz_service/server/static/images/lsst_white_logo.png
src/rail_pz_service/server/static/js/ag-grid-community.min.js
src/rail_pz_service/server/static/js/htmx.min.js
src/rail_pz_service/server/static/js/script-grid-utils.js
src/rail_pz_service/server/static/js/tree_check_boxes.js
src/rail_pz_service/server/static/js/tree_view.js
src/rail_pz_service/server/templates/pages/base.html
src/rail_pz_service/server/templates/pages/standard.html
src/rail_pz_service/server/templates/pages/tree.html
src/rail_pz_service/server/templates/partials/explore_controls.html
src/rail_pz_service/server/templates/partials/explore_display.html
src/rail_pz_service/server/templates/partials/hidden_fields.html
src/rail_pz_service/server/templates/partials/load_dataset.html
src/rail_pz_service/server/templates/partials/load_dataset_from_values.html
src/rail_pz_service/server/templates/partials/load_estimator.html
src/rail_pz_service/server/templates/partials/load_model.html
src/rail_pz_service/server/templates/partials/run_request.html
src/rail_pz_service/server/templates/partials/select_algo.html
src/rail_pz_service/server/templates/partials/select_bar.html
src/rail_pz_service/server/templates/partials/select_dataset.html
src/rail_pz_service/server/templates/partials/select_estimator.html
src/rail_pz_service/server/templates/partials/select_model.html
src/rail_pz_service/server/templates/partials/select_request.html
src/rail_pz_service/server/templates/partials/show_algorithm.html
src/rail_pz_service/server/templates/partials/show_algorithm_form.html
src/rail_pz_service/server/templates/partials/show_catalog_tag.html
src/rail_pz_service/server/templates/partials/show_catalog_tag_form.html
src/rail_pz_service/server/templates/partials/show_dataset.html
src/rail_pz_service/server/templates/partials/show_dataset_form.html
src/rail_pz_service/server/templates/partials/show_estimator.html
src/rail_pz_service/server/templates/partials/show_estimator_form.html
src/rail_pz_service/server/templates/partials/show_model.html
src/rail_pz_service/server/templates/partials/show_model_form.html
src/rail_pz_service/server/templates/partials/show_request.html
src/rail_pz_service/server/templates/partials/show_request_form.html
src/rail_pz_service/server/templates/partials/welcome.html
tests/conftest.py
tests/client/__init__.py
tests/client/cli/__init__.py
tests/client/cli/test_algorithm.py
tests/client/cli/test_catalog_tag.py
tests/client/cli/test_dataset.py
tests/client/cli/test_estimator.py
tests/client/cli/test_load.py
tests/client/cli/test_model.py
tests/client/cli/test_request.py
tests/client/cli/test_run.py
tests/client/cli/util_functions.py
tests/db/__init__.py
tests/db/conftest.py
tests/db/test_algorithm.py
tests/db/test_cache.py
tests/db/test_catalog_tag.py
tests/db/test_dataset.py
tests/db/test_estimator.py
tests/db/test_model.py
tests/db/test_request.py
tests/db/util_functions.py
tests/db/cli/__init__.py
tests/db/cli/test_algorithm.py
tests/db/cli/test_catalog_tag.py
tests/db/cli/test_dataset.py
tests/db/cli/test_estimator.py
tests/db/cli/test_load.py
tests/db/cli/test_model.py
tests/db/cli/test_request.py
tests/db/cli/test_run.py
tests/db/cli/util_functions.py
tests/server/__init__.py
tests/server/routers/__init__.py
tests/server/routers/test_algorithm.py
tests/server/routers/test_catalog_tag.py
tests/server/routers/test_dataset.py
tests/server/routers/test_estimator.py
tests/server/routers/test_load.py
tests/server/routers/test_model.py
tests/server/routers/test_request.py
tests/server/routers/test_trivial.py
tests/server/routers/util_functions.py