main.py - CLI tool for the APKv file format (spec v2)
Commands:
pack - Create an .apkv archive from one or more APK files
unpack - Extract APK files from an .apkv archive
inspect - Show metadata from an .apkv archive without extracting
verify - Verify APK checksums declared in manifest.json
import - Convert .apks / .apkm / .xapk / .apkv / .aab into an .apkv archive
Dependencies:
cryptography (pip install cryptography) - required for encrypted archives
pillow (pip install pillow) - optional, for icon conversion
AAB support requires bundletool on PATH or via --bundletool.
APKV Spec v2: apkv-spec with Public Domain (Creative Commons Zero v1.0 Universal)
Licensed under The Unlicense