Metadata-Version: 1.1
Name: api.mock
Version: 1.0.4
Summary: A utility of APIMock. (https://github.com/brucezz/APIMock)
Home-page: https://github.com/brucezz/APIMockHelper
Author: Bruce Zheng
Author-email: im.brucezz@gmail.com
License: Apache Software License
Description: # APIMockHelper
        
        [![PyPI version](https://badge.fury.io/py/api.mock.svg)](https://pypi.python.org/pypi/api.mock/1.0.2)
        
        Push config files to Android device. See more https://github.com/brucezz/APIMock
        
        ## Installation
        
        Install by `pip`:
        
        ```
        pip install api.mock --upgrade
        ```
        
        ## USAGE
        
        > $ api.mock -h
        
        ```
        API Mock Helper.
        
        Usage:
            api.mock [init | push | clean] [-d DIR] [-v | --verbose]
            api.mock (-h | --help)
            api.mock --version
        
        Options:
            init          Generate default config files.
            push          Push configs to Android device.
            clean         Remove config files.
            -d DIR        The location of config files (default current directory).
            -v --verbose  Print more text.
            -h --help     Show this message.
            --version     Show version.
        
        More information see:
          https://github.com/brucezz/APIMockHelper
          https://github.com/brucezz/APIMock
        ```
Keywords: adb python
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 2.7
