--- id: mypy-boto3-workdocs version: "1.43.23" license: MIT license_treatment: permissive maintenance: active --- # mypy-boto3-workdocs — Type annotations for boto3 WorkDocs 1.43.23 service generated with mypy-boto3-builder 8.12.0 License: permissive · Maintenance: active · Downloads: 251.8K/mo ## What it is and what it does This package is a stub-only type annotation library for boto3's WorkDocs service, generated by mypy-boto3-builder 8.12.0. It provides type hints for WorkDocsClient, paginators, waiters, and service-specific data types, enabling static type checkers and IDEs to validate AWS WorkDocs API calls and offer code completion without runtime overhead. The stubs are compatible with mypy, pyright, VSCode, PyCharm, Emacs, and Sublime Text. Installation is straightforward: either as a standalone package or as part of boto3-stubs[workdocs]. The package has no runtime cost—it only affects development-time type checking and IDE behavior. It requires Python 3.9 or later and depends only on typing-extensions. Use it for: - Enable IDE autocompletion and type checking when writing boto3 WorkDocs client code in VSCode or Emacs. - Catch WorkDocs API usage errors at type-check time with mypy or pyright before running code. - Provide explicit type annotations for WorkDocsClient, paginators, and service types in your codebase. - Reduce debugging by catching incorrect WorkDocs API calls during development. - Use with boto3-stubs[workdocs] to get type support for all WorkDocs operations in a single install. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Provides type annotations and IDE autocompletion support for boto3's WorkDocs service, enabling type checking with mypy, pyright, and other tools. Yes. Install this if you use boto3 to interact with AWS WorkDocs and want IDE autocompletion and type checking. It has minimal install friction, no security vulnerabilities, active maintenance, and a permissive MIT license. PyCharm users may experience performance issues with Literal overloads; the docs recommend boto3-stubs-lite as an alternative. ## Install pip install mypy-boto3-workdocs uv add mypy-boto3-workdocs poetry add mypy-boto3-workdocs ## Installing mypy-boto3-workdocs Before you install: Low friction: pure Python wheel with a single runtime dependency (typing-extensions). Actively maintained, with last commit on 2026-06-22. License in practice: MIT license permits unrestricted use, modification, and distribution in both open-source and proprietary projects. Quickstart: pip install mypy-boto3-workdocs from boto3.session import Session from mypy_boto3_workdocs import WorkDocsClient client: WorkDocsClient = Session().client("workdocs") Requires Python 3.9 or later. Verify before relying: - Whether the package works correctly with all listed Python versions (3.9–3.14) in practice. - Performance impact when used with PyCharm (docs mention potential slowness with Literal overloads). ## Package facts - License: MIT (permissive) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 251.8K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags boto3 type stubs, workdocs type annotations, boto3 ide autocomplete, mypy boto3 stubs, aws sdk type hints, type-stubs, aws-sdk, boto3 [View on SkillFed](https://skillfed.io/packages/mypy-boto3-workdocs) · [View on PyPI](https://pypi.org/project/mypy-boto3-workdocs/)