mypy-boto3-pinpoint-sms-voice
Type annotations for boto3 PinpointSMSVoice 1.43.0 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 to boto3's PinpointSMSVoice service. It works by providing type hints for client methods, service resources, waiters, and paginators, enabling IDEs and type checkers to offer accurate code completion and catch type errors before runtime. The stubs are generated automatically from boto3's service definitions using mypy-boto3-builder, so they stay synchronized with the underlying AWS SDK.
You install it alongside boto3 in your development environment (or optionally only in TYPE_CHECKING blocks for production). Once installed, any IDE or type checker that understands Python type hints—mypy, pyright, VSCode Pylance, PyCharm, Emacs with lsp-pyright, Sublime Text with LSP-pyright—will immediately provide autocomplete suggestions and flag type mismatches in your PinpointSMSVoice client code without requiring you to write explicit annotations.
Use it for:
- Enable IDE autocomplete and type checking for PinpointSMSVoice boto3 client calls in VSCode or PyCharm.
- Catch type errors in AWS SDK calls during development using mypy or pyright before deploying.
- Provide accurate type hints for team members working with PinpointSMSVoice in shared codebases.
- Use TYPE_CHECKING imports to get type safety during development while keeping the stub package out of production dependencies.
- Reduce debugging time by catching incorrect service method parameters or response field access at edit time.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides type annotations and IDE autocompletion for boto3's PinpointSMSVoice service, enabling static type checking in mypy, pyright, VSCode, PyCharm, and other tools.
Yes, if you use boto3's PinpointSMSVoice service and want type safety. Install friction is minimal (one pure-Python dependency), the package is actively maintained, carries no known vulnerabilities, and uses a permissive MIT license. The only caveat: PyCharm users may experience performance issues with the full stubs (the description recommends the lite variant as a workaround), and you must have boto3 and Python 3.9+ already installed.
Install
mypy-boto3-pinpoint-sms-voice on PyPI
pip
pip install mypy-boto3-pinpoint-sms-voiceuv
uv add mypy-boto3-pinpoint-sms-voicepoetry
poetry add mypy-boto3-pinpoint-sms-voiceInstalling mypy-boto3-pinpoint-sms-voice
Before you install
Low friction: single pure-Python wheel dependency on typing-extensions. Actively maintained with recent releases; repository shows 670 stars and last commit on 2026-06-22.
License in practice
MIT license permits unrestricted use, modification, and distribution with minimal restrictions—safe for both open-source and commercial projects.
Quickstart
pip install mypy-boto3-pinpoint-sms-voice
from boto3.session import Session
from mypy_boto3_pinpoint_sms_voice import PinpointSMSVoiceClient
client: PinpointSMSVoiceClient = Session().client("pinpoint-sms-voice")
Requires Python 3.9 or later; boto3 must be installed separately in your environment.
Verify before relying
- Whether PyCharm performance issues mentioned in the description (issue PY-40997) remain unresolved or have been addressed in recent PyCharm versions.
- Specific performance characteristics when used with large codebases or complex boto3 workflows.
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 | 251,240/month — #8,591 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: mypy_boto3_pinpoint_sms_voice-1.43.0-py3-none-any.whl
Keywords: boto3, pinpoint-sms-voice, 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-pinpointProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-chime-sdk-voiceProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-voice-idProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-pinpoint-sms-voice-v2Provides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-ec2Provides type annotations and IDE autocomplete…
permissive · top 5,000 on PyPI
mypy-boto3-iotProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-pinpoint-emailProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-chime-sdk-messagingProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-detectiveProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-chimeProvides type annotations and IDE…
permissive · top 15,000 on PyPI