skillfed

mypy-boto3-proton

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

mypy-boto3-proton v1.43.0 245.9K downloads/30d#8,721 on PyPI670
Permissive license MIT Active released

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-proton

uv

uv add mypy-boto3-proton

poetry

poetry add mypy-boto3-proton

Installing 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

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 stubsaws proton type annotationsmypy boto3 stubside autocomplete boto3static type checking aws sdkpyright boto3 supportboto3 type hints
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-ec2

Provides type annotations and IDE autocomplete…

permissive · top 5,000 on PyPI

mypy-boto3-neptune

Provides type annotations and IDE autocomplete…

permissive · top 15,000 on PyPI

mypy-boto3-mpa

Provides type annotations and IDE autocomplete…

permissive · top 15,000 on PyPI

mypy-boto3-config

Provides type annotations and IDE…

permissive · top 15,000 on PyPI

mypy-boto3-dataexchange

Provides type annotations and IDE…

permissive · top 5,000 on PyPI

mypy-boto3-fsx

Provides type annotations and IDE autocomplete…

permissive · top 15,000 on PyPI

boto3-stubs-full

Provides type annotations for boto3 1.43.71 to…

permissive · top 5,000 on PyPI

mypy-boto3-connect

Provides type annotations and IDE autocomplete…

permissive · top 15,000 on PyPI

mypy-boto3-devops-agent

Provides type annotations and IDE autocomplete…

permissive · top 15,000 on PyPI

boto3-stubs

Provides type stubs and annotations for boto3…

permissive · top 1,000 on PyPI