skillfed

mypy-boto3-ecr-public

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

mypy-boto3-ecr-public v1.43.0 301.8K downloads/30d#7,830 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 ECRPublic service client. It is generated from boto3 1.43.0 and works with mypy, pyright, and IDE language servers to provide inline code completion and catch type errors before runtime. The package itself contains no executable code—only type definitions—and is designed to be installed alongside boto3 in development environments.

The stubs enable developers to write strongly-typed boto3 code without manual type annotations. IDEs like VSCode (with Pylance), PyCharm, Emacs, and Sublime Text will show method signatures, parameter types, and return types as you code. The package can be installed standalone or as part of boto3-stubs with the ecr-public extra, and supports Python 3.9 through 3.14.

Use it for:

  • Enable IDE autocomplete and parameter hints when writing ECRPublic client code in VSCode or PyCharm.
  • Run mypy or pyright type checking on boto3 ECRPublic code to catch type mismatches before deployment.
  • Reduce manual type annotation burden when using boto3 ECRPublic in a typed codebase.
  • Integrate with LSP-based editors (Emacs, Sublime Text) for real-time type checking and completion.
  • Validate paginator and resource type signatures for ECRPublic operations during development.

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

Provides type annotations for boto3's ECRPublic service, enabling IDE autocomplete, type checking with mypy and pyright, and static analysis across multiple editors.

Yes, if you use boto3's ECRPublic service and want type safety. Install friction is minimal, maintenance is active, the license is permissive, and there are no known vulnerabilities. The package is a pure type-stub with no runtime overhead—it only affects development tooling. Install it in your development environment or as a dev dependency; it is not needed in production.

Install

mypy-boto3-ecr-public on PyPI

pip

pip install mypy-boto3-ecr-public

uv

uv add mypy-boto3-ecr-public

poetry

poetry add mypy-boto3-ecr-public

Installing mypy-boto3-ecr-public

Before you install

Low friction: single lightweight runtime dependency (typing-extensions), wheel-only distribution. Active maintenance with recent release (107 days ago) and steady repository activity.

License in practice

MIT license permits unrestricted use, modification, and distribution in both open-source and proprietary projects with minimal restrictions.

Quickstart

# Install
python -m pip install mypy-boto3-ecr-public

# Use in code
from boto3.session import Session
from mypy_boto3_ecr_public import ECRPublicClient

client: ECRPublicClient = Session().client("ecr-public")

Requires Python 3.9 or later; boto3 must be installed separately for runtime use.

Verify before relying

  • Whether PyCharm performance issues (PY-40997) mentioned in docs still affect current versions
  • Exact scope of ECRPublic API coverage relative to boto3 1.43.0

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 301,830/month — #7,830 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: mypy_boto3_ecr_public-1.43.0-py3-none-any.whl

Keywords: boto3, ecr-public, 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 stubs ecr-publictype annotations aws ecrmypy boto3 ecr-publicpyright boto3 type hintsboto3 ecr-public autocompletetype checking aws ecr publicboto3-stubs ecr-public
type-stubsboto3aws

More Software Development packages