mypy-boto3-codeartifact
Type annotations for boto3 CodeArtifact 1.43.0 service generated with mypy-boto3-builder 8.12.0
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 on this page — 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
mypy-boto3-codeartifact on PyPI
pip
pip install mypy-boto3-codeartifactuv
uv add mypy-boto3-codeartifactpoetry
poetry add mypy-boto3-codeartifactInstalling 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 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 | 330,858/month — #7,529 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: mypy_boto3_codeartifact-1.43.0-py3-none-any.whl
Keywords: boto3, codeartifact, boto3-stubs, type-annotations, mypy, typeshed, autocomplete
Tags
More Software Development packages
Provides backported and experimental type hints…
permissive · top 100 on PyPI
numpyNumPy provides an N-dimensional array object…
permissive · top 100 on PyPI
fastapiFastAPI is a Python web framework for building…
permissive · top 100 on PyPI
annotated-docProvides a way to document function parameters,…
permissive · top 100 on PyPI
typerTyper builds command-line applications from…
permissive · top 1,000 on PyPI
distlibDistlib provides low-level packaging utilities…
permissive · top 1,000 on PyPI
mypy-boto3-ec2Provides type annotations and IDE autocomplete…
permissive · top 5,000 on PyPI
mypy-boto3-swfProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-codecommitProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-codecatalystProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-codebuildProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-imagebuilderProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-medialiveProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-guarddutyProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-evidentlyProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-mpaProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI