{"categories":[{"label":"Software Development","url":"https://skillfed.io/packages/category/software-development/11"}],"enrichment":{"capability":"Provides type annotations and IDE autocomplete support for boto3's CloudSearch service, enabling static type checking with mypy, pyright, and other tools.","skillfed_tags":["type-stubs","aws-sdk","static-typing"],"use_cases":["Enable mypy or pyright to catch CloudSearch API misuse (wrong parameter types, missing required fields) before runtime.","Get IDE autocomplete and inline documentation for CloudSearch client methods and parameters in VSCode or PyCharm.","Use CloudSearch type literals (e.g., AlgorithmicStemmingType) in function signatures for stricter type safety in your own code.","Validate boto3 CloudSearch calls in a CI/CD pipeline without running the code, catching bugs early.","Migrate legacy boto3 CloudSearch code to typed Python by gradually adding type annotations with IDE assistance."],"what_it_does":"This package is a stub-only type annotation library for boto3's CloudSearch service, generated automatically by mypy-boto3-builder. It does not add runtime functionality; instead, it teaches type checkers and IDEs how to validate and autocomplete CloudSearch API calls. When installed, it enables static type checking in mypy and pyright, code completion in VSCode, PyCharm, Emacs, and Sublime Text, and explicit type hints for CloudSearchClient, service literals, and type definitions. The package is designed to work alongside boto3 itself\u2014you install both, then write boto3 code normally while your type checker validates it against the CloudSearch API surface.\n\nThe package supports modern Python versions (3.9 through 3.14) and is actively maintained, with the type stubs regenerated whenever boto3 updates. It has a single runtime dependency (typing-extensions) and installs as a pure Python wheel with low friction. The documentation notes that PyCharm may experience performance issues with Literal overloads, in which case the lite variant is recommended as an alternative.","worth_installing":"Yes, if you use boto3's CloudSearch service and want static type checking or IDE autocomplete. Installation is frictionless, maintenance is active, and there are no security concerns. The only caveat is PyCharm users may experience performance degradation with the full stubs; they should consider the lite variant or use mypy/pyright instead. For VSCode, mypy, pyright, and other tools, this is a straightforward win."},"id":"mypy-boto3-cloudsearch","links":{"html":"https://skillfed.io/packages/mypy-boto3-cloudsearch","md":"https://skillfed.io/packages/mypy-boto3-cloudsearch.md","pypi":"https://pypi.org/project/mypy-boto3-cloudsearch/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-04-29","license_spdx":"MIT","license_treatment":"permissive","name":"mypy-boto3-cloudsearch","python_support":"supports_current","summary":"Type annotations for boto3 CloudSearch 1.43.0 service generated with mypy-boto3-builder 8.12.0"},"popularity":{"monthly_downloads":251112,"position":8597,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"1.43.0"}
