mypy-boto3-lakeformation

Type annotations for boto3 LakeFormation service in Python.

pipmacoslinuxwindows
Try with needOr install directly
Source

About

Type annotations for boto3 LakeFormation 1.42.45 service generated with mypy-boto3-builder 8.12.0

Examples

add type hints to boto3 lakeformation code$ python -c "from mypy_boto3_lakeformation import Client; import boto3; client: Client = boto3.client('lakeformation')"
enable IDE autocomplete for lakeformation operations$ python -c "from mypy_boto3_lakeformation.client import LakeFormationClient; print(LakeFormationClient.__doc__)"
check python code for lakeformation type errors$ mypy --plugin mypy_boto3_lakeformation your_script.py
get type information for lakeformation service methods$ python -c "from mypy_boto3_lakeformation import ServiceResource; help(ServiceResource)"
validate lakeformation boto3 type annotations in project$ mypy your_lakeformation_module.py