skillfed

mypy-boto3-sdb

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

mypy-boto3-sdb v1.43.0 258.0K downloads/30d#8,433 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 SimpleDB client, enabling IDEs and type checkers to understand the API surface and provide accurate code completion and error detection. It is generated from boto3 1.43.0 and works with mypy, pyright, VSCode Pylance, PyCharm, and other tools that support Python type hints.

The package contains no runtime code—it only provides type definitions. You install it alongside boto3 in your development environment, and your IDE or type checker automatically uses the annotations to validate your boto3 code as you write it. It supports explicit type annotations for clients, paginators, and service-specific literals, and can be used with TYPE_CHECKING guards to keep it out of production dependencies.

Use it for:

  • Enable IDE autocomplete and type checking for SimpleDB operations in VSCode or PyCharm without writing manual type hints.
  • Catch SimpleDB API usage errors at development time with mypy or pyright before running code.
  • Document SimpleDB client and paginator types explicitly in code that uses TYPE_CHECKING to avoid runtime dependencies.
  • Provide accurate method signatures and parameter types for SimpleDB operations in LSP-enabled editors like Emacs or Sublime Text.

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

Yes, if you use boto3 with SimpleDB and want IDE autocomplete and static type checking. Install friction is minimal, maintenance is active, and the MIT license has no restrictions. The package is a type-stub only and adds no runtime overhead when used with TYPE_CHECKING guards.

Install

mypy-boto3-sdb on PyPI

pip

pip install mypy-boto3-sdb

uv

uv add mypy-boto3-sdb

poetry

poetry add mypy-boto3-sdb

Installing mypy-boto3-sdb

Before you install

Low friction install with a single lightweight runtime dependency (typing-extensions). Actively maintained with recent commits and stable status.

License in practice

MIT license permits unrestricted use, modification, and distribution with minimal legal constraints.

Quickstart

pip install mypy-boto3-sdb

from boto3.session import Session
from mypy_boto3_sdb import SimpleDBClient

client: SimpleDBClient = Session().client("sdb")

Requires Python 3.9 or later and boto3 installed separately.

Verify before relying

  • Whether PyCharm performance issues mentioned in the description (PY-40997) remain unresolved in current versions.
  • Whether the lite variant (boto3-stubs-lite) is recommended for production deployments to reduce memory overhead.

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

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

Keywords: boto3, sdb, 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 simpledbtype annotations aws simpledbmypy boto3 autocompletesimpledb type hintsboto3 stubs type checkingide autocomplete aws simpledbpyright boto3 simpledb
type-stubsaws-sdkstatic-analysis

More Software Development packages

typing-extensions

Provides backported and experimental type hints…

permissive · top 100 on PyPI

numpy

NumPy provides an N-dimensional array object…

permissive · top 100 on PyPI

fastapi

FastAPI is a Python web framework for building…

permissive · top 100 on PyPI

annotated-doc

Provides a way to document function parameters,…

permissive · top 100 on PyPI

typer

Typer builds command-line applications from…

permissive · top 1,000 on PyPI

distlib

Distlib provides low-level packaging utilities…

permissive · top 1,000 on PyPI

mypy-boto3-ec2

Provides type annotations and IDE autocomplete…

permissive · top 5,000 on PyPI

boto3-stubs-full

Provides type annotations for boto3 1.43.71 to…

permissive · top 5,000 on PyPI

boto3-stubs-lite

Provides type annotations for boto3 1.43.72,…

permissive · top 15,000 on PyPI

mypy-boto3-detective

Provides type annotations and IDE autocomplete…

permissive · top 15,000 on PyPI

boto3-stubs

Provides type stubs and annotations for boto3…

permissive · top 1,000 on PyPI

mypy-boto3-ebs

Provides type annotations and IDE autocomplete…

permissive · top 15,000 on PyPI

mypy-boto3-pinpoint

Provides type annotations and IDE…

permissive · top 15,000 on PyPI

mypy-boto3-connect

Provides type annotations and IDE autocomplete…

permissive · top 15,000 on PyPI

mypy-boto3-iot

Provides type annotations and IDE autocomplete…

permissive · top 15,000 on PyPI

mypy-boto3-docdb

Provides type annotations and IDE autocomplete…

permissive · top 15,000 on PyPI