--- id: mypy-boto3-dataexchange version: "1.43.0" license: MIT license_treatment: permissive maintenance: active --- # mypy-boto3-dataexchange — Type annotations for boto3 DataExchange 1.43.0 service generated with mypy-boto3-builder 8.12.0 License: permissive · Maintenance: active · Downloads: 1.1M/mo ## What it is and what it does This package is a stub-only type annotation library for AWS boto3's DataExchange service. It contains no runtime code—only type definitions that enable static type checkers (mypy, pyright) and IDEs (VSCode, PyCharm, Emacs, Sublime Text) to understand boto3 DataExchange client calls, paginators, and type definitions. When installed alongside boto3, it provides IDE autocompletion and catches type errors during development without changing how your code runs. The package is auto-generated from boto3 1.43.0 using mypy-boto3-builder 8.12.0 and tracks boto3 releases closely. It supports Python 3.9 through 3.14 and depends only on typing-extensions. Most developers install it as part of boto3-stubs[dataexchange] for convenience, though it can also be installed standalone. The documentation notes that PyCharm users may experience performance issues with the full Literal-based overloads and recommends using boto3-stubs-lite as an alternative. Use it for: - Enable IDE autocomplete and type hints when writing boto3 DataExchange client code in VSCode or other LSP-aware editors. - Catch boto3 DataExchange API errors at type-check time with mypy or pyright before running code. - Provide explicit type annotations for DataExchangeClient, paginators, and service resource objects in production code. - Support development workflows that require static type checking as a quality gate before deployment. - Document expected parameter and return types for DataExchange operations without writing manual type stubs. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Provides type annotations and IDE autocompletion support for boto3's DataExchange service, enabling static type checking with mypy, pyright, and other tools. Yes, if you use boto3's DataExchange service and want IDE autocompletion or static type checking. Install friction is minimal, maintenance is active, and the MIT license has no restrictions. The only caveat is PyCharm users may see performance degradation with the full stub set; they should consider boto3-stubs-lite instead. For mypy, pyright, VSCode, and other tools, this is a straightforward win. ## Install pip install mypy-boto3-dataexchange uv add mypy-boto3-dataexchange poetry add mypy-boto3-dataexchange ## Installing mypy-boto3-dataexchange Before you install: Low friction install with a single lightweight runtime dependency (typing-extensions). Actively maintained with recent releases; last commit 2026-06-22 and 670 repository stars indicate stable, ongoing support. 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-dataexchange from boto3.session import Session from mypy_boto3_dataexchange import DataExchangeClient client: DataExchangeClient = Session().client("dataexchange") # Type checking and IDE completion now work on client usage Requires Python 3.9 or later; boto3 must be installed separately in your environment for the client to function. Verify before relying: - Whether PyCharm performance issues mentioned in the docs (issue PY-40997) have been resolved or remain a concern for users. - Whether the package provides full coverage of all DataExchange API operations and parameters as of boto3 1.43.0. ## Package facts - License: MIT (permissive) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 1.1M/month (top 5,000 on PyPI) - Known vulnerabilities: none known ## Tags boto3 type stubs dataexchange, aws dataexchange type annotations, boto3 ide autocomplete, mypy boto3 stubs, dataexchange client typing, aws sdk type hints, boto3 static type checking, type-stubs, aws-sdk, boto3 [View on SkillFed](https://skillfed.io/packages/mypy-boto3-dataexchange) · [View on PyPI](https://pypi.org/project/mypy-boto3-dataexchange/)