mypy-boto3-simpledbv2
Type annotations for boto3 SimpleDBv2 1.43.0 service generated with mypy-boto3-builder 8.12.0
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-simpledbv2uv
uv add mypy-boto3-simpledbv2poetry
poetry add mypy-boto3-simpledbv2Installing 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
Tags
More Software Development packages
Provides backported and experimental type hints…
permissive · top 100 on PyPI
numpyNumPy provides an N-dimensional array object…
permissive · top 100 on PyPI
fastapiFastAPI is a Python web framework for building…
permissive · top 100 on PyPI
annotated-docProvides a way to document function parameters,…
permissive · top 100 on PyPI
typerTyper builds command-line applications from…
permissive · top 1,000 on PyPI
distlibDistlib provides low-level packaging utilities…
permissive · top 1,000 on PyPI
mypy-boto3-ec2Provides type annotations and IDE autocomplete…
permissive · top 5,000 on PyPI
boto3-stubs-fullProvides type annotations for boto3 1.43.71 to…
permissive · top 5,000 on PyPI
mypy-boto3-connectProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
boto3-stubsProvides type stubs and annotations for boto3…
permissive · top 1,000 on PyPI
boto3-stubs-liteProvides type annotations for boto3 1.43.72,…
permissive · top 15,000 on PyPI
mypy-boto3-rdsProvides type annotations and IDE…
permissive · top 5,000 on PyPI
mypy-boto3-dataexchangeProvides type annotations and IDE…
permissive · top 5,000 on PyPI
mypy-boto3-sdbProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-docdbProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-sagemakerProvides type annotations and IDE…
permissive · top 5,000 on PyPI