skillfed

mypy-boto3-pinpoint-sms-voice

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

mypy-boto3-pinpoint-sms-voice v1.43.0 251.2K downloads/30d#8,591 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 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-voice

uv

uv add mypy-boto3-pinpoint-sms-voice

poetry

poetry add mypy-boto3-pinpoint-sms-voice

Installing 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

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 stubspinpoint sms voice typingaws sdk type annotationsboto3 autocompletemypy boto3 stubsstatic type checking awside code completion boto3
type-stubsaws-sdkboto3

More Software Development packages

typing-extensions

Provides backported and experimental type hints…

permissive · top 100 on PyPI

numpy

NumPy provides an N-dimensional array object…

permissive · top 100 on PyPI

fastapi

FastAPI is a Python web framework for building…

permissive · top 100 on PyPI

annotated-doc

Provides a way to document function parameters,…

permissive · top 100 on PyPI

typer

Typer builds command-line applications from…

permissive · top 1,000 on PyPI

distlib

Distlib provides low-level packaging utilities…

permissive · top 1,000 on PyPI

mypy-boto3-pinpoint

Provides type annotations and IDE…

permissive · top 15,000 on PyPI

mypy-boto3-chime-sdk-voice

Provides type annotations and IDE autocomplete…

permissive · top 15,000 on PyPI

mypy-boto3-voice-id

Provides type annotations and IDE autocomplete…

permissive · top 15,000 on PyPI

mypy-boto3-pinpoint-sms-voice-v2

Provides type annotations and IDE…

permissive · top 15,000 on PyPI

mypy-boto3-ec2

Provides type annotations and IDE autocomplete…

permissive · top 5,000 on PyPI

mypy-boto3-iot

Provides type annotations and IDE autocomplete…

permissive · top 15,000 on PyPI

mypy-boto3-pinpoint-email

Provides type annotations and IDE autocomplete…

permissive · top 15,000 on PyPI

mypy-boto3-chime-sdk-messaging

Provides type annotations and IDE autocomplete…

permissive · top 15,000 on PyPI

mypy-boto3-detective

Provides type annotations and IDE autocomplete…

permissive · top 15,000 on PyPI

mypy-boto3-chime

Provides type annotations and IDE…

permissive · top 15,000 on PyPI