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
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.19.tar.gz
(87.0 kB
view hashes)
Built Distribution
Close
Hashes for pyaxmlparser-0.3.19-py2-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6938cbd9d1f31ec60c805cf1d9914a82c7441235e0481263c03aaa5e27107028 |
|
MD5 | 6d687b4d808db64a97adc6292a82bee4 |
|
BLAKE2b-256 | a12190beb1534493d356cc4a3789d536d68b83a8cdc587acf4ff558d25f11fcb |