.copier-answers.yml
.gitignore
.gitleaks.toml
.pre-commit-config.yaml
.python-version
Dockerfile
FRONTEND.md
LICENSE
README.md
catalog-info.yaml
config.yaml
pyproject.toml
renovate.json
uv.lock
.devcontainer/devcontainer.json
.github/CONTRIBUTING.md
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/issue.md
.github/PULL_REQUEST_TEMPLATE/pull_request_template.md
.github/pages/index.html
.github/pages/make_switcher.py
.github/workflows/_container.yml
.github/workflows/_dist.yml
.github/workflows/_pypi.yml
.github/workflows/_release.yml
.github/workflows/_test.yml
.github/workflows/_tox.yml
.github/workflows/ci.yml
.vscode/extensions.json
.vscode/launch.json
.vscode/settings.json
.vscode/tasks.json
helm/heliotrapi/.helmignore
helm/heliotrapi/Chart.yaml
helm/heliotrapi/values.yaml
helm/heliotrapi/templates/_helpers.tpl
helm/heliotrapi/templates/configmap.yaml
helm/heliotrapi/templates/deployment.yaml
helm/heliotrapi/templates/ingress.yaml
helm/heliotrapi/templates/service.yaml
images/webui.png
src/heliotrapi/__init__.py
src/heliotrapi/__main__.py
src/heliotrapi/_version.py
src/heliotrapi/client.py
src/heliotrapi/config.py
src/heliotrapi/models.py
src/heliotrapi/server.py
src/heliotrapi.egg-info/PKG-INFO
src/heliotrapi.egg-info/SOURCES.txt
src/heliotrapi.egg-info/dependency_links.txt
src/heliotrapi.egg-info/entry_points.txt
src/heliotrapi.egg-info/requires.txt
src/heliotrapi.egg-info/top_level.txt
src/heliotrapi/analyses/__init__.py
src/heliotrapi/analyses/delay.py
src/heliotrapi/analyses/peak_fitting.py
src/heliotrapi/analyses/simple_maths.py
src/heliotrapi/analyses/workflows.py
src/heliotrapi/analysis_core/__init__.py
src/heliotrapi/analysis_core/decorator.py
src/heliotrapi/analysis_core/loader.py
src/heliotrapi/analysis_core/registry.py
src/heliotrapi/api/__init__.py
src/heliotrapi/api/routes.py
src/heliotrapi/static/app.js
src/heliotrapi/static/style.css
src/heliotrapi/task_queue/__init__.py
src/heliotrapi/task_queue/cleanup.py
src/heliotrapi/task_queue/manager.py
src/heliotrapi/task_queue/rabbitmq.py
src/heliotrapi/templates/index.html
src/heliotrapi/utils/serialisers.py
tests/conftest.py
tests/test_api.py
tests/test_api_routes.py
tests/test_cleanup.py
tests/test_cli.py
tests/test_client.py
tests/test_config.py
tests/test_extra.py
tests/test_gaussian_fit.py
tests/test_loader.py
tests/test_loader_extra.py
tests/test_main.py
tests/test_models.py
tests/test_peak_fitting.py
tests/test_plugins.py
tests/test_queue_manager.py
tests/test_rabbitmq_listener.py
tests/test_registry.py
tests/test_serialisers.py
tests/test_server.py
tests/test_workflows.py