{"categories":[{"label":"Software Development","url":"https://skillfed.io/packages/category/software-development/10"}],"enrichment":{"capability":"Provides type annotations and IDE autocomplete support for boto3's SimpleDB service, enabling static type checking with mypy, pyright, and other tools.","skillfed_tags":["type-stubs","aws-sdk","static-analysis"],"use_cases":["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."],"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.\n\nThe package contains no runtime code\u2014it 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.","worth_installing":"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."},"id":"mypy-boto3-sdb","links":{"html":"https://skillfed.io/packages/mypy-boto3-sdb","md":"https://skillfed.io/packages/mypy-boto3-sdb.md","pypi":"https://pypi.org/project/mypy-boto3-sdb/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-04-29","license_spdx":"MIT","license_treatment":"permissive","name":"mypy-boto3-sdb","python_support":"supports_current","summary":"Type annotations for boto3 SimpleDB 1.43.0 service generated with mypy-boto3-builder 8.12.0"},"popularity":{"monthly_downloads":258005,"position":8433,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"1.43.0"}
