skillfed

mypy-boto3-codeartifact

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

mypy-boto3-codeartifact v1.43.0 330.9K downloads/30d#7,529 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 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-codeartifact

uv

uv add mypy-boto3-codeartifact

poetry

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 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

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 stubscodeartifact type annotationsmypy boto3 supportaws sdk type hintsboto3 ide autocompletepyright boto3 stubsstatic type checking aws
type-stubsaws-sdkboto3

More Software Development packages