.gitignore
CONTRIBUTING.md
LICENSE
README.md
pyproject.toml
uv.lock
.github/workflows/ci.yml
.github/workflows/codeql.yml
.github/workflows/release.yml
ipsw_storage/__init__.py
ipsw_storage/__main__.py
ipsw_storage/_version.py
ipsw_storage/cli.py
ipsw_storage/download.py
ipsw_storage.egg-info/PKG-INFO
ipsw_storage.egg-info/SOURCES.txt
ipsw_storage.egg-info/dependency_links.txt
ipsw_storage.egg-info/entry_points.txt
ipsw_storage.egg-info/requires.txt
ipsw_storage.egg-info/top_level.txt
ipsw_storage/api/__init__.py
ipsw_storage/api/appledb.py
ipsw_storage/api/ipsw_me.py
ipsw_storage/api/types.py
tests/test_api.py
tests/test_appledb.py
tests/test_cli.py
tests/test_download.py
tests/test_ipsw_me.py