Skip to content

vinstall/apkv-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

APKV CLI

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.

BASED

APKV Spec v2: apkv-spec with Public Domain (Creative Commons Zero v1.0 Universal)

LICENSE

Licensed under The Unlicense

About

APKV CLI Version

Topics

Resources

Stars

Watchers

Forks

Contributors

Languages