--- id: mypy-boto3-pinpoint version: "1.43.0" license: MIT license_treatment: permissive maintenance: active --- # mypy-boto3-pinpoint — Type annotations for boto3 Pinpoint 1.43.0 service generated with mypy-boto3-builder 8.12.0 License: permissive · Maintenance: active · Downloads: 289.8K/mo ## 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 above — 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 pip install mypy-boto3-pinpoint uv add mypy-boto3-pinpoint poetry add mypy-boto3-pinpoint ## Installing 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_current - Install friction: low - Maintenance: active - Downloads: 289.8K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags boto3 type stubs pinpoint, aws pinpoint type annotations, boto3 pinpoint mypy support, pinpoint client type hints, boto3 stubs ide autocomplete, aws sdk type checking, pinpoint type definitions, type-stubs, boto3, aws [View on SkillFed](https://skillfed.io/packages/mypy-boto3-pinpoint) · [View on PyPI](https://pypi.org/project/mypy-boto3-pinpoint/)