Metadata-Version: 2.1
Name: keywordsai-sdk
Version: 0.4.67
Summary: Keywords AI SDK allows you to interact with the Keywords AI API smoothly
License: MIT
Author: Keywords AI
Author-email: team@keywordsai.co
Requires-Python: >3.9,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Provides-Extra: dev
Requires-Dist: dateparser (>=1.2.0,<2.0.0)
Requires-Dist: openai (>=1.57.4,<2.0.0)
Requires-Dist: pydantic (>=2.10.3,<3.0.0)
Requires-Dist: requests (>=2.31.0,<3.0.0)
Requires-Dist: typing-extensions (>=4.12.2,<5.0.0)
Description-Content-Type: text/markdown

## Keywords AI SDK
Light weight library for Keywords AI type definitions and API payload preprocessing

Features:
- Definition of types, what data structure Keywords AI expects to receive in API calls.
- Preprocessing, separating Keywords-specific parameters from LLM-specific parameters
- Conversion, converting input types from Anthropic API format into OpenAI API format.

For **tracing**, please go to [Keywords AI Tracing](https://github.com/Keywords-AI/keywordsai/tree/main/python-sdks/keywordsai-tracing) instead.
