skillfed

mypy-boto3-codecommit

Type annotations for boto3 CodeCommit 1.43.71 service generated with mypy-boto3-builder 8.12.0

mypy-boto3-codecommit v1.43.71 290.5K downloads/30d#7,988 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 annotations for boto3's CodeCommit service. It is generated automatically using mypy-boto3-builder 8.12.0 and tracks boto3 1.43.71. When installed alongside boto3, it enables IDEs (VSCode, PyCharm, Emacs, Sublime Text) and type checkers (mypy, pyright) to provide code completion, inline documentation, and type validation for CodeCommit API calls—without requiring explicit type annotations in your code.

The package is a stub-only library (no runtime code), so it adds minimal overhead and can be installed as a development dependency. It supports multiple installation methods: standalone installation or as part of a larger boto3 stubs collection. The library is actively maintained, released 1 day ago, and carries no known security vulnerabilities.

Use it for:

  • Enable IDE autocompletion and type hints when writing boto3 CodeCommit client code in VSCode or PyCharm.
  • Run mypy or pyright type checking on CodeCommit API calls to catch errors before runtime.
  • Reduce time spent reading boto3 documentation by relying on inline IDE hints for method signatures and parameters.
  • Maintain type safety in CI/CD pipelines by validating CodeCommit API usage during static analysis.
  • Use as a development-only dependency to avoid shipping type stubs in production code.

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 CodeCommit service, enabling static type checking with mypy, pyright, and other tools.

Yes. Install this if you use boto3 CodeCommit and want IDE autocompletion or static type checking. It has low install friction, no security vulnerabilities, active maintenance, and an MIT license. The package is lightweight and can be installed as a development-only dependency.

Install

mypy-boto3-codecommit on PyPI

pip

pip install mypy-boto3-codecommit

uv

uv add mypy-boto3-codecommit

poetry

poetry add mypy-boto3-codecommit

Installing mypy-boto3-codecommit

Before you install

Low friction installation with a single runtime dependency (typing-extensions). Released 1 day ago with active maintenance; the package is generated automatically from boto3 1.43.71 and tracks upstream updates closely.

License in practice

MIT license permits unrestricted use, modification, and distribution in both open-source and commercial projects with minimal obligations.

Quickstart

pip install mypy-boto3-codecommit

from boto3.session import Session
from mypy_boto3_codecommit import CodeCommitClient

client: CodeCommitClient = Session().client("codecommit")
# IDE and mypy now provide type checking and completion

Requires Python 3.9 or later; boto3 must be installed separately in your environment.

Verify before relying

  • Whether PyCharm's performance issue (PY-40997) mentioned in the docs still affects current versions.
  • Whether a lite variant is recommended for production environments to reduce memory overhead.
  • Performance characteristics when used with large codebases or in resource-constrained environments.

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 — 1 days since the last release
Last repo commit
First released
Downloads 290,468/month — #7,988 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: mypy_boto3_codecommit-1.43.71-py3-none-any.whl

Keywords: boto3, codecommit, 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 codecommit type stubsaws codecommit type annotationsboto3 type hints ide autocompletemypy boto3 stubscodecommit static type checking
type-stubsaws-sdkide-support

More Software Development packages