Metadata-Version: 2.4
Name: bedrock-converse
Version: 0.1.4
Summary: Python SDK for AWS Bedrock Converse API with tool calling, embeddings, and vector search
License-Expression: MIT
Requires-Python: >=3.10
License-File: LICENSE
Requires-Dist: pydantic>=2.0
Requires-Dist: json5
Requires-Dist: json-repair
Requires-Dist: jsonschema
Provides-Extra: aws
Requires-Dist: boto3>=1.28; extra == "aws"
Provides-Extra: openai
Requires-Dist: openai>=1.0; extra == "openai"
Provides-Extra: image
Requires-Dist: pillow>=9.0; extra == "image"
Provides-Extra: all
Requires-Dist: boto3>=1.28; extra == "all"
Requires-Dist: pillow>=9.0; extra == "all"
Requires-Dist: openai>=1.0; extra == "all"
Dynamic: license-file
