.bumpversion.cfg
.gitignore
.pre-commit-config.yaml
LICENSE
Makefile
README.md
TESTING.md
deploy_modern.bash
pyproject.toml
pytest.ini
release.bash
requirements-test.txt
setup.py
tox.ini
.github/workflows/publish.yml
.github/workflows/quick-test.yml
.github/workflows/test.yml
service_config_foundry/__init__.py
service_config_foundry/config_parser.py
service_config_foundry/file_type.py
service_config_foundry/service.py
service_config_foundry/service_location.py
service_config_foundry/utils.py
service_config_foundry.egg-info/PKG-INFO
service_config_foundry.egg-info/SOURCES.txt
service_config_foundry.egg-info/dependency_links.txt
service_config_foundry.egg-info/requires.txt
service_config_foundry.egg-info/top_level.txt
service_config_foundry/sections/__init__.py
service_config_foundry/sections/automount.py
service_config_foundry/sections/install.py
service_config_foundry/sections/mount.py
service_config_foundry/sections/path.py
service_config_foundry/sections/scope.py
service_config_foundry/sections/service.py
service_config_foundry/sections/slice.py
service_config_foundry/sections/socket.py
service_config_foundry/sections/swap.py
service_config_foundry/sections/timer.py
service_config_foundry/sections/unit.py
tests/conftest.py
tests/test_config_parser.py
tests/test_file.py
tests/test_file_type_pytest.py
tests/test_integration.py
tests/test_sections.py
tests/test_service_location_pytest.py
tests/test_service_pytest.py
tests/test_utils.py