Type annotations for boto3.Translate 1.13.26 service, generated by mypy-boto3-buider 2.0.2
Project description
mypy-boto3-translate
Type annotations for boto3.Translate 1.13.26 service compatible with mypy, VSCode, PyCharm and other tools.
Generated by mypy-boto3-buider 2.0.2.
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 Translate
service.
python -m pip install boto3-stubs[translate]
# update installed packages index for automated type discovery
python -m mypy_boto3
Use boto3
with mypy_boto3_translate
in your project and enjoy type checking and auto-complete.
import boto3
from mypy_boto3_translate import TranslateClient
# Now mypy can check if your code is valid.
client: TranslateClient = boto3.client("translate")
# works for session as well
session = boto3.session.Session(region="us-west-1")
session_client: TranslateClient = session.client("translate")
# Annotated paginators are included as well
import mypy_boto3_translate.paginator as translate_paginators
list_terminologies_paginator: translate_paginators.ListTerminologiesPaginator = client.get_paginator("list_terminologies")
Automated type discovery
mypy_boto3
package can generate index for mypy_boto3_translate
and other installed services.
# Run this command when you add or remove service packages
python -m mypy_boto3
Generated index provides overloads for boto3.client
and boto3.service
,
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 carefullyVSCode
does not currently support function overloads
Also, generated index allows you to import types from mypy_boto3
:
# you can replace imports
import mypy_boto3_translate as translate
from mypy_boto3_translate import TranslateClient
# with these
from mypy_boto3 import translate
from mypy_boto3.translate import TranslateClient
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-translate-1.13.26.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 361a2c80ff83f41db220ce1855225fb84069d184b90ae2474bf753ed0f35a234 |
|
MD5 | 1d28efbd9583476dc93cf3ad4ee05e80 |
|
BLAKE2b-256 | c47cb43249e62ad8781c8dde672f119ca05bf1c3fe67e1fe91ec26c959a8071e |
Hashes for mypy_boto3_translate-1.13.26.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 70e19b8c3553c366d39d74e6b16bef1dc7ba5b62028e6960a9ae61d0abbd100d |
|
MD5 | d3445d92f966ada46ed3d69a30b5f1bc |
|
BLAKE2b-256 | b9e71d43adf108384c5281fddb3f4f865553e78305ff6e80d213ae8dbbe078e6 |