Metadata-Version: 2.1
Name: Test15071993
Version: 0.0.0
Summary: A Command Line Interface
Home-page: https://github.com/kshamashuttl
Author: Kshama Singh
Author-email: kshama.singh@shuttl.com
License: UNKNOWN
Platform: UNKNOWN
Description-Content-Type: text/markdown

# AutoApiTestRunner
Automation Command Line Tool

## Installation
### Method-1: Using https://pypi.org/project/Test15071993/0.0.0/

Installation Command:
* sudo -H pip install Test15071993

### Method-2: Using pip

Installation Command:
NOTE: you must have a working git over ssh configuration.

* ssh -T git@github.com
    * “Hi kshamashuttl! You've successfully authenticated, but GitHub does not provide shell access.”
* sudo -H python -m pip install --no-cache-dir "git+ssh://git@github.com/Shuttl-Tech/AutoApiTestRunner.git"

Validate the installation by running
- auto --help


