.gitignore
LICENSE
README.md
pyproject.toml
src/deep_dataclasses/__init__.py
src/deep_dataclasses/deep_dataclass.py
src/deep_dataclasses/json_schema.py
src/deep_dataclasses.egg-info/PKG-INFO
src/deep_dataclasses.egg-info/SOURCES.txt
src/deep_dataclasses.egg-info/dependency_links.txt
src/deep_dataclasses.egg-info/requires.txt
src/deep_dataclasses.egg-info/top_level.txt
test/test_3rdparty_dacite_compatibillity.py
test/test_3rdparty_dataclasswizard_compatibillity.py
test/test_3rdparty_pydanticdataclasess_compatibillity.py
test/test_core_dataclass_arguments_compatibillity.py
test/test_core_dataclass_equivalence.py
test/test_core_jsonschema.py
test/test_core_nofuture_annotations.py
test/test_types_dicts.py
test/test_types_lists.py
test/test_types_nested.py
test/test_types_optionals.py
test/test_types_tuples.py
test/test_types_unions.py