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 hashes)

Uploaded Source

Built Distribution

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

Uploaded Python 3

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