mypy-boto3-iotanalytics
Type annotations for boto3 IoTAnalytics 1.42.3 service generated with mypy-boto3-builder 8.12.0
What it is and what it does
This package is a type-stub library that adds static type information for boto3's IoTAnalytics service. It is generated automatically from boto3 1.42.3 and works with mypy, pyright, VSCode Pylance, PyCharm, Emacs, Sublime Text, and other IDE and type-checker tooling. When installed, it enables IDE code completion and catches type errors at development time without requiring explicit type annotations in your code.
The package is a stub-only distribution—it contains no runtime code, only type definitions. It is designed to be installed alongside boto3 in development environments. The library includes type annotations for the IoTAnalytics client, paginators, and type definitions for all service operations, allowing developers to write type-safe AWS SDK code with full IDE support.
Use it for:
- Enable IDE autocomplete and type hints when writing boto3 IoTAnalytics code in VSCode, PyCharm, or Emacs.
- Catch type errors in boto3 calls using mypy or pyright before runtime.
- Provide explicit type annotations for IoTAnalyticsClient, paginators, and service operations in a codebase.
- Support type-safe refactoring of AWS IoTAnalytics integration code in large projects.
- Use with TYPE_CHECKING guards to add type information without adding a production dependency.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides type annotations for the boto3 IoTAnalytics service (version 1.42.3), enabling IDE code completion and static type checking with mypy, pyright, and other type-aware tools.
Yes, if you use boto3 with IoTAnalytics and want IDE type support or static type checking. Install it in development environments only (using TYPE_CHECKING guards or a dev-only dependency group) to avoid adding it to production. No known security issues, low install friction, and actively maintained.
Install
mypy-boto3-iotanalytics on PyPI
pip
pip install mypy-boto3-iotanalyticsuv
uv add mypy-boto3-iotanalyticspoetry
poetry add mypy-boto3-iotanalyticsInstalling mypy-boto3-iotanalytics
Before you install
Low friction install with a single runtime dependency (typing-extensions). Package is actively maintained with recent commits and stable production status.
License in practice
MIT license permits free use, modification, and distribution with minimal restrictions—suitable for both open-source and commercial projects.
Quickstart
pip install mypy-boto3-iotanalytics
from boto3.session import Session
from mypy_boto3_iotanalytics import IoTAnalyticsClient
client: IoTAnalyticsClient = Session().client("iotanalytics")
Requires Python 3.9 or later; boto3 must be installed separately to use the client.
Verify before relying
- Whether the package works with all modern Python versions (3.9–3.14) as classifiers suggest, or if there are known issues with newer releases.
- Performance impact when used with PyCharm (documentation warns of potential slowness due to Literal overloads).
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 — 253 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 104,027/month — #12,773 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: mypy_boto3_iotanalytics-1.42.3-py3-none-any.whl
Keywords: boto3, iotanalytics, boto3-stubs, type-annotations, mypy, typeshed, autocomplete
Tags
More Software Development packages
Provides backported and experimental type hints…
permissive · top 100 on PyPI
numpyNumPy provides an N-dimensional array object…
permissive · top 100 on PyPI
fastapiFastAPI is a Python web framework for building…
permissive · top 100 on PyPI
annotated-docProvides a way to document function parameters,…
permissive · top 100 on PyPI
typerTyper builds command-line applications from…
permissive · top 1,000 on PyPI
distlibDistlib provides low-level packaging utilities…
permissive · top 1,000 on PyPI
mypy-boto3-iotProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-ec2Provides type annotations and IDE autocomplete…
permissive · top 5,000 on PyPI
mypy-boto3-evidentlyProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-iottwinmakerProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-apigatewaymanagementapiProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-iotthingsgraphProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-s3tablesProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-connectProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-marketplacecommerceanalyticsProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
boto3-stubs-fullProvides type annotations for boto3 1.43.71 to…
permissive · top 5,000 on PyPI