.flake8
.gitignore
.pre-commit-config.yaml
AUTHORS.rst
CONTRIBUTING.rst
HISTORY.rst
LICENSE.txt
Makefile
README.rst
pyproject.toml
setup.py
tox.ini
.github/workflows/ci.yml
docs/Makefile
docs/authors.rst
docs/conf.py
docs/contributing.rst
docs/history.rst
docs/index.rst
docs/installation.rst
docs/modules.rst
docs/pcrunner.rst
docs/usage.rst
docs/_static/.gitignore
src/pcrunner/__init__.py
src/pcrunner/configuration.py
src/pcrunner/daemon.py
src/pcrunner/exception.py
src/pcrunner/main.py
src/pcrunner/windows_service.py
src/pcrunner.egg-info/PKG-INFO
src/pcrunner.egg-info/SOURCES.txt
src/pcrunner.egg-info/dependency_links.txt
src/pcrunner.egg-info/entry_points.txt
src/pcrunner.egg-info/not-zip-safe
src/pcrunner.egg-info/requires.txt
src/pcrunner.egg-info/top_level.txt
src/pcrunner/data/empty
src/pcrunner/etc/commands.txt
src/pcrunner/etc/commands.yml
src/pcrunner/etc/pcrunner.yml
src/pcrunner/init/pcrunner
src/pcrunner/scripts/check_dummy.py
src/pcrunner/scripts/pcr.py
src/pcrunner/scripts/run_check.py
src/pcrunner/systemd/pcrunner.service
tests/__init__.py
tests/test_configuration.py
tests/test_main.py