Metadata-Version: 2.4
Name: openai-protocol
Version: 0.0.1
Summary: OpenAI-compatible protocol types and utilities
Author: Shepherd Team
License: Apache-2.0
Project-URL: Homepage, https://github.com/shepherd-ai/shepherd
Keywords: llm,inference,ml,ai
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Rust
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# openai-protocol

OpenAI-compatible protocol types and utilities

## Status

This package is under development as part of the [Shepherd](https://github.com/shepherd-ai/shepherd) project.

## Installation

```bash
pip install openai-protocol
```

## Coming Soon

This package will provide Python bindings (via PyO3) for the Rust implementation.
