Metadata-Version: 2.4
Name: compilelabs
Version: 0.0.1
Summary: CompileLabs Python SDK - Coming Soon
Project-URL: Homepage, https://compilelabs.ai
Project-URL: Documentation, https://docs.compilelabs.ai
Project-URL: Repository, https://github.com/compilelabs/python-sdk
Author-email: CompileLabs <support@compilelabs.ai>
License: MIT
License-File: LICENSE
Keywords: ai,api,compilelabs,llm
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# CompileLabs Python SDK

⚠️ **This is a placeholder package to reserve the name. The full SDK is coming soon.**

## About CompileLabs

CompileLabs provides a unified API for accessing multiple AI models and providers.

## Coming Soon

The CompileLabs Python SDK will provide:
- Easy access to multiple LLM providers
- Unified interface for text and image generation
- Built-in API key management
- Usage tracking and billing integration
- Type-safe API with full autocomplete support

## Stay Updated

- Website: [https://compilelabs.ai](https://compilelabs.ai)
- Documentation: [https://docs.compilelabs.ai](https://docs.compilelabs.ai)

## Installation

```bash
# This is a placeholder - full SDK coming soon
pip install compilelabs
```

## License

MIT
