.coveragerc
.gitattributes
.gitignore
.gitlab-ci.yml
.gitremotes
.pre-commit-config.yaml
CONTRIBUTING.rst
LICENSE
MANIFEST.in
Pipfile
Pipfile.lock
README.rst
pyproject.toml
setup.cfg
setup.py
.devcontainer/Dockerfile
.devcontainer/devcontainer.json
.devcontainer/local_build.sh
.github/dependabot.yml
.github/pages/index.html
.github/workflows/code.yml
.github/workflows/docs.yml
.github/workflows/linkcheck.yml
.vscode/extensions.json
.vscode/launch.json
.vscode/settings.json
.vscode/tasks.json
docs/conf.py
docs/explanations.rst
docs/how-to.rst
docs/index.rst
docs/reference.rst
docs/requirements.txt
docs/tutorials.rst
docs/_static/theme_overrides.css
docs/explanations/why-is-something-so.rst
docs/how-to/accomplish-a-task.rst
docs/images/dls-favicon.ico
docs/images/dls-logo.svg
docs/reference/api.rst
docs/reference/contributing.rst
docs/tutorials/installation.rst
documentation/Makefile
documentation/config.cfg
documentation/index.html
documentation/manual.src
src/dls_pmacanalyse/__init__.py
src/dls_pmacanalyse/__main__.py
src/dls_pmacanalyse/_version.py
src/dls_pmacanalyse/analyse.py
src/dls_pmacanalyse/dls_pmacanalyse.py
src/dls_pmacanalyse/errors.py
src/dls_pmacanalyse/factorySettings_geobrick.pmc
src/dls_pmacanalyse/factorySettings_pmac.pmc
src/dls_pmacanalyse/globalconfig.py
src/dls_pmacanalyse/hello.py
src/dls_pmacanalyse/pmac.py
src/dls_pmacanalyse/pmaclexer.py
src/dls_pmacanalyse/pmacparser.py
src/dls_pmacanalyse/pmacprogram.py
src/dls_pmacanalyse/pmacstate.py
src/dls_pmacanalyse/pmacvariables.py
src/dls_pmacanalyse/utils.py
src/dls_pmacanalyse/webpage.py
src/dls_pmacanalyse.egg-info/PKG-INFO
src/dls_pmacanalyse.egg-info/SOURCES.txt
src/dls_pmacanalyse.egg-info/dependency_links.txt
src/dls_pmacanalyse.egg-info/entry_points.txt
src/dls_pmacanalyse.egg-info/requires.txt
src/dls_pmacanalyse.egg-info/top_level.txt
tests/__init__.py
tests/test_boilerplate_removed.py
tests/test_dls_pmacanalyse.py
tests/test_test_python.py