Mypy-friendly boto3 type annotations for s3 service.
Project description
mypy-boto3-s3 submodule
Provides type annotations for boto3.s3
service
Installation
pip install mypy-boto3[s3]
Usage
import boto3
from mypy_boto3.s3 import Client, ServiceResource
client: Client = boto3.client("s3")
resource: ServiceResource = boto3.resource("s3")
# now your IDE can suggest you method and arguments names
# and mypy can check types
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
mypy-boto3-s3-0.1.7.tar.gz
(6.5 kB
view hashes)
Built Distribution
Close
Hashes for mypy_boto3_s3-0.1.7-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 305c21bad6a349883157890586bba36adfe18e18ba7a2ebcccea6388725c2507 |
|
MD5 | 7acbf01aea06c51651c4300a581b2080 |
|
BLAKE2b-256 | 6155167dd409923ed3d4ee7bbad072c840983b4b324298e57642f0b9eb930230 |