Metadata-Version: 1.1
Name: playdeliver
Version: 1.0.0
Summary: google play store delivering tool
Home-page: https://github.com/wooga/play-deliver
Author: Manfred Endres
Author-email: manfred.endres@wooga.net
License: MIT LICENSE
Download-URL: https://github.com/wooga/play-deliver/archive/1.0.0.tar.gz
Description: play-deliver
        ============
        
        Upload screenshots, metadata of your app to the Play Store using a
        single command
        
        deliver can upload app screenshots google play backend.
        
        usage
        -----
        
        ::
        
            """playdeliver
        
            Usage:
                playdeliver [options] upload <package-name> <output_dir>
                playdeliver [options] init <package-name> <output_dir>
                playdeliver (-h | --help)
                playdeliver --version
        
            Options:
              -h --help                 Show this screen.
              --version                 Show version.
              --service-email=<e>       Account service email
              --key=<k>                 Path to *.p12 keyfile
            """
        
        requirements
        ------------
        
        -  OSX (did not test on linux or windows)
        -  python 2.7
        -  a play service user for you game
        
        install
        -------
        
        with pip
        ~~~~~~~~~~~
        
        
        ::
        
        	pip install playdeliver
        
        from source
        ~~~~~~~~~~~
        
        clone source:
        
        ::
        
            pip install -r requirements.txt
            python setup.py
        
        licence
        -------
        
        MIT License
        
        1.0.0 (2015/03/25) First release
        
Platform: any
Classifier: Programming Language :: Python :: 2 :: Only
Classifier: Development Status :: 5 - Production/Stable
Classifier: Natural Language :: English
Classifier: Environment :: MacOS X
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Topic :: Multimedia :: Graphics
Classifier: Topic :: System :: Archiving :: Packaging
Classifier: Topic :: Software Development :: Libraries :: Python Modules
