Metadata-Version: 2.1
Name: glide-client
Version: 0.0.1a1
Summary: An official Python client for Glide, an open resilient fast model gateway
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
Keywords: llm,llmops,gateway,infrastructure
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: httpx>=0.26.0
Requires-Dist: websockets>=12.0
Requires-Dist: pydantic>=2.6.1

<div align="center">
    <img src="./docs/glide_logo.png" 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 and asyncio support

## Installation

Coming soon

## Usage

Coming soon
