Metadata-Version: 2.4
Name: omnicomp
Version: 0.0.0a1
Summary: Unified interface for LLM APIs
Author: pledgesec
License: MIT
Project-URL: Homepage, https://github.com/pledgesec/omnicomp
Project-URL: Repository, https://github.com/pledgesec/omnicomp
Keywords: llm,ai,openai,anthropic,claude,gpt,gemini
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# OmniComp

Unified interface for multiple LLM providers.

## Installation

```bash
pip install omnicomp
```

## Usage

```python
import omnicomp

# Coming soon
```

## License

MIT
