skillfed

mypy-boto3-inspector-scan

Type annotations for boto3 Inspectorscan 1.43.0 service generated with mypy-boto3-builder 8.12.0

mypy-boto3-inspector-scan v1.43.0 242.8K downloads/30d#8,840 on PyPI670
Permissive license MIT Active released

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-scan

uv

uv add mypy-boto3-inspector-scan

poetry

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 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

Development Status :: 5 - Production/StableEnvironment :: ConsoleIntended Audience :: DevelopersNatural Language :: EnglishOperating System :: OS IndependentProgramming Language :: Python :: 3Programming Language :: Python :: 3 :: OnlyProgramming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.12Programming Language :: Python :: 3.13Programming Language :: Python :: 3.14Programming Language :: Python :: 3.9Programming Language :: Python :: Implementation :: CPythonTyping :: Stubs Only

Tags

boto3 type stubsaws inspector scan typingmypy boto3 annotationsboto3 ide autocompletepython aws type hintsinspector-scan type checkingboto3 service types
type-stubsaws-sdkstatic-typing

More Software Development packages

typing-extensions

Provides backported and experimental type hints…

permissive · top 100 on PyPI

numpy

NumPy provides an N-dimensional array object…

permissive · top 100 on PyPI

fastapi

FastAPI is a Python web framework for building…

permissive · top 100 on PyPI

annotated-doc

Provides a way to document function parameters,…

permissive · top 100 on PyPI

typer

Typer builds command-line applications from…

permissive · top 1,000 on PyPI

distlib

Distlib provides low-level packaging utilities…

permissive · top 1,000 on PyPI

mypy-boto3-auditmanager

Provides type annotations and IDE…

permissive · top 15,000 on PyPI

mypy-boto3-detective

Provides type annotations and IDE autocomplete…

permissive · top 15,000 on PyPI

mypy-boto3-ivschat

Provides type annotations and IDE…

permissive · top 15,000 on PyPI

mypy-boto3-panorama

Provides type annotations and IDE…

permissive · top 15,000 on PyPI

mypy-boto3-frauddetector

Provides type annotations and IDE autocomplete…

permissive · top 15,000 on PyPI

mypy-boto3-lookoutequipment

Provides type annotations and IDE…

permissive · top 15,000 on PyPI

mypy-boto3-cloudsearch

Provides type annotations and IDE autocomplete…

permissive · top 15,000 on PyPI

mypy-boto3-application-insights

Provides type annotations and IDE…

permissive · top 15,000 on PyPI

mypy-boto3-inspector

Provides type annotations for boto3's Inspector…

permissive · top 15,000 on PyPI

mypy-boto3-ec2

Provides type annotations and IDE autocomplete…

permissive · top 5,000 on PyPI