Metadata-Version: 2.4
Name: ai_web_helper
Version: 0.1.0
Summary: A helper library for AI web applications
Author: AI Assistant
Description-Content-Type: text/markdown
Requires-Dist: google-generativeai
Requires-Dist: markdown
Requires-Dist: flask
Requires-Dist: python-dotenv
Dynamic: author
Dynamic: description
Dynamic: description-content-type
Dynamic: requires-dist
Dynamic: summary

# AI Web Helper

A simple Python library to help with AI-powered web applications.

## Features

- `get_response(prompt, api_key)`: Get AI responses using Google Gemini.
- `summarize_text(text, api_key)`: Summarize long texts.
- `format_response(text)`: Format Markdown text to HTML.

## Installation

```bash
pip install .
```
