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.24.tar.gz
(87.4 kB
view hashes)
Built Distributions
pyaxmlparser-0.3.24-py3-none-any.whl
(115.2 kB
view hashes)
pyaxmlparser-0.3.24-py2-none-any.whl
(115.2 kB
view hashes)
Close
Hashes for pyaxmlparser-0.3.24-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8d8a9546231caf7f3cd5d8c2f7883cb7dda11bb5e07b22b1aef59f5f4eaa7660 |
|
MD5 | 176e452a6dc534e6f61a5e1a76d437ec |
|
BLAKE2b-256 | 4e305d6562995efb33dada335b5f02c61562ff91f36b8d746ad528e9e348bf9f |
Close
Hashes for pyaxmlparser-0.3.24-py2-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 73669641d0787e40dd9207b3362b36ec3e8a5468b2ef5145645d3050a71b0313 |
|
MD5 | eec1e2e37f4aeab08daaea38e2cae9ca |
|
BLAKE2b-256 | d4bbf53a1e9012800b1c93beeb466e801411c31f94d5d9939cd74f8f0f4224e8 |