mypy-boto3-proton
Type annotations for boto3 Proton 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 complete type annotations for AWS Proton operations in boto3. It is generated automatically from boto3 1.43.0 and works with mypy, pyright, VSCode Pylance, PyCharm, Emacs, Sublime Text, and other IDE and type-checker tooling. When installed, it enables static type checking and IDE autocompletion for Proton client calls, paginators, and waiters without requiring explicit type annotations in your code.
The package is a pure Python stub-only distribution with minimal dependencies (only typing-extensions). It is designed to be installed in development environments and can be safely excluded from production deployments using TYPE_CHECKING guards. The package is actively maintained, tracking boto3 releases, and has been in production use since 2021.
Use it for:
- Enable IDE autocompletion and type hints when writing boto3 Proton code in VSCode or PyCharm
- Catch type errors in AWS Proton API calls during development with mypy or pyright before runtime
- Document expected parameter types and return values for Proton client methods in your codebase
- Use with boto3-stubs[proton] for full type support across all Proton operations and paginators
- Integrate type checking into CI/CD pipelines to validate AWS SDK usage correctness
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 AWS Proton service, enabling static type checking with mypy, pyright, and other tools.
Yes. Install this if you use boto3 with AWS Proton and want static type checking or IDE autocompletion. It has low friction (one lightweight dependency), is actively maintained, carries no security vulnerabilities, and uses a permissive MIT license. The only caveat is PyCharm users may experience performance issues with Literal overloads; the docs recommend boto3-stubs-lite as a workaround in that case.
Install
mypy-boto3-proton on PyPI
pip
pip install mypy-boto3-protonuv
uv add mypy-boto3-protonpoetry
poetry add mypy-boto3-protonInstalling mypy-boto3-proton
Before you install
Low friction: single lightweight dependency (typing-extensions), pure Python wheel, actively maintained with recent releases. Generated automatically from boto3 1.43.0, so updates track upstream AWS SDK changes.
License in practice
MIT license permits unrestricted use, modification, and distribution in both open-source and proprietary projects with minimal obligations.
Quickstart
pip install mypy-boto3-proton
from boto3.session import Session
from mypy_boto3_proton import ProtonClient
client: ProtonClient = Session().client("proton")
# Type checking and IDE completion now work automatically
Requires Python 3.9 or later; intended as a development/type-checking dependency, not runtime.
Verify before relying
- Whether PyCharm performance issues mentioned in docs (issue PY-40997) remain unresolved or have been addressed
- Exact coverage of Proton service operations and whether all boto3 1.43.0 Proton APIs are annotated
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 | 245,858/month — #8,721 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: mypy_boto3_proton-1.43.0-py3-none-any.whl
Keywords: boto3, proton, 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-ec2Provides type annotations and IDE autocomplete…
permissive · top 5,000 on PyPI
mypy-boto3-neptuneProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-mpaProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-configProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-dataexchangeProvides type annotations and IDE…
permissive · top 5,000 on PyPI
mypy-boto3-fsxProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
boto3-stubs-fullProvides type annotations for boto3 1.43.71 to…
permissive · top 5,000 on PyPI
mypy-boto3-connectProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-devops-agentProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
boto3-stubsProvides type stubs and annotations for boto3…
permissive · top 1,000 on PyPI