mypy-boto3-apigateway

Type hints for AWS API Gateway boto3 client and resources.

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

add type checking to api gateway boto3 code$ python -c "from mypy_boto3_apigateway import APIGatewayClient"
enable autocomplete for api gateway methods in ide$ python -c "from mypy_boto3_apigateway.client import APIGatewayClient as Client"
validate api gateway client type annotations with mypy$ mypy your_script.py
import api gateway resource type hints for static analysis$ python -c "from mypy_boto3_apigateway import ServiceResource"
use type stubs for boto3 api gateway in python projects$ python -c "import mypy_boto3_apigateway; print(mypy_boto3_apigateway.__version__)"