.gitignore
.pre-commit-config.yaml
CLAUDE.md
LICENSE
Makefile
README.md
pyproject.toml
.github/workflows/linting.yml
.github/workflows/publish-to-pypi.yml
.github/workflows/smoke-test.yml
.github/workflows/testing-and-coverage.yml
nb/Untitled.ipynb
nb/Untitled1.ipynb
src/pz_rail_svc.egg-info/PKG-INFO
src/pz_rail_svc.egg-info/SOURCES.txt
src/pz_rail_svc.egg-info/dependency_links.txt
src/pz_rail_svc.egg-info/entry_points.txt
src/pz_rail_svc.egg-info/requires.txt
src/pz_rail_svc.egg-info/top_level.txt
src/rail_svc/__init__.py
src/rail_svc/_version.py
src/rail_svc/common.py
src/rail_svc/config.py
src/rail_svc/cli/__init__.py
src/rail_svc/cli/common_options.py
src/rail_svc/cli/load_commands.py
src/rail_svc/cli/local/__init__.py
src/rail_svc/cli/local/base.py
src/rail_svc/cli/local/funcs.py
src/rail_svc/cli/local/top.py
src/rail_svc/cli/remote/__init__.py
src/rail_svc/cli/remote/base.py
src/rail_svc/cli/remote/funcs.py
src/rail_svc/cli/remote/top.py
src/rail_svc/cli/server/__init__.py
src/rail_svc/cli/server/options.py
src/rail_svc/cli/server/top.py
src/rail_svc/client/__init__.py
src/rail_svc/client/base.py
src/rail_svc/client/client.py
src/rail_svc/client/funcs.py
src/rail_svc/db/__init__.py
src/rail_svc/db/algorithm.py
src/rail_svc/db/band.py
src/rail_svc/db/base.py
src/rail_svc/db/catalog_band_assoc.py
src/rail_svc/db/catalog_tag.py
src/rail_svc/db/dataset.py
src/rail_svc/db/dataset_assoc.py
src/rail_svc/db/estimates.py
src/rail_svc/db/estimator.py
src/rail_svc/db/model.py
src/rail_svc/db/session.py
src/rail_svc/db_funcs/__init__.py
src/rail_svc/db_funcs/delete.py
src/rail_svc/db_funcs/filter.py
src/rail_svc/db_funcs/read.py
src/rail_svc/db_funcs/update.py
src/rail_svc/db_oper/__init__.py
src/rail_svc/db_oper/algorithm.py
src/rail_svc/db_oper/band.py
src/rail_svc/db_oper/base.py
src/rail_svc/db_oper/catalog_band_assoc.py
src/rail_svc/db_oper/catalog_funcs.py
src/rail_svc/db_oper/catalog_tag.py
src/rail_svc/db_oper/dataset.py
src/rail_svc/db_oper/dataset_assoc.py
src/rail_svc/db_oper/estimates.py
src/rail_svc/db_oper/estimation_funcs.py
src/rail_svc/db_oper/estimator.py
src/rail_svc/db_oper/model.py
src/rail_svc/db_oper/wrappers.py
src/rail_svc/local_async/__init__.py
src/rail_svc/local_async/base.py
src/rail_svc/local_async/funcs.py
src/rail_svc/local_sync/__init__.py
src/rail_svc/local_sync/base.py
src/rail_svc/local_sync/funcs.py
src/rail_svc/models/__init__.py
src/rail_svc/models/algorithm.py
src/rail_svc/models/band.py
src/rail_svc/models/catalog_band_assoc.py
src/rail_svc/models/catalog_tag.py
src/rail_svc/models/dataset.py
src/rail_svc/models/dataset_assoc.py
src/rail_svc/models/estimates.py
src/rail_svc/models/estimator.py
src/rail_svc/models/filtering.py
src/rail_svc/models/model.py
src/rail_svc/models/utils.py
src/rail_svc/models/web.py
src/rail_svc/rail_funcs/__init__.py
src/rail_svc/rail_funcs/catalog_funcs.py
src/rail_svc/rail_funcs/wrappers.py
src/rail_svc/remote_async/__init__.py
src/rail_svc/remote_async/base.py
src/rail_svc/remote_async/funcs.py
src/rail_svc/remote_sync/__init__.py
src/rail_svc/remote_sync/base.py
src/rail_svc/remote_sync/funcs.py
src/rail_svc/router/__init__.py
src/rail_svc/router/app.py
src/rail_svc/router/base.py
src/rail_svc/router/funcs.py
tests/__init__.py
tests/conftest.py
tests/test_common.py
tests/test_config.py
tests/cli/local/test_cli_local_base.py
tests/cli/local/test_cli_local_funcs.py
tests/cli/local/test_cli_local_load_read.py
tests/cli/local/test_cli_local_top.py
tests/cli/remote/test_cli_remote.py
tests/cli/remote/test_cli_remote_base.py
tests/cli/remote/test_cli_remote_funcs.py
tests/cli/remote/test_cli_remote_load_read.py
tests/cli/server/test_server.py
tests/client/test_client.py
tests/client/test_client_base.py
tests/client/test_client_extended.py
tests/client/test_client_funcs.py
tests/db/test_base.py
tests/db/test_db_algorithm.py
tests/db/test_db_band.py
tests/db/test_db_catalog_band_assoc.py
tests/db/test_db_catalog_tag.py
tests/db/test_db_dataset.py
tests/db/test_db_dataset_assoc.py
tests/db/test_db_estimates.py
tests/db/test_db_estimator.py
tests/db/test_db_model.py
tests/db/test_db_session.py
tests/db/test_db_shared.py
tests/db_funcs/__init__.py
tests/db_funcs/fake_db.py
tests/db_funcs/test_delete.py
tests/db_funcs/test_filter.py
tests/db_funcs/test_read.py
tests/db_funcs/test_update.py
tests/db_oper/__init__.py
tests/db_oper/test_catalog_funcs.py
tests/db_oper/test_dataset_load.py
tests/db_oper/test_db_oper_algorithm.py
tests/db_oper/test_db_oper_band.py
tests/db_oper/test_db_oper_base.py
tests/db_oper/test_db_oper_catalog_band_assoc.py
tests/db_oper/test_db_oper_catalog_tag.py
tests/db_oper/test_db_oper_dataset.py
tests/db_oper/test_db_oper_dataset_assoc.py
tests/db_oper/test_db_oper_estimates.py
tests/db_oper/test_db_oper_estimator.py
tests/db_oper/test_db_oper_model.py
tests/db_oper/test_db_oper_shared.py
tests/db_oper/test_estimates_load.py
tests/db_oper/test_estimation_funcs.py
tests/db_oper/test_model_load.py
tests/db_oper/test_wrappers.py
tests/local_async/__init__.py
tests/local_async/test_local_async_base.py
tests/local_async/test_local_async_funcs.py
tests/local_sync/test_local_sync_base.py
tests/local_sync/test_local_sync_funcs.py
tests/models/test_algorithm.py
tests/models/test_band.py
tests/models/test_catalog_band_assoc.py
tests/models/test_catalog_tag.py
tests/models/test_dataset.py
tests/models/test_dataset_assoc.py
tests/models/test_estimates.py
tests/models/test_estimator.py
tests/models/test_filtering.py
tests/models/test_model.py
tests/models/test_models_shared.py
tests/models/test_utils.py
tests/models/test_web.py
tests/rail_funcs/test_catalog_funcs.py
tests/rail_funcs/test_estimtation_funcs.py
tests/remote_async/test_remote_async.py
tests/remote_async/test_remote_async_base.py
tests/remote_async/test_remote_async_funcs.py
tests/remote_sync/test_remote_sync.py
tests/remote_sync/test_remote_sync_base.py
tests/remote_sync/test_remote_sync_funcs.py
tests/router/__init__.py
tests/router/test_app.py
tests/router/test_funcs.py
tests/router/test_router_base.py
tests/router/test_router_custom_endpoints.py