Type annotations for boto3.LakeFormation 1.14.24 service, generated by mypy-boto3-buider 2.2.0
Project description
mypy-boto3-lakeformation
Type annotations for boto3.LakeFormation 1.14.24 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 LakeFormation
service.
python -m pip install boto3-stubs[lakeformation]
How to use
Client annotations
LakeFormationClient
provides annotations for boto3.client("lakeformation")
.
import boto3
from mypy_boto3_lakeformation import LakeFormationClient
from mypy_boto3_lakeformation.type_defs import BatchPermissionsFailureEntryTypeDef, ...
client: LakeFormationClient = boto3.client("lakeformation")
# 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: LakeFormationClient = session.client("lakeformation")
Typed dictionations
mypy_boto3_lakeformation.type_defs
module contains structures and shapes assembled
to typed dictionaries for additional type checking.
def get_structure() -> BatchPermissionsFailureEntryTypeDef:
return {
...
}
Dynamic type annotations
mypy_boto3
command generates boto3.client/resource
type annotations for
mypy_boto3_lakeformation
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("lakeformation")
session_client = boto3.Session().client("lakeformation")
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-lakeformation-1.14.24.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 478f98514c30eed65763708632a7ed213987f46abe707040b58d84bea9f4087d |
|
MD5 | 142b81abb2a2fb4193460ad2eae0932c |
|
BLAKE2b-256 | 4c5a1a1c521ed237b8e45a4e6c2975f8bc19fc0a6d53df68e73b47ece90ea42d |
Hashes for mypy_boto3_lakeformation-1.14.24.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 859d638bcf5c1a5ea75a6ca46e194710da4df8a3d79eadafb25c61f6ae8014ab |
|
MD5 | 84aff58422d0fa2998c3a06b07921f21 |
|
BLAKE2b-256 | b4427621a81ba804a8df670336b4a378ef775e530d65692f51bd9b9256408893 |