Skip to content

Latest commit

 

History

History
44 lines (32 loc) · 1.15 KB

README.rst

File metadata and controls

44 lines (32 loc) · 1.15 KB

apkutils PyPI version GitHub license

A library that gets infos from APK.

Install and Test

$ pip install apkutils

Usage

$ python3 -m apkutils -h
usage: apkutils [-h] [-m] [-s] [-f] [-c] [-V] p

positional arguments:
  p              path

optional arguments:
  -h, --help     show this help message and exit
  -m             Show manifest
  -s             Show strings
  -f             Show files
  -c             Show certs
  -V, --version  show program's version number and exit

Reference