mypy-boto3-sdb
Type annotations for boto3 SimpleDB 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 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-sdbuv
uv add mypy-boto3-sdbpoetry
poetry add mypy-boto3-sdbInstalling 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
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
boto3-stubs-liteProvides type annotations for boto3 1.43.72,…
permissive · top 15,000 on PyPI
mypy-boto3-detectiveProvides 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
mypy-boto3-ebsProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-pinpointProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-connectProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-iotProvides 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