Type annotations for boto3.LakeFormation 1.14.20 service, generated by mypy-boto3-buider 2.2.0
Project description
mypy-boto3-lakeformation
Type annotations for boto3.LakeFormation 1.14.20 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.20.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3abdc7dce012a46f05b58d02ce3dd561b1e151ab4d88b049a61ccd985a3be9f3 |
|
MD5 | 38ccf4b3c6bab4c70a0e2da8b74d3a06 |
|
BLAKE2b-256 | 222d986b66f06a6ece81e094a00028ad08bdca0999e7747ad8ad7816ba679d44 |
Hashes for mypy_boto3_lakeformation-1.14.20.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5fbc160543953660a21f70fe99a96d39a7eb69a47b6f9150d269d67c39fffd12 |
|
MD5 | db854108ff85d5f5c57964290f2b4c36 |
|
BLAKE2b-256 | 58c1eccaf7f5829b1e2570f61c85a4c27c572dee3a21a6ff53ab4d0c4471090b |