mypy-boto3-pinpoint
Type annotations for boto3 Pinpoint 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 for boto3's Pinpoint service. It was generated by mypy-boto3-builder 8.12.0 and is compatible with boto3 1.43.0. When installed alongside boto3, it enables IDEs and type checkers like mypy and pyright to understand Pinpoint client method signatures, return types, and available parameters, providing real-time code completion and catching type errors before runtime.
The package is designed primarily as a development dependency—you install it in your environment to get better IDE support and type checking, but it does not affect how your code runs. It works with multiple editors and type checkers, though the documentation notes that PyCharm's performance with the full type stubs can be slow; a lighter variant (boto3-stubs-lite) is available as an alternative. The package supports Python 3.9 through 3.14.
Use it for:
- Enable IDE autocomplete and inline documentation for Pinpoint client methods while developing AWS applications.
- Catch type mismatches in Pinpoint API calls during development using mypy or pyright before deployment.
- Use PinpointClient type annotations to document expected types in function signatures and reduce runtime errors.
- Provide explicit type hints for Pinpoint literals and TypeDefs when building reusable AWS utility functions.
- Improve code maintainability by catching breaking changes to Pinpoint API calls during refactoring.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides type annotations and IDE autocompletion support for boto3's Pinpoint service, enabling static type checking with mypy, pyright, and compatible editors.
Yes, if you use boto3 with Pinpoint and want static type checking and IDE support. Install friction is negligible (one dependency, pure Python wheel), maintenance is active, and the MIT license carries no restrictions. The only gotcha is that it is a development-only dependency—do not include it in production requirements—and PyCharm users may want to use the lite variant to avoid performance issues.
Install
mypy-boto3-pinpoint on PyPI
pip
pip install mypy-boto3-pinpointuv
uv add mypy-boto3-pinpointpoetry
poetry add mypy-boto3-pinpointInstalling mypy-boto3-pinpoint
Before you install
Low friction: pure Python wheel with a single runtime dependency (typing-extensions). Actively maintained as of 2026-06-22 with 670 repository stars.
License in practice
MIT license permits unrestricted use, modification, and distribution in both open-source and proprietary projects.
Quickstart
pip install mypy-boto3-pinpoint
from boto3.session import Session
from mypy_boto3_pinpoint import PinpointClient
client: PinpointClient = Session().client("pinpoint")
# IDE now provides code completion and mypy checks client calls
Requires Python 3.9 or later; intended as a development/type-checking dependency, not for runtime use in production.
Verify before relying
- Whether the package works equally well across all listed IDEs (VSCode, PyCharm, Emacs, Sublime Text) or if performance varies significantly.
- Current status of PyCharm performance with Literal overloads mentioned in the description (issue PY-40997).
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 | 289,841/month — #7,996 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: mypy_boto3_pinpoint-1.43.0-py3-none-any.whl
Keywords: boto3, pinpoint, 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-panoramaProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-pinpoint-emailProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-pinpoint-sms-voiceProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-detectiveProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-geo-mapsProvides 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-sso-oidcProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-support-appProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-chime-sdk-identityProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-aiopsProvides type annotations and IDE…
permissive · top 15,000 on PyPI