LICENSE
MANIFEST.in
README.md
pyproject.toml
pytest.ini
immutable/__init__.py
immutable/checktype.py
immutable/decorator.py
immutable/deep.py
immutable/exceptions.py
immutable/extraproxies.py
immutable/immutable.py
immutable/proxy.py
immutable/register.py
immutable/superpatch.py
immutable_proxy.egg-info/PKG-INFO
immutable_proxy.egg-info/SOURCES.txt
immutable_proxy.egg-info/dependency_links.txt
immutable_proxy.egg-info/requires.txt
immutable_proxy.egg-info/top_level.txt
tests/.coveragerc
tests/async_test.py
tests/decorator_test.py
tests/deep_builtin_test.py
tests/deep_test.py
tests/immutable_test.py
tests/other_test.py
tests/proxy_dunder_test.py
tests/proxy_test.py
tests/super_test.py