Skip to main content

Simple tool for getting infos from Apple ipa archive

Project description

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 json
  • cgbi2png: 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__

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ipa_tool-1.5.0.tar.gz (6.6 kB view details)

Uploaded Source

Built Distribution

ipa_tool-1.5.0-py3-none-any.whl (8.8 kB view details)

Uploaded Python 3

File details

Details for the file ipa_tool-1.5.0.tar.gz.

File metadata

  • Download URL: ipa_tool-1.5.0.tar.gz
  • Upload date:
  • Size: 6.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.2 CPython/3.9.6 Darwin/21.6.0

File hashes

Hashes for ipa_tool-1.5.0.tar.gz
Algorithm Hash digest
SHA256 77cdb73ac9e750faed444600a599e3b3eaa6e3d798cd7ee6c7115666cee290b4
MD5 244bdfea966adb12a82dac24172aa116
BLAKE2b-256 f47e7e4404604f431095eecfa9a3123fbe1e5630c8d6a42871352bfc9a2bf8ce

See more details on using hashes here.

File details

Details for the file ipa_tool-1.5.0-py3-none-any.whl.

File metadata

  • Download URL: ipa_tool-1.5.0-py3-none-any.whl
  • Upload date:
  • Size: 8.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.2 CPython/3.9.6 Darwin/21.6.0

File hashes

Hashes for ipa_tool-1.5.0-py3-none-any.whl
Algorithm Hash digest
SHA256 56c382eed38fd53fc090ddf849b9606eec6c93580bf4015ee091faad6ce28e5c
MD5 92d86b1435bf3214f127327cf430a39f
BLAKE2b-256 a8b048b9808135ad87b7b38b161ddb4360124e27961a5c8052c84d0af733712b

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page