--- id: mypy-boto3-resourcegroupstaggingapi version: "1.43.15" license: MIT license_treatment: permissive maintenance: active --- # mypy-boto3-resourcegroupstaggingapi — Type annotations for boto3 ResourceGroupsTaggingAPI 1.43.15 service generated with mypy-boto3-builder 8.12.0 License: permissive · Maintenance: active · Downloads: 514.3K/mo ## What it is and what it does This package is a type stub that adds static type information to boto3's ResourceGroupsTaggingAPI service. It enables IDEs and type checkers like mypy and pyright to understand boto3 API calls, providing autocomplete suggestions and catching type errors before runtime. The stubs are generated from boto3 service definitions and work with VSCode, PyCharm, Emacs, Sublime Text, and other editors that support Python language servers. The package depends only on typing-extensions and is designed to be installed alongside boto3 without adding runtime overhead. It supports modern Python versions (3.9 through 3.14) and is classified as production-stable. Type annotations cover client methods, paginators, and service-specific type definitions, allowing developers to write fully type-annotated AWS code. Use it for: - Enable IDE autocomplete and type checking when using boto3 ResourceGroupsTaggingAPI in VSCode with Pylance or PyCharm. - Catch boto3 API usage errors during static analysis with mypy or pyright before deploying to production. - Write fully type-annotated AWS infrastructure code with explicit type hints for client objects and responses. - Improve code documentation and maintainability by making boto3 method signatures and return types visible in the editor. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Provides type annotations and IDE autocomplete support for boto3's ResourceGroupsTaggingAPI service, enabling static type checking with mypy, pyright, and other tools. Yes, if you use boto3's ResourceGroupsTaggingAPI service and want IDE support or static type checking. Installation is frictionless, the package is actively maintained, carries no security vulnerabilities, and is MIT-licensed. The only gotcha is that PyCharm may experience performance issues with the full stubs (the description recommends boto3-stubs-lite as a workaround), and the stubs are tied to boto3 version 1.43.15. ## Install pip install mypy-boto3-resourcegroupstaggingapi uv add mypy-boto3-resourcegroupstaggingapi poetry add mypy-boto3-resourcegroupstaggingapi ## Installing mypy-boto3-resourcegroupstaggingapi Before you install: Low friction installation with a single runtime dependency (typing-extensions). Actively maintained as of 2026-06-22 with regular releases. License in practice: MIT license permits unrestricted use, modification, and distribution in both open-source and proprietary projects. Quickstart: # Install python -m pip install 'boto3-stubs[resourcegroupstaggingapi]' # Use in code from boto3.session import Session from mypy_boto3_resourcegroupstaggingapi import ResourceGroupsTaggingAPIClient client: ResourceGroupsTaggingAPIClient = Session().client("resourcegroupstaggingapi") Requires boto3 version 1.43.15 and Python 3.9 or later; designed as a type-checking-only stub package, not for runtime functionality. Verify before relying: - Whether performance issues in PyCharm mentioned in the description affect this specific version or have been resolved - Compatibility with boto3 versions other than 1.43.15 ## Package facts - License: MIT (permissive) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 514.3K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags boto3 type stubs, aws resourcegroupstaggingapi types, boto3 type annotations, mypy boto3 stubs, ide autocomplete aws, pyright boto3 support, static type checking aws, type-stubs, aws-sdk, static-analysis [View on SkillFed](https://skillfed.io/packages/mypy-boto3-resourcegroupstaggingapi) · [View on PyPI](https://pypi.org/project/mypy-boto3-resourcegroupstaggingapi/)