Type annotations for boto3.LakeFormation 1.14.48 service, generated by mypy-boto3-buider 2.2.0
Project description
mypy-boto3-lakeformation
Type annotations for boto3.LakeFormation 1.14.48 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.48.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6afe68d88971a2ec1045a63de44810d56f48fe8461eba45ff629e584b8507b21 |
|
MD5 | 1f06dc13cf6ea1185061476e523f5e1d |
|
BLAKE2b-256 | 6e4425193bc80ea81d1d54fab56824fc37a31948898026e067026a3939363c77 |
Hashes for mypy_boto3_lakeformation-1.14.48.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | b5cefe8c437d598398af03fd1e25da8aff8b6dbf71a337d739b7103645cd02e1 |
|
MD5 | b3f45032aa8680ea35d3ffb004ded5b7 |
|
BLAKE2b-256 | a9a56d31d82b01a4a46b1cf11050f0fe876b80af23c2c972f67b3fa029404741 |