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.8.tar.gz
(6.5 kB
view hashes)
Built Distribution
Close
Hashes for mypy_boto3_s3-0.1.8-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 758ca904933cf11b5b83a2ec2d63764b2bfcbc65c88b0d38942a0344c6940abb |
|
MD5 | 1a0968becf07d857b05686e918cc29a5 |
|
BLAKE2b-256 | f2067b09ec443bcf481e4d6694aed9ebe671cec5e3ea89cf7b59d2e0429d13e8 |