--- id: mypy-boto3-codeartifact version: "1.43.0" license: MIT license_treatment: permissive maintenance: active --- # mypy-boto3-codeartifact — Type annotations for boto3 CodeArtifact 1.43.0 service generated with mypy-boto3-builder 8.12.0 License: permissive · Maintenance: active · Downloads: 330.9K/mo ## What it is and what it does This package is a type stub library that adds static type information to boto3's CodeArtifact client, generated automatically by mypy-boto3-builder 8.12.0. It enables IDEs like VSCode, PyCharm, Emacs, and Sublime Text to provide code completion and type checking for CodeArtifact API calls without requiring explicit type annotations in your code. The package works by providing type definitions for the CodeArtifactClient, paginators, waiters, and service resource types. When installed alongside boto3, it allows type checkers like mypy and pyright to validate your AWS API calls at development time, catching errors before runtime. It has a single runtime dependency on typing-extensions and supports Python 3.9 and later. Use it for: - Enable IDE autocomplete and type hints when writing boto3 CodeArtifact code in VSCode or PyCharm. - Run mypy or pyright type checking on code that uses boto3 CodeArtifact without manual type annotations. - Catch CodeArtifact API misuse (wrong parameter types, missing required fields) during development. - Document CodeArtifact client method signatures and available operations through IDE tooltips. - Use in a TYPE_CHECKING block to add type safety without adding a production runtime dependency. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Provides type annotations and IDE autocompletion support for boto3's CodeArtifact service, enabling static type checking with mypy, pyright, and other tools. Yes. Install this if you use boto3's CodeArtifact service and want static type checking and IDE autocompletion. It has minimal dependencies, no known vulnerabilities, is actively maintained, and is permissively licensed. The only caveat is a known PyCharm performance issue with Literal overloads; consider alternatives if you use PyCharm. ## Install pip install mypy-boto3-codeartifact uv add mypy-boto3-codeartifact poetry add mypy-boto3-codeartifact ## Installing mypy-boto3-codeartifact Before you install: Low install friction; single runtime dependency on typing-extensions. Actively maintained with recent releases and no known vulnerabilities. License in practice: MIT license permits unrestricted use, modification, and distribution in both open-source and commercial projects. Quickstart: pip install mypy-boto3-codeartifact from boto3.session import Session from mypy_boto3_codeartifact import CodeArtifactClient client: CodeArtifactClient = Session().client("codeartifact") Requires Python 3.9 or later; boto3 must be installed separately. Verify before relying: - Whether PyCharm performance issues mentioned in docs (PY-40997) have been resolved in recent versions. - Whether the package works correctly with all listed Python versions (3.9–3.14) in practice. - Performance characteristics when used with large codebases or complex type hierarchies. ## Package facts - License: MIT (permissive) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 330.9K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags boto3 type stubs, codeartifact type annotations, mypy boto3 support, aws sdk type hints, boto3 ide autocomplete, pyright boto3 stubs, static type checking aws, type-stubs, aws-sdk, boto3 [View on SkillFed](https://skillfed.io/packages/mypy-boto3-codeartifact) · [View on PyPI](https://pypi.org/project/mypy-boto3-codeartifact/)