mypy-boto3-clouddirectory
Type annotations for boto3 CloudDirectory 1.43.69 service generated with mypy-boto3-builder 8.12.0
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-clouddirectoryuv
uv add mypy-boto3-clouddirectorypoetry
poetry add mypy-boto3-clouddirectoryInstalling 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
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-evidentlyProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-organizationsProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-cloudtrailProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-configProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-textractProvides type annotations and IDE…
permissive · top 5,000 on PyPI
mypy-boto3-appmeshProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-iotProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-cloudformationProvides type annotations and IDE autocomplete…
permissive · top 5,000 on PyPI
mypy-boto3-neptuneProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI