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