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)
===========
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.15.tar.gz
(86.1 kB
view hashes)
Built Distribution
Close
Hashes for pyaxmlparser-0.3.15-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | e094f8c78d2f7ef953798c0520f9d26ae2f55865032de9afb427a7a46d69336a |
|
MD5 | 2ac457e0994ef83dd2ee405bee2d9cea |
|
BLAKE2b-256 | 8ae16513b75c0faf4c75aeddf801d6842e093be2e6f893269fdf6e400e09eb5d |