Metadata-Version: 2.1
Name: kusho-cli
Version: 0.1.1
Summary: A CLI tool for generating and executing API test cases
Home-page: https://github.com/kusho-co/pip-kusho-cli
Author: KushoAI
Author-email: support@kusho.ai
Project-URL: Bug Tracker, https://github.com/kusho-co/pip-kusho-cli/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

A command-line interface tool for generating and executing API test cases.

## Installation

```bash
pip install kusho-cli
```

## Usage

After installation, you can run the tool using:

```bash
kusho
```

The CLI will guide you through:
1. Entering API details (method, URL, headers, parameters, etc.)
2. Generating test cases
3. Executing test cases

## Features

- Supports various HTTP methods
- Handles headers, path parameters, and query parameters
- Interactive menu for test case management
- Executes test cases using curl
