skillfed

mypy-boto3-memorydb

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

mypy-boto3-memorydb v1.43.0 245.0K downloads/30d#8,740 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 to boto3's MemoryDB service. It is generated automatically from boto3 1.43.0 using mypy-boto3-builder 8.12.0 and works with IDEs (VSCode, PyCharm, Emacs, Sublime Text), type checkers (mypy, pyright), and linters. When installed, it enables IDE autocompletion and catches type errors at development time without changing your runtime code.

The package is a stub-only distribution—it contains no runtime logic, only type definitions. You use it by installing it alongside boto3, then annotating your client objects with the provided types (e.g., `MemoryDBClient`). It supports paginators, waiters, and service-specific type definitions for MemoryDB operations. The library is compatible with modern Python versions (3.9–3.14) and is marked as Production/Stable.

Use it for:

  • Enable IDE autocomplete and type hints when writing boto3 MemoryDB code in VSCode or PyCharm.
  • Catch MemoryDB API misuse (wrong parameter types, missing required fields) before runtime with mypy or pyright.
  • Document MemoryDB client interfaces explicitly in codebases that enforce static typing.
  • Support paginator and waiter type annotations for MemoryDB operations in type-checked projects.
  • Reduce production dependencies by installing stubs only in development environments (via TYPE_CHECKING guards).

Worth the install?

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

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

Yes, if you use boto3 with MemoryDB and want static type checking or IDE support. The install is frictionless, the license is permissive, and the package is actively maintained with no known vulnerabilities. Install the full version for IDE autocompletion or boto3-stubs-lite if PyCharm performance is a concern.

Install

mypy-boto3-memorydb on PyPI

pip

pip install mypy-boto3-memorydb

uv

uv add mypy-boto3-memorydb

poetry

poetry add mypy-boto3-memorydb

Installing mypy-boto3-memorydb

Before you install

Low friction install with a single lightweight runtime dependency (typing-extensions). Repository is actively maintained with recent commits and no archived status.

License in practice

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

Quickstart

pip install mypy-boto3-memorydb

from boto3.session import Session
from mypy_boto3_memorydb import MemoryDBClient

client: MemoryDBClient = Session().client("memorydb")
# Type checking and IDE completion now work on client usage

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

Verify before relying

  • Performance impact on PyCharm when using full boto3-stubs (documentation notes potential slowness with Literal overloads).
  • Whether the lite variant (boto3-stubs-lite) is recommended for production deployments to reduce memory footprint.

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

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

Keywords: boto3, memorydb, 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 memorydbtype annotations aws memorydbmypy boto3 memorydbboto3 memorydb autocompletepyright boto3 type hintside support boto3 memorydbstatic type checking aws sdk
type-stubsaws-sdkstatic-typing

More Software Development packages