skillfed

mypy-boto3-inspector2

Type annotations for boto3 Inspector2 1.43.64 service generated with mypy-boto3-builder 8.12.0

mypy-boto3-inspector2 v1.43.64 257.6K downloads/30d#8,441 on PyPI670
Permissive license MIT Active released

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 on this page — 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

mypy-boto3-inspector2 on PyPI

pip

pip install mypy-boto3-inspector2

uv

uv add mypy-boto3-inspector2

poetry

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 the current Python release (>=3.9)
Install friction low — pure-Python wheel
Runtime dependencies 1 — typing-extensions
Maintenance actively maintained — 10 days since the last release
Last repo commit
First released
Downloads 257,564/month — #8,441 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: mypy_boto3_inspector2-1.43.64-py3-none-any.whl

Keywords: boto3, inspector2, 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 stubs inspector2aws inspector2 type annotationsboto3 mypy stubsinspector2 autocompleteboto3 type checkinginspector2 ide supportboto3-stubs inspector2
type-stubsaws-sdkboto3

More Software Development packages