.codecov.yaml
.copier-answers.yml
.gitignore
.pre-commit-config.yaml
Dockerfile
LICENSE
README.md
pyproject.toml
schema.json
.devcontainer/devcontainer.json
.github/CONTRIBUTING.md
.github/dependabot.yml
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/issue.md
.github/PULL_REQUEST_TEMPLATE/pull_request_template.md
.github/actions/install_requirements/action.yml
.github/pages/index.html
.github/pages/make_switcher.py
.github/workflows/_check.yml
.github/workflows/_container.yml
.github/workflows/_dist.yml
.github/workflows/_docs.yml
.github/workflows/_pypi.yml
.github/workflows/_release.yml
.github/workflows/_test.yml
.github/workflows/_tox.yml
.github/workflows/ci.yml
.github/workflows/periodic.yml
.vscode/extensions.json
.vscode/launch.json
.vscode/settings.json
.vscode/tasks.json
docs/_api.rst
docs/conf.py
docs/explanations.md
docs/genindex.md
docs/how-to.md
docs/index.md
docs/reference.md
docs/tutorials.md
docs/_templates/custom-module-template.rst
docs/explanations/decisions.md
docs/explanations/technical-terms.rst
docs/explanations/why-squash-can-change-path.rst
docs/explanations/why-stack-frames.rst
docs/explanations/decisions/0001-record-architecture-decisions.md
docs/explanations/decisions/0002-switched-to-python-copier-template.md
docs/explanations/decisions/COPYME
docs/how-to/contribute.md
docs/how-to/iterate-a-spec.rst
docs/how-to/run-container.md
docs/how-to/serialize-a-spec.rst
docs/images/definitions.png
docs/images/plot_spec.png
docs/images/scanspec-logo.svg
docs/reference/rest_api.md
docs/tutorials/creating-a-spec.rst
docs/tutorials/installation.md
docs/tutorials/rest-service.rst
src/scanspec/__init__.py
src/scanspec/__main__.py
src/scanspec/_version.py
src/scanspec/cli.py
src/scanspec/core.py
src/scanspec/plot.py
src/scanspec/regions.py
src/scanspec/service.py
src/scanspec/specs.py
src/scanspec/sphinxext.py
src/scanspec.egg-info/PKG-INFO
src/scanspec.egg-info/SOURCES.txt
src/scanspec.egg-info/dependency_links.txt
src/scanspec.egg-info/entry_points.txt
src/scanspec.egg-info/requires.txt
src/scanspec.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/test_basemodel.py
tests/test_boilerplate_removed.py
tests/test_cli.py
tests/test_core.py
tests/test_errors.py
tests/test_iteration.py
tests/test_serialization.py
tests/test_service.py
tests/test_specs.py