Metadata-Version: 1.0
Name: pyipa
Version: 1.0.0
Summary: Python module to extract useful info from an IPA
Home-page: https://github.com/mogui
Author: Niko Usai
Author-email: mogui83@gmail.com
License: ISC
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
        
        Features
        --------
        
        Usage:
          pyipa [-k --keys=<comma_list>] [-o --out=<json>] [--icons] IPA [FILE]
          pyipa --all [-o --out=<json>] [--icons] IPA [FILE]
          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.
        
        
        Use
        ---
        
        
        
        Contribute
        ----------
        
        #. Fork the project on github to start making your changes
        #. Send pull requests with your bug fixes or features
        #. Submit and create issues on github
        
        
        TODO
        ----
        
        - Cli doesn't extract Icons from a Newstand IPA
        
Platform: UNKNOWN
