--- id: mypy-boto3-inspector2 version: "1.43.64" license: MIT license_treatment: permissive maintenance: active --- # mypy-boto3-inspector2 — Type annotations for boto3 Inspector2 1.43.64 service generated with mypy-boto3-builder 8.12.0 License: permissive · Maintenance: active · Downloads: 257.6K/mo ## What it is and what it does This package is a type-stub library that adds static type information to boto3's Inspector2 AWS service client. It's generated automatically from boto3 1.43.64 and works with mypy, pyright, VSCode Pylance, PyCharm, Emacs, and Sublime Text to provide code completion and type checking as you write boto3 code. When installed, you can annotate boto3 Inspector2 clients, paginators, and waiters with precise types, allowing your IDE and type checker to catch errors before runtime. The package is designed as a development-only dependency—you can use TYPE_CHECKING guards to keep it out of production builds. It has no external dependencies beyond typing-extensions and is actively maintained, with support for Python 3.9 through 3.14. Use it for: - Add IDE autocompletion and type hints when writing boto3 Inspector2 client code in VSCode or PyCharm. - Enable mypy or pyright to catch type errors in Inspector2 API calls during CI/CD pipelines. - Use with TYPE_CHECKING guards to provide type hints for development without adding a runtime dependency. - Generate local type stubs via mypy-boto3-builder for a customized, offline-friendly setup. - Support Emacs or Sublime Text development with LSP-based type checking for boto3 Inspector2 operations. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Provides type annotations and IDE autocompletion support for boto3's Inspector2 service, enabling static type checking with mypy, pyright, and other tools. Yes. This is a lightweight, actively maintained type-stub package with no known vulnerabilities, low install friction, and a permissive MIT license. Install it if you use boto3's Inspector2 service and want IDE autocompletion and static type checking. Use TYPE_CHECKING guards if you want to avoid a production dependency. PyCharm users should monitor performance; boto3-stubs-lite is available as a lighter alternative if needed. ## Install pip install mypy-boto3-inspector2 uv add mypy-boto3-inspector2 poetry add mypy-boto3-inspector2 ## Installing mypy-boto3-inspector2 Before you install: Low friction installation with a single runtime dependency (typing-extensions). Actively maintained with a recent release (10 days old) and no known vulnerabilities. License in practice: MIT license permits unrestricted use, modification, and distribution in both open-source and proprietary projects. Quickstart: pip install mypy-boto3-inspector2 from boto3.session import Session from mypy_boto3_inspector2 import Inspector2Client client: Inspector2Client = Session().client("inspector2") Requires Python 3.9 or later; boto3 must be installed separately in your environment. Verify before relying: - Whether performance impact in PyCharm is acceptable for your codebase size (docs mention potential slowness with Literal overloads). - Whether boto3-stubs-lite is a better fit if you need lighter memory footprint or faster PyCharm performance. ## Package facts - License: MIT (permissive) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 257.6K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags boto3 type stubs inspector2, aws inspector2 type annotations, boto3 mypy stubs, inspector2 autocomplete, boto3 type checking, inspector2 ide support, boto3-stubs inspector2, type-stubs, aws-sdk, boto3 [View on SkillFed](https://skillfed.io/packages/mypy-boto3-inspector2) · [View on PyPI](https://pypi.org/project/mypy-boto3-inspector2/)