Type annotations for boto3.WorkMail 1.13.26 service, generated by mypy-boto3-buider 2.0.2
Project description
mypy-boto3-workmail
Type annotations for boto3.WorkMail 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 WorkMail
service.
python -m pip install boto3-stubs[workmail]
# update installed packages index for automated type discovery
python -m mypy_boto3
Use boto3
with mypy_boto3_workmail
in your project and enjoy type checking and auto-complete.
import boto3
from mypy_boto3_workmail import WorkMailClient
# Now mypy can check if your code is valid.
client: WorkMailClient = boto3.client("workmail")
# works for session as well
session = boto3.session.Session(region="us-west-1")
session_client: WorkMailClient = session.client("workmail")
# Annotated paginators are included as well
import mypy_boto3_workmail.paginator as workmail_paginators
list_aliases_paginator: workmail_paginators.ListAliasesPaginator = client.get_paginator("list_aliases")
list_group_members_paginator: workmail_paginators.ListGroupMembersPaginator = client.get_paginator("list_group_members")
list_groups_paginator: workmail_paginators.ListGroupsPaginator = client.get_paginator("list_groups")
list_mailbox_permissions_paginator: workmail_paginators.ListMailboxPermissionsPaginator = client.get_paginator("list_mailbox_permissions")
list_organizations_paginator: workmail_paginators.ListOrganizationsPaginator = client.get_paginator("list_organizations")
list_resource_delegates_paginator: workmail_paginators.ListResourceDelegatesPaginator = client.get_paginator("list_resource_delegates")
list_resources_paginator: workmail_paginators.ListResourcesPaginator = client.get_paginator("list_resources")
list_users_paginator: workmail_paginators.ListUsersPaginator = client.get_paginator("list_users")
Automated type discovery
mypy_boto3
package can generate index for mypy_boto3_workmail
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_workmail as workmail
from mypy_boto3_workmail import WorkMailClient
# with these
from mypy_boto3 import workmail
from mypy_boto3.workmail import WorkMailClient
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-workmail-1.13.26.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | dfd92845668c835bf8e72cb5931c035ec7c51a26271f258befe87fb5794e8461 |
|
MD5 | 75607cfa11c72036ae3f4e2410adf976 |
|
BLAKE2b-256 | c605a66343597ef476d558be812da22fff47884c06ff4625e55f3d2e51b2f332 |
Hashes for mypy_boto3_workmail-1.13.26.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | af27d71e19f9838b61a59c1552ec58bc1c11cc983ac19042e9df512effe9db60 |
|
MD5 | ed53a49b50a087154b7c5d13a53dbee3 |
|
BLAKE2b-256 | d94316ea3f198b0e59a50606137d1c4143809dd759347acedb1a2bc25bbd246a |