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.22.tar.gz
(86.4 kB
view hashes)
Built Distribution
Close
Hashes for pyaxmlparser-0.3.22-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 23d0c9c6caf097a990a288ebaa62e76b37f8c251c2308e51bbdfc6d2d26162b2 |
|
MD5 | a290c5cc3e8cf7dfd9ab35270fbf4ba9 |
|
BLAKE2b-256 | 57e0a459788b298892822d6e1a516de3546d254a5730686a27ef5522d663358d |