--- id: mypy-boto3-iottwinmaker version: "1.43.0" license: MIT license_treatment: permissive maintenance: active --- # mypy-boto3-iottwinmaker — Type annotations for boto3 IoTTwinMaker 1.43.0 service generated with mypy-boto3-builder 8.12.0 License: permissive · Maintenance: active · Downloads: 243.7K/mo ## What it is and what it does This package is a type-stub library generated from boto3's IoTTwinMaker service definition. It provides complete type annotations for all IoTTwinMaker client methods, parameters, and return types, enabling IDEs and type checkers to offer code completion and catch type errors before runtime. You install it alongside boto3 to unlock IDE features like autocomplete and inline documentation in VSCode, PyCharm, Emacs, and Sublime Text, or to enable static type checking with mypy and pyright. The package is generated automatically from boto3 1.43.0 using mypy-boto3-builder, so its type coverage stays synchronized with the underlying AWS service API. Use it for: - Enable IDE autocomplete and inline documentation when writing boto3 IoTTwinMaker code in VSCode or PyCharm. - Catch type errors in boto3 IoTTwinMaker calls during development using mypy or pyright type checkers. - Provide explicit type hints for IoTTwinMakerClient, waiters, and paginators in your codebase for better IDE support. - Use Literal types from mypy_boto3_iottwinmaker.literals to validate enum-like parameter values at type-check time. - Integrate type checking into CI/CD pipelines to prevent runtime type mismatches in AWS API calls. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Provides type annotations and IDE autocomplete support for boto3's IoTTwinMaker service, enabling static type checking with mypy, pyright, and other tools. Yes. Install this if you use boto3's IoTTwinMaker service and want IDE autocomplete, type checking, or both. It has no security issues, low install friction, permissive licensing, and active maintenance. The only gotcha is PyCharm's documented performance issue with Literal overloads—if you use PyCharm, consider the lite variant instead. ## Install pip install mypy-boto3-iottwinmaker uv add mypy-boto3-iottwinmaker poetry add mypy-boto3-iottwinmaker ## Installing mypy-boto3-iottwinmaker Before you install: Low install friction; pure Python wheel with a single lightweight runtime dependency (typing-extensions). Actively maintained with recent releases and no known vulnerabilities. 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-iottwinmaker from boto3.session import Session from mypy_boto3_iottwinmaker import IoTTwinMakerClient client: IoTTwinMakerClient = Session().client("iottwinmaker") Requires Python 3.9 or later; boto3 must be installed separately in your environment. Verify before relying: - Whether PyCharm performance issues mentioned in the docs (PY-40997) have been resolved in recent PyCharm versions. - Whether the lite variant (boto3-stubs-lite) is recommended over this package for production deployments to reduce memory overhead. ## Package facts - License: MIT (permissive) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 243.7K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags boto3 type annotations, iottwinmaker type stubs, mypy boto3 support, aws sdk type checking, boto3 autocomplete ide, pyright boto3 stubs, static type checking aws, type-stubs, aws-sdk, static-analysis [View on SkillFed](https://skillfed.io/packages/mypy-boto3-iottwinmaker) · [View on PyPI](https://pypi.org/project/mypy-boto3-iottwinmaker/)