skillfed

mypy-boto3-iotthingsgraph

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

mypy-boto3-iotthingsgraph v1.43.0 250.6K downloads/30d#8,624 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 annotations to boto3's IoTThingsGraph service client. It is generated automatically from boto3 1.43.0 using mypy-boto3-builder 8.12.0 and provides full type information for client methods, paginators, and service resources.

When installed, it enables type checkers like mypy and pyright, as well as IDEs like VSCode, PyCharm, Emacs, and Sublime Text, to validate boto3 code at development time and offer accurate autocompletion. The package has no runtime behavior—it only provides type metadata—and depends solely on typing-extensions. It supports Python 3.9 through 3.14.

Use it for:

  • Enable IDE autocompletion and type hints when writing boto3 IoTThingsGraph client code in VSCode or PyCharm.
  • Run mypy or pyright type checking on boto3 IoTThingsGraph code to catch type errors before deployment.
  • Use in a TYPE_CHECKING block to add type safety without adding a production runtime dependency.
  • Validate paginator and service resource types when working with boto3 IoTThingsGraph operations.
  • Integrate with Emacs or Sublime Text via LSP and pyright for real-time type checking and completion.

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

Provides type annotations and IDE autocompletion for the boto3 IoTThingsGraph 1.43.0 service, compatible with mypy, pyright, VSCode, PyCharm, and other type-aware tools.

Yes. Install this if you use boto3's IoTThingsGraph service and want type safety and IDE autocompletion. It has minimal install friction, is actively maintained, carries an MIT license with no restrictions, and has no known vulnerabilities. The only caveat is that PyCharm users may experience performance issues with Literal overloads (PY-40997); in that case, consider boto3-stubs-lite instead.

Install

mypy-boto3-iotthingsgraph on PyPI

pip

pip install mypy-boto3-iotthingsgraph

uv

uv add mypy-boto3-iotthingsgraph

poetry

poetry add mypy-boto3-iotthingsgraph

Installing mypy-boto3-iotthingsgraph

Before you install

Low install friction with a single runtime dependency on typing-extensions. The package is actively maintained, with a recent release and active repository; generated with mypy-boto3-builder 8.12.0.

License in practice

MIT license permits unrestricted use, modification, and distribution in both open-source and commercial projects with minimal obligations.

Quickstart

pip install mypy-boto3-iotthingsgraph

from boto3.session import Session
from mypy_boto3_iotthingsgraph import IoTThingsGraphClient

client: IoTThingsGraphClient = Session().client("iotthingsgraph")

Requires Python 3.9 or later; mypy, pyright, or IDE with type-checking support to realize type-checking and autocompletion benefits.

Verify before relying

  • Whether PyCharm performance issues mentioned in the description (PY-40997) have been resolved since the package was generated.
  • Whether the lite version (boto3-stubs-lite) is recommended for production deployments to reduce memory overhead.

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 250,583/month — #8,624 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: mypy_boto3_iotthingsgraph-1.43.0-py3-none-any.whl

Keywords: boto3, iotthingsgraph, 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 stubsiotthingsgraph type annotationsmypy boto3 stubsboto3 ide autocompletetype checking aws sdkpyright boto3 typesboto3 type hints
type-stubsboto3aws

More Software Development packages