Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 1.75 KB

README.md

File metadata and controls

35 lines (26 loc) · 1.75 KB
Glide Logo

Glide Python Client

🐍 An official Python client for Glide, an open reliable fast model gateway.

PyPI - Version Discord Glide Docs License ArtifactHub PyPI - Downloads

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 data classes
  • 🛠️ Sync (soon) and asyncio support
  • 🎭 Easily mockable in tests

Installation

pip install glide-client

Usage

Coming soon