{"categories":[{"label":"Software Development","url":"https://skillfed.io/packages/category/software-development/18"}],"enrichment":{"capability":"Provides type stubs and annotations for boto3 ECR 1.43.0, enabling type checking and IDE autocompletion when working with AWS Elastic Container Registry through boto3.","skillfed_tags":["type-stubs","aws-sdk","static-analysis"],"use_cases":["Enable IDE autocompletion and type hints when writing boto3 ECR code in VSCode, PyCharm, or Emacs.","Catch type errors in ECR client calls before runtime using mypy or pyright in CI/CD pipelines.","Annotate ECR client, paginator, and waiter types explicitly in codebases that require strict type safety.","Provide type information for ECR operations (e.g., describe_repositories, put_image) without manual annotation.","Use in development environments only via TYPE_CHECKING to avoid adding a production dependency."],"what_it_does":"types-boto3-ecr is a type stub package that adds static type information for boto3's ECR (Elastic Container Registry) service. It is generated from boto3 1.43.0 and works with mypy, pyright, VSCode Pylance, PyCharm, and other type-aware tools. When installed, it enables IDE autocompletion and type checking for ECR client operations, paginators, and waiters without requiring explicit type annotations in your code.\n\nThe package is a thin layer of type definitions only\u2014it has no runtime behavior and does not replace boto3 itself. It is designed to be installed alongside boto3 in development environments or behind a TYPE_CHECKING guard in production code to avoid a runtime dependency. It supports Python 3.9 through 3.14 and is maintained as part of the mypy-boto3-builder project.","worth_installing":"Yes, if you use boto3 with ECR and want type checking or IDE autocompletion. Install friction is negligible, maintenance is active, and the MIT license poses no restrictions. The only gotcha is PyCharm's known performance issue with Literal overloads (documented in the package), which may warrant using types-boto3-lite instead. No security vulnerabilities."},"id":"types-boto3-ecr","links":{"html":"https://skillfed.io/packages/types-boto3-ecr","md":"https://skillfed.io/packages/types-boto3-ecr.md","pypi":"https://pypi.org/project/types-boto3-ecr/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-04-29","license_spdx":"MIT","license_treatment":"permissive","name":"types-boto3-ecr","python_support":"supports_current","summary":"Type annotations for boto3 ECR 1.43.0 service generated with mypy-boto3-builder 8.12.0"},"popularity":{"monthly_downloads":78895,"position":14396,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"1.43.0"}
