.gitignore
LICENSE
PYTHON2_USAGE.md
README.md
pyproject.toml
setup.py
tox.ini
.github/workflows/build.yml
.github/workflows/publish.yaml
.github/workflows/test.yaml
src/dataclasses.py
src/py2dataclasses.py
src/_py2dataclasses/__init__.py
src/_py2dataclasses/abc_utils.py
src/_py2dataclasses/class_utils.py
src/_py2dataclasses/dataclasses.py
src/_py2dataclasses/reprlib.py
src/_py2dataclasses/string_utils.py
src/_py2dataclasses/type_utils.py
src/py2dataclasses.egg-info/PKG-INFO
src/py2dataclasses.egg-info/SOURCES.txt
src/py2dataclasses.egg-info/dependency_links.txt
src/py2dataclasses.egg-info/requires.txt
src/py2dataclasses.egg-info/top_level.txt
tests/README.md
tests/__init__.py
tests/_fixtures_compat_backport_to_stdlib.py
tests/_fixtures_compat_stdlib_to_backport.py
tests/_fixtures_loader.py
tests/_xmlrunner.py
tests/test_load.py
tests/test_native_on_nativelib.py
tests/test_native_on_portedlib.py
tests/test_ported_on_nativelib.py
tests/test_ported_on_portedlib.py
tests/tests_analyzer.py
tests/_fixtures_py27/__init__.py
tests/_fixtures_py27/dataclass_module_1.py
tests/_fixtures_py27/dataclass_module_1_str.py
tests/_fixtures_py27/dataclass_module_2.py
tests/_fixtures_py27/dataclass_module_2_str.py
tests/_fixtures_py27/dataclass_textanno.py
tests/_fixtures_py314/__init__.py
tests/_fixtures_py314/dataclass_module_1.py
tests/_fixtures_py314/dataclass_module_1_str.py
tests/_fixtures_py314/dataclass_module_2.py
tests/_fixtures_py314/dataclass_module_2_str.py
tests/_fixtures_py314/dataclass_textanno.py