Metadata-Version: 2.4
Name: ai_assist_utils
Version: 0.3.1
Summary: AI helper utilities for Gemini
Author: Your Name
License: MIT
Project-URL: Homepage, https://pypi.org/project/ai-assist-utils/
Project-URL: Source, https://github.com/yourrepo
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# ai-assist-utils

![PyPI](https://img.shields.io/pypi/v/ai-assist-utils.svg)
![Python](https://img.shields.io/badge/python-3.8%2B-blue)
![License](https://img.shields.io/badge/license-MIT-green)

A lightweight and beginner-friendly utility library for interacting with **Google Gemini AI models**.  
This package provides simple helper functions for generating AI responses, summarizing text,  
and formatting AI output — perfect for AI-powered apps, Flask websites, bots, and student projects.

---

## ✨ Features

- ⚡ Simple `get_response()` wrapper for Google Gemini  
- 📝 Summarize long text with one function  
- 🧹 Output cleaning using `format_response()`  
- 🔑 Uses API key via parameter or environment variable  
- 💡 Beginner-friendly — no complex setup  
- 🌐 Great for Flask, FastAPI, or automation scripts  

---

## 📦 Installation

Install from PyPI:

```bash
pip install ai-assist-utils
