Metadata-Version: 2.4
Name: gemini-seminar-client
Version: 2.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 Seminar Client

A secure, flexible, and lightweight Python client wrapper for Google's Gemini AI models, specially optimized for school research and seminar projects.

## Features

- **Dual-Mode Authentication:** Use either a shared school/seminar gateway password or your personal Google AI API Key.
- **Zero Configuration Leakage:** Securely utilizes backend proxies (like Google Apps Script) so your main project credentials and API keys never leak into client-side code.
- **Dynamic Model Selection:** Supports the latest and fastest Gemini models (Defaults to `gemini-2.0-flash`).
- **Clean Message Structure:** Easily handles role-based conversation structures (`system`, `user`, and `assistant`).

---

## Installation

Install the latest version directly from PyPI:

```bash
pip install gemini-seminar-client --no-cache-dir
