--- id: mypy-boto3-iotthingsgraph version: "1.43.0" license: MIT license_treatment: permissive maintenance: active --- # mypy-boto3-iotthingsgraph — Type annotations for boto3 IoTThingsGraph 1.43.0 service generated with mypy-boto3-builder 8.12.0 License: permissive · Maintenance: active · Downloads: 250.6K/mo ## 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 above — 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 pip install mypy-boto3-iotthingsgraph uv add mypy-boto3-iotthingsgraph 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_current - Install friction: low - Maintenance: active - Downloads: 250.6K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags boto3 type stubs, iotthingsgraph type annotations, mypy boto3 stubs, boto3 ide autocomplete, type checking aws sdk, pyright boto3 types, boto3 type hints, type-stubs, boto3, aws [View on SkillFed](https://skillfed.io/packages/mypy-boto3-iotthingsgraph) · [View on PyPI](https://pypi.org/project/mypy-boto3-iotthingsgraph/)