{"categories":[{"label":"Software Development","url":"https://skillfed.io/packages/category/software-development/2"}],"enrichment":{"capability":"Provides type annotations and IDE autocompletion support for boto3's STS (Security Token Service) client, enabling static type checking with mypy, pyright, and other tools.","skillfed_tags":["type-stubs","aws-sdk","static-analysis"],"use_cases":["Enable mypy or pyright type checking on boto3 STS code without writing manual type annotations.","Get IDE autocomplete and inline documentation for STS client methods in VSCode or PyCharm.","Validate STS API calls (AssumeRole, GetCallerIdentity, etc.) against the correct signatures at development time.","Use STSClient and type definitions from mypy_boto3_sts.type_defs for explicit type hints in your own functions.","Catch typos and incorrect parameter names in STS API calls before deployment."],"what_it_does":"mypy-boto3-sts is a type-stub package that adds static type annotations to boto3's STS client. It's generated from boto3 1.43.0 using mypy-boto3-builder and works with mypy, pyright, VSCode, PyCharm, Emacs, Sublime Text, and other IDEs that support Python type checking. The package contains no runtime logic\u2014it only provides type hints so that your IDE and type checker can understand boto3 STS method signatures, return types, and available parameters.\n\nWhen installed, it enables IDE autocompletion for STS operations and catches type errors before runtime. You can use it standalone or as part of boto3-stubs, a meta-package that bundles stubs for multiple AWS services. The package is lightweight, depends only on typing-extensions, and is designed to be a development-time or type-checking-time dependency that doesn't affect production code size.","worth_installing":"Yes. This is a low-friction, actively maintained type-stub package with no security vulnerabilities and a permissive MIT license. Install it if you use boto3 STS and want static type checking or IDE autocompletion. It adds no runtime overhead and integrates seamlessly with standard Python tooling."},"id":"mypy-boto3-sts","links":{"html":"https://skillfed.io/packages/mypy-boto3-sts","md":"https://skillfed.io/packages/mypy-boto3-sts.md","pypi":"https://pypi.org/project/mypy-boto3-sts/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-04-29","license_spdx":"MIT","license_treatment":"permissive","name":"mypy-boto3-sts","python_support":"supports_current","summary":"Type annotations for boto3 STS 1.43.0 service generated with mypy-boto3-builder 8.12.0"},"popularity":{"monthly_downloads":10754807,"position":1438,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"1.43.0"}
