README.md
setup.py
VR.Hercules.egg-info/PKG-INFO
VR.Hercules.egg-info/SOURCES.txt
VR.Hercules.egg-info/dependency_links.txt
VR.Hercules.egg-info/top_level.txt
tests/configuration/__init__.py
tests/configuration/hello_world/__init__.py
tests/configuration/hello_world/test_config.py
tests/configuration/hello_world/test_main.py
tests/configuration/hello_world/test_parse_punctuation.py
tests/configuration/parser/__init__.py
tests/configuration/parser/test_parse_config.py
tests/configuration/printing/__init__.py
tests/configuration/printing/test_config_printing.py
tests/configuration/printing/test_recursive_object_printing.py
vr_hercules/__init__.py
vr_hercules/paths.py
vr_hercules/py.typed
vr_hercules/hello_world/__init__.py
vr_hercules/hello_world/config.py
vr_hercules/hello_world/config_with_punctuation.py
vr_hercules/hello_world/main.py
vr_hercules/hello_world/parse_punctuation.py
vr_hercules/hello_world/paths.py
vr_hercules/hello_world/punctuation_enum.py
vr_hercules/parser/__init__.py
vr_hercules/parser/_create_potentially_nested_type.py
vr_hercules/parser/_create_type.py
vr_hercules/parser/_sub_config_getting.py
vr_hercules/parser/_type_class.py
vr_hercules/parser/config_parsing.py
vr_hercules/parser/enumeration_parsing.py
vr_hercules/printing/__init__.py
vr_hercules/printing/configuration_printing.py
vr_hercules/printing/recursive_dumping.py
vr_hercules/printing/recursive_object_printing.py
vr_hercules/shims/__init__.py
vr_hercules/shims/path/__init__.py
vr_hercules/shims/path/path_ensuring.py