Metadata-Version: 2.1
Name: x-atp-cli
Version: 0.3.4
Summary: X automated test platform command line client
Home-page: https://github.com/hekaiyou/x-atp-cli
Author: HeKaiYou
Author-email: hekaiyou@gmail.com
License: UNKNOWN
Description: ## X-ATP CLI Client
        
        X automated test platform command line client.
        
        ```shell
        usage: x-atp-cli [-h] [-v] [-d] [-r ATP_SERVER_URL] [-api] [-n WORKSPACE_NAME]
        
        optional arguments:
          -h, --help            show this help message and exit
          -v, --version         Output client version information
          -d, --demo            Create x_sweetest_example project in the current
                                directory
          -r ATP_SERVER_URL, --run ATP_SERVER_URL
                                Run X-ATP automated test execution side service (E.g x-atp-cli -r http://127.0.0.1 -api)
          -api, --interface     Client Run test Type API (used with parameter -r)
          -n WORKSPACE_NAME, --name WORKSPACE_NAME
                                The identifier name of the execution workspace (used with parameter -r)
        ```
        
Keywords: x,atp,test,platform
Platform: any
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
