ipa-tool
A tool for collecting infos of apple ipa
Installation
Over PyPi (recommanded)
pip install ipa-tool
Over wheel
pip install --user {find in release}.whl
Use as CLI
Usage:
$ ipa-tool COMMAND [Options] [ARGS]...
Command:
get-info: Returns ipa infos in jsoncgbi2png: Turns apple cgbi into normal png
Arguments:
IPA_PATH: [required]
Options:
-mi / --get-multi-icon: [default: False]-o: Output path--help: Show this message and exit.
Use as python package
from ipa_tool import ipaInfos
ipa_infos = ipaInfos( {ipa_path} )
ipaInfos will return a class
class ipaInfos():
name: str
device: list
size: int
version: str
bundleID: str
encrypt: bool
arch: str
minOS: str
icon: dict
md5: bytes
rawPlist: dict
You can turn it into dict by
ipa_info_dict = ipa_tool.__dict__
Release files for ipa-tool 1.5.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| ipa_tool-1.5.0.tar.gz | 6.6 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| ipa_tool-1.5.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 15.4 kB
Release files / ipa_tool-1.5.0.tar.gz
| Download URL | ipa_tool-1.5.0.tar.gz |
|---|---|
| Size | 6.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
77cdb73ac9e750faed444600a599e3b3eaa6e3d798cd7ee6c7115666cee290b4
|
|
BLAKE2b-256 checksum How to use checksums |
f47e7e4404604f431095eecfa9a3123fbe1e5630c8d6a42871352bfc9a2bf8ce
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.8.2 CPython/3.9.6 Darwin/21.6.0
|
Release files / ipa_tool-1.5.0-py3-none-any.whl
| Download URL | ipa_tool-1.5.0-py3-none-any.whl |
|---|---|
| Size | 8.8 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
56c382eed38fd53fc090ddf849b9606eec6c93580bf4015ee091faad6ce28e5c
|
|
BLAKE2b-256 checksum How to use checksums |
a8b048b9808135ad87b7b38b161ddb4360124e27961a5c8052c84d0af733712b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.8.2 CPython/3.9.6 Darwin/21.6.0
|