Metadata-Version: 2.4
Name: gemini-seminar-client
Version: 1.0.1
Summary: A secure Gemini AI gateway client for school projects using a short import name.
Author-email: Mohammad Parsa <your_email@example.com>
Project-URL: Homepage, https://github.com/yourusername/yourrepo
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.

With this package, users install using `gemini-seminar-client` but can import it cleanly using `import gemini`.

## Features
- **100% Secure:** No API key exposure on the users' computers.
- **Clean Imports:** Short and simple import name (`from gemini import Gemini`).
- **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 gemini-seminar-client
