Metadata-Version: 2.4
Name: apitester-lite
Version: 0.2.0
Summary: Lightweight API testing CLI with interactive test creation
Home-page: https://github.com/Shrinidhi064/apitester-lite
Author: Shrinidhi
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-dist
Dynamic: summary

# apitester-lite

**apitester-lite** is a lightweight Python CLI tool that lets you test RESTful API endpoints using simple JSON test files, or create tests using an interactive CLI wizard. It's perfect for quick local or mock API validation.

---

## Features

- Test any HTTP method (GET, POST, PUT, DELETE)
- Interactive CLI to create test cases
- Auto-saves tests in JSON format



---

## Installation
pip install .
