LICENSE
NOTICE.txt
README.md
pyproject.toml
src/coredumpy/__init__.py
src/coredumpy/__main__.py
src/coredumpy/conf_hook.py
src/coredumpy/coredumpy.py
src/coredumpy/except_hook.py
src/coredumpy/main.py
src/coredumpy/patch.py
src/coredumpy/py_object_container.py
src/coredumpy/py_object_proxy.py
src/coredumpy/pytest_hook.py
src/coredumpy/type_support.py
src/coredumpy/unittest_hook.py
src/coredumpy/utils.py
src/coredumpy.egg-info/PKG-INFO
src/coredumpy.egg-info/SOURCES.txt
src/coredumpy.egg-info/dependency_links.txt
src/coredumpy.egg-info/entry_points.txt
src/coredumpy.egg-info/top_level.txt
src/coredumpy/types/__init__.py
src/coredumpy/types/builtin_types.py
src/coredumpy/types/stdlib_types.py
tests/test_basic.py
tests/test_patch.py
tests/test_py_object_proxy.py
tests/test_pytest.py
tests/test_type_support.py
tests/test_unittest.py
tests/test_utils.py