mypy-boto3-glue

Type hints for AWS Glue boto3 service in Python code

pipmacoslinuxwindows
Try with needOr install directly
Source

About

Type annotations for boto3 Glue 1.42.68 service generated with mypy-boto3-builder 8.12.0

Examples

get autocomplete for boto3 glue client in python ide$ python -c "from mypy_boto3_glue import Client; print(Client.__doc__)"
check python code for type errors with glue boto3$ mypy --plugin mypy_boto3_glue my_script.py
use type hints for aws glue in vscode or pycharm$ python -c "from mypy_boto3_glue.client import GlueClient"
import glue service types for static analysis$ python -c "from mypy_boto3_glue import ServiceResource"
enable intellisense for glue api calls in editor$ pip show mypy-boto3-glue