mypy-boto3-inspector-scan
Type annotations for boto3 Inspectorscan 1.43.0 service generated with mypy-boto3-builder 8.12.0
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 on this page — 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
mypy-boto3-inspector-scan on PyPI
pip
pip install mypy-boto3-inspector-scanuv
uv add mypy-boto3-inspector-scanpoetry
poetry add mypy-boto3-inspector-scanInstalling 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 the current Python release (>=3.9) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 1 — typing-extensions |
| Maintenance | actively maintained — 107 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 242,786/month — #8,840 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: mypy_boto3_inspector_scan-1.43.0-py3-none-any.whl
Keywords: boto3, inspector-scan, boto3-stubs, type-annotations, mypy, typeshed, autocomplete
Tags
More Software Development packages
Provides backported and experimental type hints…
permissive · top 100 on PyPI
numpyNumPy provides an N-dimensional array object…
permissive · top 100 on PyPI
fastapiFastAPI is a Python web framework for building…
permissive · top 100 on PyPI
annotated-docProvides a way to document function parameters,…
permissive · top 100 on PyPI
typerTyper builds command-line applications from…
permissive · top 1,000 on PyPI
distlibDistlib provides low-level packaging utilities…
permissive · top 1,000 on PyPI
mypy-boto3-auditmanagerProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-detectiveProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-ivschatProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-panoramaProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-frauddetectorProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-lookoutequipmentProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-cloudsearchProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-application-insightsProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-inspectorProvides type annotations for boto3's Inspector…
permissive · top 15,000 on PyPI
mypy-boto3-ec2Provides type annotations and IDE autocomplete…
permissive · top 5,000 on PyPI