--- id: mypy-boto3-lookoutequipment version: "1.43.0" license: MIT license_treatment: permissive maintenance: active --- # mypy-boto3-lookoutequipment — Type annotations for boto3 LookoutEquipment 1.43.0 service generated with mypy-boto3-builder 8.12.0 License: permissive · Maintenance: active · Downloads: 246.3K/mo ## What it is and what it does This package is a type stub library that adds static type information to boto3's LookoutEquipment service. It enables IDEs (VSCode, PyCharm, Emacs, Sublime Text) and type checkers (mypy, pyright) to provide accurate code completion, inline documentation, and type validation when working with the AWS LookoutEquipment API. The stubs are generated from boto3 1.43.0 using mypy-boto3-builder 8.12.0. The package is designed as a development-only dependency—it contains no runtime code, only type information. It works by making boto3 client and resource objects type-aware, so your editor can catch errors and suggest correct method signatures before code runs. Installation is straightforward via pip, and it integrates seamlessly with existing boto3 code without requiring code changes. Use it for: - Enable IDE autocompletion and inline documentation when calling LookoutEquipment API methods in VSCode or PyCharm. - Catch type errors in boto3 LookoutEquipment calls during development using mypy or pyright static analysis. - Provide explicit type hints for LookoutEquipmentClient in function signatures and variable declarations. - Support refactoring and code navigation in IDEs by making boto3 service methods discoverable and type-safe. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Provides type annotations and IDE autocompletion for boto3's LookoutEquipment service, enabling static type checking in mypy, pyright, and code editors. Yes, if you use boto3's LookoutEquipment service and want IDE autocompletion or static type checking. Install friction is minimal and maintenance is active. The MIT license poses no restrictions. Note: PyCharm users may experience performance issues with the full stubs; consider boto3-stubs-lite as an alternative if performance degrades. ## Install pip install mypy-boto3-lookoutequipment uv add mypy-boto3-lookoutequipment poetry add mypy-boto3-lookoutequipment ## Installing mypy-boto3-lookoutequipment Before you install: Low install friction with a single lightweight runtime dependency (typing-extensions). Active maintenance with recent releases; last commit 2026-06-22. License in practice: MIT license permits unrestricted use, modification, and distribution with minimal restrictions—suitable for both open-source and commercial projects. Quickstart: # Install type stubs for LookoutEquipment python -m pip install 'boto3-stubs[lookoutequipment]' # Use in code with type checking from boto3.session import Session from mypy_boto3_lookoutequipment import LookoutEquipmentClient client: LookoutEquipmentClient = Session().client("lookoutequipment") Requires Python 3.9 or later; boto3 must be installed separately. Verify before relying: - Whether PyCharm performance issues mentioned in the description (PY-40997) remain unresolved or have been addressed in recent versions. - Whether the lite variant (boto3-stubs-lite) is recommended as a default for new users to avoid performance overhead. ## Package facts - License: MIT (permissive) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 246.3K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags boto3 type stubs, lookoutequipment type annotations, aws sdk type hints, mypy boto3 stubs, ide autocomplete boto3, python aws type checking, boto3 lookoutequipment types, type-stubs, aws-sdk, static-typing [View on SkillFed](https://skillfed.io/packages/mypy-boto3-lookoutequipment) · [View on PyPI](https://pypi.org/project/mypy-boto3-lookoutequipment/)