Metadata-Version: 2.4
Name: orangic
Version: 0.1.0
Summary: The official Python library for the Orangic API (Pre-release)
Home-page: https://github.com/erhan1209/orangic-python
Author: Orangic
Author-email: Orangic <support@orangic.tech>
License: MIT
Project-URL: Homepage, https://orangic.tech
Project-URL: Documentation, https://orangic.tech/docs
Project-URL: Repository, https://github.com/erhan1209/orangic-python
Keywords: orangic,api,ai,machine learning,llm
Classifier: Development Status :: 2 - Pre-Alpha
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
License-File: LICENSE
Requires-Dist: httpx>=0.24.0
Dynamic: author
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-python

# Orangic Python SDK

> ⚠️ **Pre-release Notice**: This package is currently in development. The API and features are subject to change.

The official Python library for the Orangic API.

## Status

🚧 **Coming Soon** - Orangic is currently in development. This package reserves the name and provides a preview of the upcoming API.

## Planned Features

- ✨ Simple, intuitive API similar to industry standards
- 🚀 Streaming support for real-time responses
- 🔒 Secure authentication
- 📝 Comprehensive documentation
- 🐍 Python 3.8+ support

## Installation

```bash
pip install orangic
```

**Note**: The package is not yet functional. Stay tuned for updates!

## Planned Usage

```python
import orangic

# Coming soon!
client = orangic.Orangic(api_key="your-api-key")

response = client.chat.completions.create(
    model="orangic-1",
    messages=[
        {"role": "user", "content": "Hello!"}
    ]
)
```

## Development Status

This package is in **alpha** stage. We're working hard to bring you an amazing AI API experience.

### Roadmap
- [ ] Core API implementation
- [ ] Streaming support
- [ ] Comprehensive documentation
- [ ] Production-ready release

## Stay Updated

- 🌐 Website: https://orangic.tech
- 📧 Email: support@orangic.tech
- 📦 PyPI: https://pypi.org/project/orangic/

## Contributing

Orangic is not yet open for contributions. We'll update this section once we're ready for community involvement.

## License

MIT License - See LICENSE file for details

---

**Orangic** - AI API Platform (Coming Soon)
