skillfed

mypy-boto3-clouddirectory

Type annotations for boto3 CloudDirectory 1.43.69 service generated with mypy-boto3-builder 8.12.0

mypy-boto3-clouddirectory v1.43.69 251.0K downloads/30d#8,605 on PyPI670
Permissive license MIT Active released

What it is and what it does

This package is a type-stub library generated from boto3's CloudDirectory service definition. It provides complete type annotations for CloudDirectory client operations, paginators, and type definitions, enabling IDEs and type checkers to offer accurate autocompletion and catch type errors at development time rather than runtime.

The package is designed to work alongside boto3 itself—it does not replace or wrap boto3, but rather annotates it. Once installed, any code using boto3.client("clouddirectory") will be recognized by mypy, pyright, VSCode Pylance, PyCharm, and other type-aware tools. It supports explicit type annotations for clients, paginators, and service-specific literals, and can be used conditionally via TYPE_CHECKING to avoid adding a production dependency.

Use it for:

  • Add IDE autocompletion and parameter hints when writing CloudDirectory client code in VSCode or PyCharm.
  • Catch CloudDirectory API misuse (wrong parameter names, types) during development with mypy or pyright.
  • Generate accurate type stubs for a monorepo or internal package that wraps boto3 CloudDirectory calls.
  • Enable refactoring tools to safely rename or update CloudDirectory operations across a codebase.
  • Use TYPE_CHECKING guards to get type hints during development without adding a runtime dependency.

Worth the install?

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

Provides type annotations and IDE autocompletion for boto3's CloudDirectory service, enabling static type checking with mypy, pyright, and other tools.

Yes—if you use boto3's CloudDirectory service and want static type checking or IDE autocompletion. Install friction is negligible, maintenance is active, the license is permissive, and there are no known vulnerabilities. The only caveat is PyCharm users may experience performance issues with the full stubs (boto3-stubs-lite is an alternative); for other IDEs and type checkers, this is a straightforward win.

Install

mypy-boto3-clouddirectory on PyPI

pip

pip install mypy-boto3-clouddirectory

uv

uv add mypy-boto3-clouddirectory

poetry

poetry add mypy-boto3-clouddirectory

Installing mypy-boto3-clouddirectory

Before you install

Low friction: single pure-Python wheel with only typing-extensions as a runtime dependency. Actively maintained with releases within days of boto3 updates.

License in practice

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

Quickstart

pip install mypy-boto3-clouddirectory

from boto3.session import Session
from mypy_boto3_clouddirectory import CloudDirectoryClient

client: CloudDirectoryClient = Session().client("clouddirectory")

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

Verify before relying

  • Whether PyCharm performance issues mentioned in the docs (PY-40997) persist with current versions.
  • Whether the lite variant (boto3-stubs-lite) is recommended over this package for most use cases.

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

Evidence: mypy_boto3_clouddirectory-1.43.69-py3-none-any.whl

Keywords: boto3, clouddirectory, 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 annotationsclouddirectory type stubsmypy boto3 supportaws sdk type hintsboto3 autocompletestatic type checking awspyright boto3
type-stubsaws-sdkstatic-typing

More Software Development packages