Metadata-Version: 1.0
Name: pyipa_dist
Version: 1.0.0
Summary: This python module to creates plist, html file for Adhoc distribution
Home-page: https://github.com/hoiogi/pyipa_dist
Author: ChangWook Jeong
Author-email: hoiogi@gmail.com
License: MIT
Description: 
        pyipa_dist: a lib for creates plist and html from IPA file
        ------
        
        This is a library to easily creates plist and html from IPA file for Adhoc distribution, and also a command line utility to do that
        
        Usage
        -----
        ::
        
            Usage:
                pyipa_dist [-d --destUrlPath=<DestinationUrl>] IPA [FILE_OUT_DIR]
                pyipa_dist (-h | --help)
                pyipa_dist --version
            
            Options:
                -d --destUrlPath=<DestinationUrl> Path is the output files(html, plist, ipa) location in distribution server.
                                                  (eg. "https://qa.ncsoft.com/QADeploy/CredentialSDK/20151210/")
                -h --help               Show this screen.
                --version               Show version.
                
        
        
        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
        
        
Keywords: pyipa,dist,distribution,adhoc,ipa
Platform: UNKNOWN
