{"categories":[{"label":"Software Development","url":"https://skillfed.io/packages/category/software-development/4"}],"enrichment":{"capability":"Provides type annotations and IDE autocomplete support for boto3's APIGateway service, enabling static type checking with mypy, pyright, and other tools.","skillfed_tags":["type-stubs","aws-sdk","type-checking"],"use_cases":["Enable IDE autocomplete and type checking for APIGateway operations in VSCode or PyCharm without manual type annotations.","Catch APIGateway API misuse (wrong method names, incorrect argument types) before runtime using mypy or pyright.","Provide type hints for paginator and waiter objects when iterating over large APIGateway result sets.","Reduce development friction in teams that enforce strict type checking on boto3 code.","Use in TYPE_CHECKING blocks to add type safety without adding a production dependency."],"what_it_does":"This package is a type-stub library that adds static type information for boto3's APIGateway service. It is generated automatically from boto3 1.43.0 and works with mypy, pyright, VSCode Pylance, PyCharm, Emacs, Sublime Text, and other IDEs that support Python type hints. When installed, it enables IDE autocomplete and catches type errors during development without requiring explicit type annotations in your code.\n\nThe package is designed as a companion to boto3 itself\u2014it does not provide runtime functionality but only type metadata. It can be installed standalone or as part of boto3-stubs (a metapackage that covers multiple AWS services). The stub includes type annotations for the APIGatewayClient, paginators, waiters, and service resource types, allowing your type checker to validate method calls and return types at development time.","worth_installing":"Yes. Install this if you use boto3's APIGateway service and want static type checking and IDE autocomplete. It has low install friction, no vulnerabilities, an MIT license, and is actively maintained. The only caveat is PyCharm users may experience performance issues with the full stub; they can use boto3-stubs-lite as an alternative if needed."},"id":"mypy-boto3-apigateway","links":{"html":"https://skillfed.io/packages/mypy-boto3-apigateway","md":"https://skillfed.io/packages/mypy-boto3-apigateway.md","pypi":"https://pypi.org/project/mypy-boto3-apigateway/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-04-29","license_spdx":"MIT","license_treatment":"permissive","name":"mypy-boto3-apigateway","python_support":"supports_current","summary":"Type annotations for boto3 APIGateway 1.43.0 service generated with mypy-boto3-builder 8.12.0"},"popularity":{"monthly_downloads":2154702,"position":3246,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"1.43.0"}
