Metadata-Version: 2.1
Name: ai-api-test-docs
Version: 0.1.1
Summary: AI-powered API test and documentation generator using Gemini
Author: Ezeana Micheal
License: MIT
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: google-generativeai>=0.6.9
Requires-Dist: python-dotenv>=1.0.0

# ai-api-docs

AI-powered API test and documentation generator using Google Gemini.

## Installation

```sh
pip install ai-api-test-docs
```
## Usage

```sh
ai-api-test-docs
```
Follow the prompts to select a project folder and generate API tests or documentation.

To delete your stored Gemini API key:
```sh
ai-api-test-docs delete_key
```

## Requirements

- Python 3.9+
- Google Gemini API key (will be prompted on first use)

> **Note:** This tool uses AI to generate tests and documentation. AI-generated content may contain mistakes or inaccuracies. Always review and verify the output before using it in production.
