skillfed

mypy-boto3-lookoutequipment

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

mypy-boto3-lookoutequipment v1.43.0 246.3K downloads/30d#8,715 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 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 on this page — 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

mypy-boto3-lookoutequipment on PyPI

pip

pip install mypy-boto3-lookoutequipment

uv

uv add mypy-boto3-lookoutequipment

poetry

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

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

Keywords: boto3, lookoutequipment, 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 stubslookoutequipment type annotationsaws sdk type hintsmypy boto3 stubside autocomplete boto3python aws type checkingboto3 lookoutequipment types
type-stubsaws-sdkstatic-typing

More Software Development packages