mypy-boto3-dynamodb

Type annotations for boto3 DynamoDB service

pipmacoslinuxwindows
Try with needOr install directly
Source

About

Type annotations for boto3 DynamoDB 1.42.55 service generated with mypy-boto3-builder 8.12.0

Examples

Import type hints in Python code for DynamoDB client$ python -c "from mypy_boto3_dynamodb import DynamoDBClient"
Use in mypy type checking for boto3 DynamoDB operations$ mypy --strict your_dynamodb_script.py
Enable IDE autocomplete for DynamoDB boto3 operations$ python -c "from mypy_boto3_dynamodb.client import DynamoDBClient; help(DynamoDBClient.get_item)"