Python3 Parser for Android XML file and get Application Name without using Androguard
Project description
axmlparser
A simple parser to parse Android XML file.
Usage
CLI :
.. code-block:: shell
$ apkinfo ~/Downloads/com.hardcodedjoy.roboremo.15.apk
APK: /home/chillaranand/Downloads/com.hardcodedjoy.roboremo.15.apk
App name: RoboRemo
Package: com.hardcodedjoy.roboremo
Version name: 2.0.0
Version code: 15
Is it Signed: True
Is it Signed with v1 Signatures: True
Is it Signed with v2 Signatures: True
Is it Signed with v3 Signatures: False
Python package :
.. code-block:: python
from pyaxmlparser import APK
apk = APK('/foo/bar.apk')
print(apk.package)
print(apk.version_name)
print(apk.version_code)
print(apk.icon_info)
print(apk.icon_data)
print(apk.application)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pyaxmlparser-0.3.27.tar.gz
(97.5 kB
view hashes)
Built Distribution
pyaxmlparser-0.3.27-py3-none-any.whl
(105.6 kB
view hashes)
Close
Hashes for pyaxmlparser-0.3.27-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | e86fa746dd456b3c6a43598a8300ff7d0ad9e8cab52ef53675fab52fc05e222a |
|
MD5 | 3e5a43aae0039bb6c585107d32c73e69 |
|
BLAKE2b-256 | fca3be0e2a6acf7b95c3b750a4f2d8cef785cf04aa0eb32896ddf39fb2b60487 |