LICENSE
README.md
pyproject.toml
src/parsley/__init__.py
src/parsley/alternative_dataclasses.py
src/parsley/factory.py
src/parsley/logger.py
src/parsley/parser.py
src/parsley/py.typed
src/parsley/recursive_dataclass_with_path_to_yaml.py
src/parsley/sentinels.py
src/parsley/utils.py
src/parsley/data/yaml_files/test_b.yaml
src/parsley_coco.egg-info/PKG-INFO
src/parsley_coco.egg-info/SOURCES.txt
src/parsley_coco.egg-info/dependency_links.txt
src/parsley_coco.egg-info/requires.txt
src/parsley_coco.egg-info/top_level.txt
tests/test_all_features.py
tests/test_basic.py
tests/test_command_line.py
tests/test_configfile.py
tests/test_empty_command_line.py
tests/test_extra_args.py
tests/test_int_dataclass.py
tests/test_literal_enum_member.py
tests/test_overwrite.py
tests/test_parse_arguments.py
tests/test_readme.py
tests/test_recursive_dataclass_with_path_to_yaml.py
tests/test_tag.py
tests/test_utils.py