--- id: mypy-boto3-inspector-scan version: "1.43.0" license: MIT license_treatment: permissive maintenance: active --- # mypy-boto3-inspector-scan — Type annotations for boto3 Inspectorscan 1.43.0 service generated with mypy-boto3-builder 8.12.0 License: permissive · Maintenance: active · Downloads: 242.8K/mo ## What it is and what it does This package is a type-stub library that adds complete type annotations to the boto3 Inspector Scan service. It is generated automatically from boto3's service definitions using mypy-boto3-builder 8.12.0 and works with mypy, pyright, VSCode, PyCharm, Emacs, Sublime Text, and other tools that support Python type checking. When installed, it enables IDE autocompletion and static type checking for Inspector Scan API calls without requiring explicit type annotations in your code. The package is a stub-only distribution—it contains no runtime logic, only type information—and integrates transparently with boto3. It supports Python 3.9 through 3.14. Use it for: - Enable IDE autocompletion and parameter hints when writing boto3 Inspector Scan code in VSCode or PyCharm. - Catch type errors in Inspector Scan API calls at development time using mypy or pyright before deployment. - Provide explicit type annotations for InspectorscanClient and service-specific literals in large codebases. - Integrate type checking into CI/CD pipelines to enforce correctness of AWS API usage. - Use in TYPE_CHECKING blocks to add type safety without adding a production dependency. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Provides type annotations and IDE autocompletion for the boto3 Inspector Scan service, enabling static type checking with mypy, pyright, and other tools. Yes. Install this if you use boto3 Inspector Scan and want IDE autocompletion or static type checking. It has no runtime overhead, minimal dependencies, active maintenance, and an MIT license. The description notes PyCharm performance concerns with Literal overloads; consult the docs if you encounter slowness. ## Install pip install mypy-boto3-inspector-scan uv add mypy-boto3-inspector-scan poetry add mypy-boto3-inspector-scan ## Installing mypy-boto3-inspector-scan Before you install: Low install friction—a pure-Python wheel with a single lightweight runtime dependency (typing-extensions). Actively maintained with recent releases; repository shows 670 stars and last commit on 2026-06-22. License in practice: MIT license permits unrestricted use, modification, and distribution in both open-source and proprietary projects with minimal obligations. Quickstart: pip install mypy-boto3-inspector-scan from boto3.session import Session from mypy_boto3_inspector_scan import InspectorscanClient client: InspectorscanClient = Session().client("inspector-scan") Requires Python 3.9 or later; type checking requires a compatible tool such as mypy or pyright. Verify before relying: - Performance impact on PyCharm reported in description but not quantified in fact sheet. - Whether lite variants are necessary for PyCharm workflows in practice. - Exact boto3 version compatibility beyond the 1.43.0 mentioned in the summary. ## Package facts - License: MIT (permissive) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 242.8K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags boto3 type stubs, aws inspector scan typing, mypy boto3 annotations, boto3 ide autocomplete, python aws type hints, inspector-scan type checking, boto3 service types, type-stubs, aws-sdk, static-typing [View on SkillFed](https://skillfed.io/packages/mypy-boto3-inspector-scan) · [View on PyPI](https://pypi.org/project/mypy-boto3-inspector-scan/)