--- id: mypy-boto3-simpledbv2 version: "1.43.0" license: MIT license_treatment: permissive maintenance: active --- # mypy-boto3-simpledbv2 — Type annotations for boto3 SimpleDBv2 1.43.0 service generated with mypy-boto3-builder 8.12.0 License: permissive · Maintenance: active · Downloads: 147.3K/mo ## 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 above — 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 pip install mypy-boto3-simpledbv2 uv add mypy-boto3-simpledbv2 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_current - Install friction: low - Maintenance: active - Downloads: 147.3K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags boto3 type annotations, simpledbv2 type stubs, mypy boto3 support, aws sdk type hints, boto3 ide autocomplete, python aws typing, simpledbv2 type checking, type-stubs, aws-sdk, development-tools [View on SkillFed](https://skillfed.io/packages/mypy-boto3-simpledbv2) · [View on PyPI](https://pypi.org/project/mypy-boto3-simpledbv2/)