{"categories":[{"label":"Software Development","url":"https://skillfed.io/packages/category/software-development/3"}],"enrichment":{"capability":"Provides type stubs and annotations for boto3's SSM (Systems Manager) service, enabling IDE autocomplete, type checking, and static analysis across mypy, pyright, VSCode, PyCharm, and other tools.","skillfed_tags":["type-stubs","aws-sdk","static-analysis"],"use_cases":["Enable IDE autocomplete and parameter hints when writing boto3 SSM code in VSCode or PyCharm without manual type annotations.","Catch type errors in boto3 SSM calls during development using mypy or pyright before runtime.","Document SSM client method signatures and return types for team members reading your code.","Validate boto3 SSM paginator and waiter usage with full type information in static analysis pipelines.","Use boto3 SSM in a TYPE_CHECKING block to get type hints without adding a production dependency."],"what_it_does":"mypy-boto3-ssm is a type stub package that adds complete type annotations for the boto3 SSM service. It is generated from boto3 1.43.53 and works as a companion to boto3, providing type information that IDEs and static type checkers can use to offer autocomplete, catch type errors, and validate your code without requiring explicit type hints in your own code.\n\nThe package is designed to work with multiple tools: VSCode with Pylance, PyCharm, Emacs with lsp-pyright, Sublime Text, mypy, and pyright. You install it alongside boto3, and type information becomes available immediately\u2014no code changes needed. It includes annotations for the SSM client, paginators, waiters, and type definitions, though the documentation notes that PyCharm may experience performance issues with the full Literal overloads, in which case the lighter boto3-stubs-lite variant is recommended.","worth_installing":"Yes, if you use boto3 SSM and want IDE support and type checking. Install friction is minimal (one pure-Python dependency), maintenance is active, and the package is widely used (top 5000 on PyPI). The only caveat: PyCharm users may experience performance issues and should consider boto3-stubs-lite instead. No security vulnerabilities are known."},"id":"mypy-boto3-ssm","links":{"html":"https://skillfed.io/packages/mypy-boto3-ssm","md":"https://skillfed.io/packages/mypy-boto3-ssm.md","pypi":"https://pypi.org/project/mypy-boto3-ssm/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-07-21","license_spdx":"MIT","license_treatment":"permissive","name":"mypy-boto3-ssm","python_support":"supports_current","summary":"Type annotations for boto3 SSM 1.43.53 service generated with mypy-boto3-builder 8.12.0"},"popularity":{"monthly_downloads":3373339,"position":2647,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"1.43.53"}
