mypy-boto3-apigateway

Type annotations for boto3 APIGateway service

pipmacoslinuxwindows
Try with needOr install directly
Source

About

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

Examples

Import type stubs in Python code for APIGateway client$ python -c "from mypy_boto3_apigateway import APIGatewayClient"
Use type hints in IDE for boto3 APIGateway operations$ python -c "from mypy_boto3_apigateway.client import APIGatewayClient; client: APIGatewayClient"
Enable mypy type checking for APIGateway boto3 code$ mypy --install-types your_script.py