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.26.tar.gz
(94.1 kB
view hashes)
Built Distribution
pyaxmlparser-0.3.26-py3-none-any.whl
(105.3 kB
view hashes)
Close
Hashes for pyaxmlparser-0.3.26-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | cc0fcba12f5198753da2afcd51e54fa52b73ef6be2a4121c24df3fa9af13929c |
|
MD5 | 1eb9f3d926014d557b50a56d54b43658 |
|
BLAKE2b-256 | 8edebee5a93a3b2533133865d86e52f03aa047183649bb049468d11d68b2859c |