skillfed

mypy-boto3-simpledbv2

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

mypy-boto3-simpledbv2 v1.43.0 147.3K downloads/30d#11,070 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 SimpleDBv2 service. It's generated from boto3 1.43.0 and works with mypy, pyright, and IDE language servers to provide type checking and autocomplete when writing code that interacts with AWS SimpleDBv2. The stubs cover clients, paginators, waiters, and type definitions, allowing developers to catch type errors before runtime and get IDE suggestions while coding.

The package is designed as a development-time dependency—you install it in your development environment to get type checking and IDE support, but it's not needed at runtime. It integrates with popular Python IDEs and type checkers including VSCode with Pylance, PyCharm, Emacs, Sublime Text, mypy, and pyright. The documentation recommends using boto3-stubs (the umbrella package) rather than installing this stub directly, though standalone installation is supported.

Use it for:

  • Enable type checking in VSCode or PyCharm when writing boto3 SimpleDBv2 code without manual type annotations.
  • Get IDE autocomplete and parameter hints for SimpleDBv2 client methods, paginators, and waiters.
  • Run mypy or pyright in CI/CD pipelines to catch SimpleDBv2-related type errors before deployment.
  • Use with TYPE_CHECKING blocks to add type safety to production code without adding a runtime dependency.

Worth the install?

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

Provides type stubs and IDE-compatible type annotations for boto3's SimpleDBv2 service, enabling static type checking and autocomplete in editors and type checkers.

Yes, if you use boto3 SimpleDBv2 in Python and want static type checking or IDE support. Install friction is minimal, maintenance is active, and the MIT license poses no restrictions. The package is a development-time dependency with no production overhead. Skip it only if you don't use type checking or IDE autocomplete in your workflow.

Install

mypy-boto3-simpledbv2 on PyPI

pip

pip install mypy-boto3-simpledbv2

uv

uv add mypy-boto3-simpledbv2

poetry

poetry add mypy-boto3-simpledbv2

Installing mypy-boto3-simpledbv2

Before you install

Low install friction with a single lightweight runtime dependency (typing-extensions). Active maintenance with a recent release 107 days ago and ongoing repository activity.

License in practice

MIT license permits unrestricted use, modification, and distribution with minimal restrictions, making it safe for both open-source and commercial projects.

Quickstart

pip install mypy-boto3-simpledbv2

from boto3.session import Session
from mypy_boto3_simpledbv2 import SimpleDBv2Client

client: SimpleDBv2Client = Session().client("simpledbv2")

Requires Python 3.9 or later; boto3 must be installed separately to use the client.

Verify before relying

  • Whether the package works correctly with all listed IDE/editor integrations (VSCode, PyCharm, Emacs, Sublime Text) in practice.
  • Performance impact when used with PyCharm, given the documentation's warning about slow performance 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 — 107 days since the last release
Last repo commit
First released
Downloads 147,308/month — #11,070 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

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

Keywords: boto3, simpledbv2, 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 annotationssimpledbv2 type stubsmypy boto3 supportaws sdk type hintsboto3 ide autocompletepython aws typingsimpledbv2 type checking
type-stubsaws-sdkdevelopment-tools

More Software Development packages