Type annotations for boto3.Batch 1.14.7 service, generated by mypy-boto3-buider 2.2.0
Project description
mypy-boto3-batch
Type annotations for boto3.Batch 1.14.7 service compatible with mypy, VSCode, PyCharm and other tools.
Generated by mypy-boto3-buider 2.2.0.
More information can be found on boto3-stubs page.
How to install
Make sure you have mypy installed and activated in your IDE.
Install boto3-stubs
for Batch
service.
python -m pip install boto3-stubs[batch]
How to use
Client annotations
BatchClient
provides annotations for boto3.client("batch")
.
import boto3
from mypy_boto3_batch import BatchClient
from mypy_boto3_batch.paginator import (
DescribeComputeEnvironmentsPaginator,
DescribeJobDefinitionsPaginator,
DescribeJobQueuesPaginator,
ListJobsPaginator,
)
from mypy_boto3_batch.type_defs import ArrayPropertiesDetailTypeDef, ...
client: BatchClient = boto3.client("batch")
# now client usage is checked by mypy and IDE should provide code auto-complete
# works for session as well
session = boto3.session.Session(region="us-west-1")
session_client: BatchClient = session.client("batch")
Paginators annotations
mypy_boto3_batch.paginator
module contains type annotations for all paginators.
client: BatchClient = boto3.client("batch")
# Explicit type annotations are optional here
# Type should be correctly discovered by mypy and IDEs
# VSCode requires explicit type annotations
describe_compute_environments_paginator: DescribeComputeEnvironmentsPaginator = client.get_paginator("describe_compute_environments")
describe_job_definitions_paginator: DescribeJobDefinitionsPaginator = client.get_paginator("describe_job_definitions")
describe_job_queues_paginator: DescribeJobQueuesPaginator = client.get_paginator("describe_job_queues")
list_jobs_paginator: ListJobsPaginator = client.get_paginator("list_jobs")
Typed dictionations
mypy_boto3_batch.type_defs
module contains structures and shapes assembled
to typed dictionaries for additional type checking.
def get_structure() -> ArrayPropertiesDetailTypeDef:
return {
...
}
Dynamic type annotations
mypy_boto3
command generates boto3.client/resource
type annotations for
mypy_boto3_batch
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
# Type is discovered correctly by mypy and PyCharm
# VSCode still needs explicit type annotations
client = boto3.client("batch")
session_client = boto3.Session().client("batch")
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-batch-1.14.7.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | fb9723ff5701091ab0b19e86cd91441ec9f7eac3db31d32f0b5805874865d7db |
|
MD5 | a99706aebf02f69c5ac1abfa89323362 |
|
BLAKE2b-256 | a42f375e67b719c73f715cec4ac4cda6b41f501feae39949dfd288ea38f9362a |
Hashes for mypy_boto3_batch-1.14.7.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 716d4a657bf9e52ed2762442188730f8eeea14f04d5335a9d040057bf2afc5e8 |
|
MD5 | 50ffce734ca39023db63c43915d5d510 |
|
BLAKE2b-256 | d429106e6a16c01925feca2fb72a2b65bdbbfacc066a0271d33f67548951d6c7 |