skillfed

mypy-boto3-workdocs

Type annotations for boto3 WorkDocs 1.43.23 service generated with mypy-boto3-builder 8.12.0

mypy-boto3-workdocs v1.43.23 251.8K downloads/30d#8,565 on PyPI670
Permissive license MIT Active released

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 on this page — 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

mypy-boto3-workdocs on PyPI

pip

pip install mypy-boto3-workdocs

uv

uv add mypy-boto3-workdocs

poetry

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 the current Python release (>=3.9)
Install friction low — pure-Python wheel
Runtime dependencies 1 — typing-extensions
Maintenance actively maintained — 71 days since the last release
Last repo commit
First released
Downloads 251,787/month — #8,565 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: mypy_boto3_workdocs-1.43.23-py3-none-any.whl

Keywords: boto3, workdocs, 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 stubsworkdocs type annotationsboto3 ide autocompletemypy boto3 stubsaws sdk type hints
type-stubsaws-sdkboto3

More Software Development packages