Metadata-Version: 2.3
Name: quraite
Version: 0.1.0
Summary: This project provides adaptors and methods to integrate with the Quraite platform
Author: Shiv Mohith
Author-email: Shiv Mohith <shivmohith8@gmail.com>
Requires-Dist: aiohttp>=3.13.2
Requires-Dist: fastapi>=0.121.1
Requires-Dist: httpx>=0.28.1
Requires-Dist: openinference-semantic-conventions>=0.1.25
Requires-Dist: opentelemetry-api>=1.37.0
Requires-Dist: opentelemetry-sdk>=1.37.0
Requires-Dist: pydantic>=2.12.4
Requires-Dist: python-dotenv>=1.2.1
Requires-Dist: uvicorn>=0.38.0
Requires-Dist: agno>=2.3.4 ; extra == 'agno'
Requires-Dist: boto3>=1.40.70 ; extra == 'bedrock'
Requires-Dist: google-adk>=1.18.0 ; extra == 'google-adk'
Requires-Dist: langchain>=1.0.5 ; extra == 'langgraph'
Requires-Dist: langgraph>=1.0.3 ; extra == 'langgraph'
Requires-Dist: openai-agents>=0.5.0 ; extra == 'openai-agents'
Requires-Dist: pydantic-ai>=1.25.0 ; extra == 'pydantic-ai'
Requires-Dist: pyngrok>=7.5.0 ; extra == 'pyngrok'
Requires-Dist: smolagents>=1.23.0 ; extra == 'smolagents'
Requires-Python: >=3.10
Provides-Extra: agno
Provides-Extra: bedrock
Provides-Extra: google-adk
Provides-Extra: langgraph
Provides-Extra: openai-agents
Provides-Extra: pydantic-ai
Provides-Extra: pyngrok
Provides-Extra: smolagents
Description-Content-Type: text/markdown

## Quraite Python SDK

### Publishing to Test PyPI

```bash
make update-version v=0.4.0
make build
make publish-test-pypi # enter user name as "__token__" and then enter the key
```