Metadata-Version: 2.1
Name: glide-client
Version: 0.0.1a4
Summary: An official Python client for Glide, an open resilient fast model gateway
Keywords: llm,llmops,gateway,infrastructure
Author-Email: Roman Hlushko <roman@einstack.ai>
License: Apache-2.0
Project-URL: Homepage, https://glide.einstack.ai/
Project-URL: Documentation, https://glide.einstack.ai/
Project-URL: Repository, https://github.com/me/spam.git
Project-URL: Issues, https://github.com/EinStack/glide-python
Requires-Python: >=3.8
Requires-Dist: httpx>=0.26.0
Requires-Dist: websockets>=12.0
Requires-Dist: pydantic>=2.6.1
Description-Content-Type: text/markdown

<div align="center">
    <img loading="lazy" src="https://github.com/EinStack/glide-python/blob/main/docs/glide_logo.png?raw=1" alt="Glide Logo" width="200px" height="200px" />
    <h1>Glide Python Client</h1>
    <p>🐍 An official Python client for <a href="https://github.com/EinStack/glide">Glide, an open reliable fast model gateway</a>.</p>
    <a href="https://discord.gg/pt53Ej7rrc"><img src="https://img.shields.io/discord/1181281407813828710" alt="Discord" /></a>
    <a href="https://glide.einstack.ai/"><img src="https://img.shields.io/badge/build-view-violet%20?style=flat&logo=books&label=docs&link=https%3A%2F%2Fglide.einstack.ai%2F" alt="Glide Docs" /></a>
    <a href="https://github.com/EinStack/glide-python/blob/main/LICENSE"><img src="https://img.shields.io/github/license/EinStack/glide-python.svg?style=flat-square&color=%233f90c8" alt="License" /></a>
    <a href="https://artifacthub.io/packages/helm/einstack/glide"><img src="https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/einstack" alt="ArtifactHub" /></a>
</div>

---

> [!Warning]
> Glide is under active development right now 🛠️

> [!Important]
> Give us a star⭐ to support the project and watch👀 our repositories not to miss any update

## Features

- 🐍 Modern typed Python with [Pydantic-based](https://github.com/pydantic/pydantic) data classes
- 🛠️ Sync (soon) and asyncio support
- 🎭 Easily mockable in tests

## Installation

Coming soon

## Usage

Coming soon
