skillfed

mypy-boto3-codecatalyst

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

mypy-boto3-codecatalyst v1.43.0 243.4K downloads/30d#8,802 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 CodeCatalyst service. It was generated with mypy-boto3-builder 8.12.0 and works with boto3 1.43.0. When installed, it enables IDEs like VSCode, PyCharm, Emacs, and Sublime Text to provide accurate code completion and type checking for CodeCatalyst client calls, paginators, and type definitions—without requiring explicit type annotations in your code.

The package is designed as a development-time dependency and pairs with type checkers like mypy and pyright. It has a single runtime dependency (typing-extensions) and supports Python 3.9 through 3.14. The documentation notes that PyCharm may experience performance issues with the full stubs due to Literal overload handling, and suggests using the lite variant as an alternative. It can be installed standalone or as part of boto3-stubs with the codecatalyst extra.

Use it for:

  • Enable IDE autocompletion and type hints when writing boto3 CodeCatalyst client code in VSCode with Pylance.
  • Run mypy or pyright type checking on CodeCatalyst boto3 code without manual type annotations.
  • Catch type errors in CodeCatalyst API calls during development before runtime.
  • Use in PyCharm with the lite variant to avoid performance degradation from Literal overloads.
  • Provide accurate paginator and resource type information for CodeCatalyst service operations.

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

Provides type annotations and IDE autocompletion for boto3's CodeCatalyst service, enabling static type checking with mypy, pyright, and compatible editors.

Yes, if you use boto3 CodeCatalyst and want static type checking and IDE support. Install friction is minimal, maintenance is active, and the MIT license poses no restrictions. Note: PyCharm users should consider the lite variant (boto3-stubs-lite) to avoid known performance issues with Literal overloads.

Install

mypy-boto3-codecatalyst on PyPI

pip

pip install mypy-boto3-codecatalyst

uv

uv add mypy-boto3-codecatalyst

poetry

poetry add mypy-boto3-codecatalyst

Installing mypy-boto3-codecatalyst

Before you install

Low install friction with a single lightweight runtime dependency (typing-extensions). Actively maintained as of 2026-06-22 with stable release status.

License in practice

MIT license permits unrestricted use, modification, and distribution in both open-source and proprietary projects.

Quickstart

pip install mypy-boto3-codecatalyst

from boto3.session import Session
from mypy_boto3_codecatalyst import CodeCatalystClient

client: CodeCatalystClient = Session().client("codecatalyst")
# Type checking and IDE completion now work on client usage

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

Verify before relying

  • Whether PyCharm performance issues mentioned in docs (issue PY-40997) remain unresolved or have been addressed.
  • Whether the lite variant (boto3-stubs-lite) is recommended over full stubs for production environments to avoid performance overhead.

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 243,384/month — #8,802 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: mypy_boto3_codecatalyst-1.43.0-py3-none-any.whl

Keywords: boto3, codecatalyst, 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 stubs codecatalystaws codecatalyst type annotationsboto3 mypy stubstype hints for boto3codecatalyst client typingboto3 ide autocompletionstatic type checking aws sdk
type-stubsboto3aws-sdk

More Software Development packages