mypy-boto3-iotwireless
Type annotations for boto3 IoTWireless 1.43.43 service generated with mypy-boto3-builder 8.12.0
What it is and what it does
This package is a stub-only type annotation library for boto3's IoTWireless service. It provides type hints and IDE autocompletion for the AWS IoT Wireless API, allowing developers to catch type errors during development rather than at runtime. The package is generated from boto3 1.43.43 and works with VSCode (via Pylance), PyCharm, Emacs, Sublime Text, mypy, and pyright.
The package has a single runtime dependency (typing-extensions) and is designed to be lightweight. It can be installed standalone or as part of the larger boto3-stubs collection. Type checking works without requiring explicit type annotations in user code—developers write boto3 code normally and the stubs provide the type information to their tools.
Use it for:
- Enable IDE autocompletion and inline type hints when writing AWS IoT Wireless client code in VSCode with Pylance.
- Run mypy or pyright static type checking on boto3 IoTWireless code to catch API misuse before deployment.
- Provide PyCharm with type information for boto3 IoTWireless calls (lite version recommended if performance is slow).
- Document expected types for IoTWirelessClient methods and parameters in your codebase without manual annotations.
- Integrate with CI/CD pipelines to enforce type safety on AWS SDK usage across a team.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides type annotations and IDE autocompletion for boto3's IoTWireless service, enabling static type checking with mypy, pyright, and other tools.
Yes. Install this if you use boto3's IoTWireless service and want IDE autocompletion and static type checking. The package is actively maintained, has no known vulnerabilities, imposes minimal install friction, and is permissively licensed. The only consideration is PyCharm users may experience performance issues with the full stubs; the documentation recommends the lite variant in that case.
Install
mypy-boto3-iotwireless on PyPI
pip
pip install mypy-boto3-iotwirelessuv
uv add mypy-boto3-iotwirelesspoetry
poetry add mypy-boto3-iotwirelessInstalling mypy-boto3-iotwireless
Before you install
Low friction: single runtime dependency (typing-extensions), wheel distribution, and active maintenance with a recent release.
License in practice
MIT license permits unrestricted use, modification, and distribution in both open-source and commercial projects.
Quickstart
pip install mypy-boto3-iotwireless
from boto3.session import Session
from mypy_boto3_iotwireless import IoTWirelessClient
client: IoTWirelessClient = Session().client("iotwireless")
Requires Python 3.9 or later; type checking benefits depend on using a compatible IDE or static type checker (mypy, pyright, etc.).
Verify before relying
- Whether this package works with boto3 versions other than 1.43.43, or if version pinning is required.
- Performance impact on PyCharm when used with full boto3-stubs (documentation mentions potential slowness with 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 — 37 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 286,214/month — #8,047 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: mypy_boto3_iotwireless-1.43.43-py3-none-any.whl
Keywords: boto3, iotwireless, 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-iottwinmakerProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-iotdeviceadvisorProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-ioteventsProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-iotsecuretunnelingProvides type annotations for boto3's…
permissive · top 15,000 on PyPI
mypy-boto3-ec2Provides type annotations and IDE autocomplete…
permissive · top 5,000 on PyPI
mypy-boto3-iot-jobs-dataProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-iotevents-dataProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-pinpointProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-connectProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI