--- id: mypy-boto3-sso-admin version: "1.43.64" license: MIT license_treatment: permissive maintenance: active --- # mypy-boto3-sso-admin — Type annotations for boto3 SSOAdmin 1.43.64 service generated with mypy-boto3-builder 8.12.0 License: permissive · Maintenance: active · Downloads: 565.0K/mo ## What it is and what it does This package is a type-stub library generated by mypy-boto3-builder that adds static type information for boto3's SSOAdmin service. It works by providing type definitions that IDEs and type checkers can use to understand boto3 client methods, parameters, and return types—without modifying boto3 itself. When installed, it enables your editor to offer autocomplete suggestions and catches type errors before runtime. The package is designed to be used alongside boto3 in development environments. It supports multiple type-checking workflows: direct IDE integration (VSCode with Pylance, PyCharm, Emacs with lsp-pyright, Sublime Text), command-line type checkers (mypy, pyright), and can be installed as a development-only dependency using TYPE_CHECKING guards to avoid production bloat. The generated stubs cover SSOAdmin client methods, paginators, waiters, and type literals. Use it for: - Enable IDE autocomplete and inline documentation for boto3 SSOAdmin API calls in VSCode or PyCharm. - Run mypy or pyright type checking on code that uses boto3 SSOAdmin without runtime errors. - Catch incorrect parameter types or missing required arguments to SSOAdmin client methods before deployment. - Provide type hints for paginator and waiter objects returned by SSOAdmin operations. - Use as a dev-only dependency with TYPE_CHECKING to avoid shipping type stubs in production packages. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Provides type annotations for boto3's SSOAdmin service, enabling IDE autocomplete, type checking with mypy and pyright, and static analysis across VSCode, PyCharm, Emacs, and Sublime Text. Yes, if you use boto3's SSOAdmin service and want static type checking or IDE autocomplete. Install friction is minimal, maintenance is active, and the MIT license has no restrictions. PyCharm users should be aware of potential performance issues with Literal overloads (documented in the package); boto3-stubs-lite is offered as an alternative if needed. ## Install pip install mypy-boto3-sso-admin uv add mypy-boto3-sso-admin poetry add mypy-boto3-sso-admin ## Installing mypy-boto3-sso-admin Before you install: Low friction: pure Python wheel with a single runtime dependency (typing-extensions). Package is actively maintained with a release within the past 10 days and no known vulnerabilities. License in practice: MIT license permits unrestricted use, modification, and distribution with minimal obligations—suitable for any project context. Quickstart: pip install mypy-boto3-sso-admin from boto3.session import Session from mypy_boto3_sso_admin import SSOAdminClient client: SSOAdminClient = Session().client("sso-admin") # Type checking and IDE autocomplete now work Requires Python 3.9 or later; boto3 must be installed separately in your environment. Verify before relying: - Whether PyCharm performance issues mentioned in the description (issue PY-40997) remain unresolved in current PyCharm versions. - Whether the lite variant (boto3-stubs-lite) offers meaningfully better performance for large projects. ## Package facts - License: MIT (permissive) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 565.0K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags boto3 type stubs, sso-admin type annotations, boto3 mypy support, aws sso-admin typing, boto3 ide autocomplete, python aws type hints, boto3 pyright stubs, type-stubs, boto3, aws [View on SkillFed](https://skillfed.io/packages/mypy-boto3-sso-admin) · [View on PyPI](https://pypi.org/project/mypy-boto3-sso-admin/)