LICENSE
README.rst
pyproject.toml
src/safezip/__init__.py
src/safezip/_core.py
src/safezip/_events.py
src/safezip/_exceptions.py
src/safezip/_guard.py
src/safezip/_sandbox.py
src/safezip/_streamer.py
src/safezip/py.typed
src/safezip.egg-info/PKG-INFO
src/safezip.egg-info/SOURCES.txt
src/safezip.egg-info/dependency_links.txt
src/safezip.egg-info/requires.txt
src/safezip.egg-info/top_level.txt
src/safezip/tests/__init__.py
src/safezip/tests/conftest.py
src/safezip/tests/test_guard.py
src/safezip/tests/test_integration.py
src/safezip/tests/test_sandbox.py
src/safezip/tests/test_streamer.py