mypy-boto3-s3

Type annotations for boto3 S3 service

pipmacoslinuxwindows
Try with needOr install directly
Source

About

Type annotations for boto3 S3 1.42.67 service generated with mypy-boto3-builder 8.12.0

Examples

Import type annotations in Python code for S3 client$ python -c "from mypy_boto3_s3.client import S3Client"
Use in a Python script with type hints for IDE autocomplete$ python -c "import boto3; from mypy_boto3_s3 import S3Client; client: S3Client = boto3.client('s3')"
Enable mypy type checking for boto3 S3 operations$ mypy --plugin mypy_boto3_plugins your_script.py