Type annotations for boto3.WorkLink 1.14.19 service, generated by mypy-boto3-buider 2.2.0
Project description
mypy-boto3-worklink
Type annotations for boto3.WorkLink 1.14.19 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 WorkLink
service.
python -m pip install boto3-stubs[worklink]
How to use
Client annotations
WorkLinkClient
provides annotations for boto3.client("worklink")
.
import boto3
from mypy_boto3_worklink import WorkLinkClient
from mypy_boto3_worklink.type_defs import DeviceSummaryTypeDef, ...
client: WorkLinkClient = boto3.client("worklink")
# 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: WorkLinkClient = session.client("worklink")
Typed dictionations
mypy_boto3_worklink.type_defs
module contains structures and shapes assembled
to typed dictionaries for additional type checking.
def get_structure() -> DeviceSummaryTypeDef:
return {
...
}
Dynamic type annotations
mypy_boto3
command generates boto3.client/resource
type annotations for
mypy_boto3_worklink
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("worklink")
session_client = boto3.Session().client("worklink")
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-worklink-1.14.19.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | cb15ae822f87c8ebec9576116f4784fbf5c97d97c10c7309d8d95301ef638bad |
|
MD5 | aa1472306e3b6c1ffa6e90f6d4aa05cb |
|
BLAKE2b-256 | 9420c9a8caf90c9d42faaab5587acc52e2340874605d31d9af91a1938288c162 |
Hashes for mypy_boto3_worklink-1.14.19.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 98f3f6539fe47b2d55aeb885f2b6c6182bfd4cac1fdc907ba9ffe05c373ca78d |
|
MD5 | d962e428e438faf37c5931e0efa2e60e |
|
BLAKE2b-256 | 20b57a805062e3bc6bb4b128525dc7e9299bbf56d8d6453a6b4b4927f9ff2481 |