Type annotations for boto3.Snowball 1.13.26 service, generated by mypy-boto3-buider 2.0.4
Project description
mypy-boto3-snowball
Type annotations for boto3.Snowball 1.13.26 service compatible with mypy, VSCode, PyCharm and other tools.
Generated by mypy-boto3-buider 2.0.4.
More information can be found on boto3-stubs page.
How to use
Make sure you have mypy installed and activated in your IDE.
Install boto3-stubs
for Snowball
service.
python -m pip install boto3-stubs[snowball]
Use boto3
with mypy_boto3_snowball
in your project and enjoy type checking and auto-complete.
import boto3
from mypy_boto3_snowball import SnowballClient
# Now mypy can check if your code is valid.
client: SnowballClient = boto3.client("snowball")
# works for session as well
session = boto3.session.Session(region="us-west-1")
session_client: SnowballClient = session.client("snowball")
# Annotated paginators are included as well
import mypy_boto3_snowball.paginator as snowball_paginators
describe_addresses_paginator: snowball_paginators.DescribeAddressesPaginator = client.get_paginator("describe_addresses")
list_cluster_jobs_paginator: snowball_paginators.ListClusterJobsPaginator = client.get_paginator("list_cluster_jobs")
list_clusters_paginator: snowball_paginators.ListClustersPaginator = client.get_paginator("list_clusters")
list_compatible_images_paginator: snowball_paginators.ListCompatibleImagesPaginator = client.get_paginator("list_compatible_images")
list_jobs_paginator: snowball_paginators.ListJobsPaginator = client.get_paginator("list_jobs")
Dynamic type annotations
mypy_boto3
command generates boto3.client/resource
type annotations for
mypy_boto3_snowball
and other installed services.
# Run this command after you add or remove service packages
python -m mypy_boto3
Generated type annotations provide overloads for boto3.client
and boto3.resource
,
boto3.Session.client
and boto3.Session.resource
functions,
so explicit type annotations are not needed.
mypy
supports function overloads as expectedPyCharm
also supports function overloads, but consumes a lot of RAM, use carefully if you have many services installedVSCode
does not currently support function overloads, use explicit type annotations
import boto3
# Type is discovered correctly by mypy and PyCharm
# VSCode still needs explicit type annotations
client = boto3.client("snowball")
session_client = boto3.Session().client("snowball")
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
Built Distribution
Hashes for mypy-boto3-snowball-1.13.26.2.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5c5e2368ba8a5583c3421333cb71d4650c98b1ef434d0737847a79b5cd435c9b |
|
MD5 | 01775ce952d157ac29c64ebf2479a0ea |
|
BLAKE2b-256 | 87d27e0ac78775e9d69dbca7bc1300a91ab20e56587107602cd88a6360d46cc7 |
Hashes for mypy_boto3_snowball-1.13.26.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 05e1a787a3da34f71d37189149e180dd886e8e75f685ab09aea59515530df71e |
|
MD5 | 9da94efac37f41b14d47c3460bce6e5c |
|
BLAKE2b-256 | cb30bb38634d69c44e83154cd1f78b4a8fee07f3a6dbe0f0dba8544f241429ce |