mypy-boto3-sso-admin
Type annotations for boto3 SSOAdmin 1.43.64 service generated with mypy-boto3-builder 8.12.0
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 on this page — 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
mypy-boto3-sso-admin on PyPI
pip
pip install mypy-boto3-sso-adminuv
uv add mypy-boto3-sso-adminpoetry
poetry add mypy-boto3-sso-adminInstalling 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 the current Python release (>=3.9) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 1 — typing-extensions |
| Maintenance | actively maintained — 10 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 564,959/month — #5,976 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: mypy_boto3_sso_admin-1.43.64-py3-none-any.whl
Keywords: boto3, sso-admin, boto3-stubs, type-annotations, mypy, typeshed, autocomplete
Tags
More Software Development packages
Provides backported and experimental type hints…
permissive · top 100 on PyPI
numpyNumPy provides an N-dimensional array object…
permissive · top 100 on PyPI
fastapiFastAPI is a Python web framework for building…
permissive · top 100 on PyPI
annotated-docProvides a way to document function parameters,…
permissive · top 100 on PyPI
typerTyper builds command-line applications from…
permissive · top 1,000 on PyPI
distlibDistlib provides low-level packaging utilities…
permissive · top 1,000 on PyPI
mypy-boto3-workspacesProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-ec2Provides type annotations and IDE autocomplete…
permissive · top 5,000 on PyPI
mypy-boto3-ssmProvides type stubs and annotations for boto3's…
permissive · top 5,000 on PyPI
mypy-boto3-configProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-sesv2Provides type annotations for boto3's SESV2…
permissive · top 15,000 on PyPI
mypy-boto3-evidentlyProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-drsProvides type annotations for the boto3 AWS Drs…
permissive · top 15,000 on PyPI
boto3-stubsProvides type stubs and annotations for boto3…
permissive · top 1,000 on PyPI
mypy-boto3-connectProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-ssm-contactsProvides type annotations and IDE…
permissive · top 15,000 on PyPI