LICENSE
README.md
pyproject.toml
src/sfvparse/__init__.py
src/sfvparse/_atoms.py
src/sfvparse/_parser.py
src/sfvparse/_serialize.py
src/sfvparse/_types.py
src/sfvparse.egg-info/PKG-INFO
src/sfvparse.egg-info/SOURCES.txt
src/sfvparse.egg-info/dependency_links.txt
src/sfvparse.egg-info/requires.txt
src/sfvparse.egg-info/top_level.txt
tests/test_errors.py
tests/test_helpers.py
tests/test_no_external_deps.py
tests/test_parse_dict.py
tests/test_parse_item.py
tests/test_parse_list.py
tests/test_recursion_depth_limit.py
tests/test_serialize.py
tests/test_serialize_dict_input_validation.py
tests/test_sfvparse.py
tests/test_type_hints.py
tests/test_types_and_exports.py