File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change 1+ # AWS SDK for Python
2+
3+ This meta-package allows for installation of either all supported AWS
4+ services similar to boto3 with ` aws-sdk-python[all] ` or a select subset
5+ of services with ` aws-sdk-python[bedrock-runtime,...] ` .
Original file line number Diff line number Diff line change 11[project ]
2- name = " aws-sdk"
2+ name = " aws-sdk-python "
33dynamic = [" version" ]
44description = " Meta-package containing all AWS service clients."
55readme = " README.md"
@@ -23,15 +23,15 @@ dependencies = []
2323[project .optional-dependencies ]
2424bedrock_runtime = [" aws_sdk_bedrock_runtime==0.0.2" ]
2525all = [
26- " aws_sdk [bedrock_runtime]" ,
26+ " aws_sdk_python [bedrock_runtime]" ,
2727]
2828
2929[build-system ]
3030requires = [" hatchling" ]
3131build-backend = " hatchling.build"
3232
3333[tool .hatch .version ]
34- path = " src/aws_sdk /__init__.py"
34+ path = " src/aws_sdk_python /__init__.py"
3535
3636[tool .ruff ]
3737src = [" src" ]
File renamed without changes.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments