--- id: mypy-boto3-sso-oidc version: "1.43.0" license: MIT license_treatment: permissive maintenance: active --- # mypy-boto3-sso-oidc — Type annotations for boto3 SSOOIDC 1.43.0 service generated with mypy-boto3-builder 8.12.0 License: permissive · Maintenance: active · Downloads: 281.4K/mo ## What it is and what it does This package is a type-stub library that adds static type information to boto3's SSOOIDC service client. It is generated automatically using mypy-boto3-builder 8.12.0 and provides type hints compatible with mypy, pyright, VSCode, PyCharm, Emacs, and Sublime Text. When installed, it enables IDE autocomplete, catches type errors at development time, and documents the SSOOIDC API surface through type annotations. The package is lightweight—a pure Python wheel depending only on typing-extensions—and designed to be installed alongside boto3 in development environments. It supports Python 3.9 through 3.14 and is marked as Production/Stable. The type stubs include client annotations, Literal types for service-specific values, and TypedDict definitions for request and response shapes, allowing developers to write type-safe AWS SSOOIDC code without runtime overhead. Use it for: - Enable IDE autocomplete and type checking for boto3 SSOOIDC client calls in VSCode or PyCharm. - Catch type errors in boto3 SSOOIDC code during development using mypy or pyright. - Document expected argument and return types for SSOOIDC operations in your codebase. - Use Literal types from mypy_boto3_sso_oidc.literals to enforce valid service parameter values. - Integrate with CI/CD pipelines to enforce type safety on AWS SDK code before deployment. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Provides type annotations and IDE autocomplete support for the boto3 SSOOIDC service, enabling static type checking in VSCode, PyCharm, mypy, pyright, and other tools. Yes. Install if you use boto3's SSOOIDC service and want static type checking and IDE support. The package is lightweight, actively maintained, has no known vulnerabilities, uses a permissive MIT license, and is stable (Production/Stable). The only caveat is PyCharm users may experience performance issues with Literal overloads. ## Install pip install mypy-boto3-sso-oidc uv add mypy-boto3-sso-oidc poetry add mypy-boto3-sso-oidc ## Installing mypy-boto3-sso-oidc Before you install: Low friction: pure Python wheel with a single lightweight runtime dependency (typing-extensions). Package is actively maintained with recent commits and no known vulnerabilities. License in practice: MIT license permits unrestricted use, modification, and distribution in both open-source and proprietary projects with minimal obligations. Quickstart: pip install mypy-boto3-sso-oidc from boto3.session import Session from mypy_boto3_sso_oidc import SSOOIDCClient client: SSOOIDCClient = Session().client("sso-oidc") Requires Python 3.9 or later; boto3 must be installed separately to use the client. Verify before relying: - Whether PyCharm performance issues mentioned in docs remain unresolved in current versions. - Exact scope of type coverage for all SSOOIDC operations and response shapes. - Performance impact of Literal overloads on different IDE platforms. ## Package facts - License: MIT (permissive) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 281.4K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags boto3 type stubs, sso-oidc type annotations, boto3 mypy support, aws sdk type hints, boto3 ide autocomplete, sso-oidc type checking, type hints for boto3, type-stubs, aws-sdk, boto3 [View on SkillFed](https://skillfed.io/packages/mypy-boto3-sso-oidc) · [View on PyPI](https://pypi.org/project/mypy-boto3-sso-oidc/)