Skip to main content

Python module to extract useful info from an IPA

Project description

pyipa: a lib for parsing IPA files

This is a library to easily extract information from IPA files, and also a command line utility to do that

Usage

Usage:
  pyipa manifest <IPA> <IPA_URL> <ICON_URL> [<MANIFEST_FILENAME>]
  pyipa icons <IPA> [<OUTPUT_DIR>]
  pyipa [-k --keys=<comma_list>] [-o --out=<json>] [--icons] <IPA>
  pyipa --all [-o --out=<json>] <IPA>
  pyipa (-h | --help)
  pyipa --version

Options:
  -k --keys=<comma_list>  Keys to extracts in a comma separated list [default: CFBundleDisplayName,CFBundleIdentifier,CFBundleVersion]
  -o --out=<json>         Type of output can be json,text [default: json]
  --icons                 Extract icons in calling dir
  --all                   Extracts ALL Info.plist keys ignoring -k option
  -h --help               Show this screen.
  --version               Show version.

Contribute

  1. Fork the project on github to start making your changes

  2. Send pull requests with your bug fixes or features

  3. Submit and create issues on github

TODO

  • Cli doesn’t extract Icons from a Newstand IPA

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

pyipa-1.2.0.tar.gz (6.6 kB view hashes)

Uploaded Source

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