skillfed

mypy-boto3-docdb

Type annotations for boto3 DocDB 1.43.0 service generated with mypy-boto3-builder 8.12.0

mypy-boto3-docdb v1.43.0 369.7K downloads/30d#7,185 on PyPI670
Permissive license MIT Active released

What it is and what it does

This package is a type-stub library that adds static type information for boto3's DocumentDB service. It was generated with mypy-boto3-builder 8.12.0 and is compatible with boto3 1.43.0. When installed, it enables IDE autocomplete, type checking with mypy and pyright, and catches potential type errors before runtime—without requiring explicit type annotations in your code.

The package works across multiple editors and type checkers: VSCode (with Pylance), PyCharm, Emacs, Sublime Text, mypy, and pyright. It provides type annotations for DocDB clients, paginators, waiters, and service-specific type definitions. The library is marked as production-stable and supports Python 3.9 through 3.14.

Use it for:

  • Add IDE autocomplete and type checking to boto3 DocumentDB code in VSCode or PyCharm without manual type annotations.
  • Catch DocumentDB API misuse (wrong parameter types, missing required fields) during development with mypy or pyright.
  • Enable code navigation and refactoring tools in your editor by providing precise type information for boto3 clients and resources.
  • Use in CI/CD pipelines to enforce type safety on DocumentDB interactions before deployment.

Worth the install?

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

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

Yes. Install this if you use boto3 with DocumentDB and want static type checking and IDE support. It has minimal dependencies, active maintenance, no known vulnerabilities, and a permissive MIT license. The only caveat is PyCharm users may experience performance issues with the full stubs; the description suggests using boto3-stubs-lite as an alternative in that case.

Install

mypy-boto3-docdb on PyPI

pip

pip install mypy-boto3-docdb

uv

uv add mypy-boto3-docdb

poetry

poetry add mypy-boto3-docdb

Installing mypy-boto3-docdb

Before you install

Low install friction with a single lightweight runtime dependency (typing-extensions). Actively maintained with recent releases; the repository shows ongoing development and community engagement.

License in practice

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

Quickstart

pip install mypy-boto3-docdb

from boto3.session import Session
from mypy_boto3_docdb import DocDBClient

client: DocDBClient = Session().client("docdb")

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

Verify before relying

  • Whether PyCharm performance issues mentioned in the description (PY-40997) remain unresolved or have been addressed.
  • Real-world performance impact when used with large boto3 codebases or in resource-constrained environments.

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

Evidence: mypy_boto3_docdb-1.43.0-py3-none-any.whl

Keywords: boto3, docdb, 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 stubs docdbdocumentdb type annotationsboto3 docdb mypy supportaws docdb type hintsboto3 static type checking
type-stubsaws-sdkstatic-typing

More Software Development packages