axmlparser
A simple parser to parse Android XML file.
Usage
.. code-block:: shell
➜ apkinfo --help
Usage: apkinfo [OPTIONS] FILENAME
Options:
-s, --silent Don't print any debug or warning logs
--help Show this message and exit.
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)
Release files for pyaxmlparser 0.3.31
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pyaxmlparser-0.3.31.tar.gz | 98.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| pyaxmlparser-0.3.31-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 204.8 kB
Release files / pyaxmlparser-0.3.31.tar.gz
| Download URL | pyaxmlparser-0.3.31.tar.gz |
|---|---|
| Size | 98.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
fecb858ff1fb456466f8dcdcd814207b4c15edb95f67cfe0a38c7d7cd4a28d4d
|
|
BLAKE2b-256 checksum How to use checksums |
1e1f7a7318ad054d66253d2b96e2d9038ea920f17c8a9bd687cdcfa16a655bdf
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.11.8
|
Release files / pyaxmlparser-0.3.31-py3-none-any.whl
| Download URL | pyaxmlparser-0.3.31-py3-none-any.whl |
|---|---|
| Size | 105.9 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
3c6609a48eb67e8a25d158243671c4f8b713d1fb10d9c5c45b1e62ddd8d8494f
|
|
BLAKE2b-256 checksum How to use checksums |
b52457b15aea113c87b22a2f56d3a0bda617ec414d546e6f3a4d7d770232d38b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.11.8
|