skillfed

mypy-boto3-docdb-elastic

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

mypy-boto3-docdb-elastic v1.43.0 243.2K downloads/30d#8,820 on PyPI670
Permissive license MIT Active released

What it is and what it does

This package is a type-stub library that adds comprehensive type annotations to boto3's DocDBElastic service. It is generated from boto3 1.43.0 and works with mypy, pyright, VSCode, PyCharm, Emacs, and Sublime Text to provide IDE autocomplete, type checking, and inline documentation for DocDBElastic API calls.

The package contains no runtime code—it is purely type information. When installed, it enables your IDE and type checker to understand boto3 DocDBElastic client methods, paginators, and type definitions, catching potential bugs at development time rather than runtime. It can be used as a development dependency only (via TYPE_CHECKING guards) to avoid production bloat.

Use it for:

  • Enable IDE autocomplete and type hints when writing boto3 code for AWS DocDBElastic in VSCode or PyCharm.
  • Run mypy or pyright type checking on boto3 DocDBElastic code to catch API misuse before deployment.
  • Generate type stubs locally using mypy-boto3-builder for the exact boto3 version your project uses.
  • Reduce development friction by catching incorrect service method calls, parameter names, and return types early.

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 DocDBElastic service, enabling static type checking with mypy, pyright, and other tools.

Yes, if you use boto3 with DocDBElastic and want IDE autocomplete or static type checking. Install friction is minimal (one dependency), maintenance is active, and the MIT license is unrestricted. PyCharm users should test performance or consider the lite variant. No security vulnerabilities reported.

Install

mypy-boto3-docdb-elastic on PyPI

pip

pip install mypy-boto3-docdb-elastic

uv

uv add mypy-boto3-docdb-elastic

poetry

poetry add mypy-boto3-docdb-elastic

Installing mypy-boto3-docdb-elastic

Before you install

Low friction install with a single runtime dependency (typing-extensions). Actively maintained with recent commits; last release 107 days ago. Supports Python 3.9 through 3.14.

License in practice

MIT license permits unrestricted use, modification, and distribution with minimal restrictions—suitable for any project type.

Quickstart

pip install mypy-boto3-docdb-elastic

from boto3.session import Session
from mypy_boto3_docdb_elastic import DocDBElasticClient

client: DocDBElasticClient = Session().client("docdb-elastic")

Requires boto3 to be installed separately; type checking requires mypy, pyright, or an IDE with type-aware language server support.

Verify before relying

  • Whether performance impact in PyCharm is acceptable for your project size (documentation notes potential slowness with Literal overloads).
  • Whether the lite variant (boto3-stubs-lite) would be preferable for your IDE or use case.

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 243,179/month — #8,820 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

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

Keywords: boto3, docdb-elastic, 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 stubsdocdb elastic type annotationsaws sdk type hintsmypy boto3 stubside autocomplete boto3static type checking awsboto3 docdb-elastic types
type-stubsaws-sdkboto3

More Software Development packages