Type annotations for boto3.LakeFormation 1.14.31 service, generated by mypy-boto3-buider 2.2.0
Project description
mypy-boto3-lakeformation
Type annotations for boto3.LakeFormation 1.14.31 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.31.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 50f61328120a2a256eff8527d2af9fba6c2191cf3fe67fd85da17315d2a9b84e |
|
MD5 | 6f9c577c160d1deea14c2292dda207dd |
|
BLAKE2b-256 | 5a5ea23b3653dd12316defba4c4803c7930a0f130e36e69a21dbee2150aef6be |
Hashes for mypy_boto3_lakeformation-1.14.31.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7320cf475a3c9a7aacea75e11ef153d540a9cf026aa891b7c98d1cf43c205551 |
|
MD5 | 552ef3721a31a91434e98a4664eb1853 |
|
BLAKE2b-256 | f12cebf5aeccd68e9c2948d80dbabbd674a19bbce3862fa44c6deee6d13280a8 |