LICENSE
LIMITATIONS.md
MANIFEST.in
README.md
SKILL.md
pyproject.toml
src/zipmonkey/__init__.py
src/zipmonkey/archive.py
src/zipmonkey/artifacts.py
src/zipmonkey/cli.py
src/zipmonkey/detect.py
src/zipmonkey/extract.py
src/zipmonkey/inspect.py
src/zipmonkey/models.py
src/zipmonkey/safety.py
src/zipmonkey/walk.py
src/zipmonkey.egg-info/PKG-INFO
src/zipmonkey.egg-info/SOURCES.txt
src/zipmonkey.egg-info/dependency_links.txt
src/zipmonkey.egg-info/entry_points.txt
src/zipmonkey.egg-info/requires.txt
src/zipmonkey.egg-info/top_level.txt
tests/test_archive.py
tests/test_artifacts.py
tests/test_cli.py
tests/test_detect.py
tests/test_models.py
tests/test_optional_backends.py
tests/test_properties.py
tests/test_safety.py