Metadata-Version: 2.4
Name: gemini-seminar-client
Version: 1.0.0
Summary: A secure Gemini AI gateway client for school projects
Author-email: Parsa <abdiparsa1390@example.com>
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests>=2.25.0
Dynamic: license-file

# Gemini Gateway Client

A secure, lightweight Python client designed for school projects to interact with the Gemini AI model safely. This package uses a secure Google Apps Script gateway proxy, ensuring that the main API key remains completely hidden from the client side.

## Features
- **100% Secure:** No API key exposure on the users' computers.
- **OpenAI-Like Structure:** Supports standard chat history arrays with `system`, `user`, and `assistant` roles.
- **Easy to Use:** Built-in help function for students.

## Installation

You can install the package via pip:

```bash
pip install my_school_gemini_client
