skillfed

mypy-boto3-sso-admin

Type annotations for boto3 SSOAdmin 1.43.64 service generated with mypy-boto3-builder 8.12.0

mypy-boto3-sso-admin v1.43.64 565.0K downloads/30d#5,976 on PyPI670
Permissive license MIT Active released

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-admin

uv

uv add mypy-boto3-sso-admin

poetry

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 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

Development Status :: 5 - Production/StableEnvironment :: ConsoleIntended Audience :: DevelopersNatural Language :: EnglishOperating System :: OS IndependentProgramming Language :: Python :: 3Programming Language :: Python :: 3 :: OnlyProgramming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.12Programming Language :: Python :: 3.13Programming Language :: Python :: 3.14Programming Language :: Python :: 3.9Programming Language :: Python :: Implementation :: CPythonTyping :: Stubs Only

Tags

boto3 type stubssso-admin type annotationsboto3 mypy supportaws sso-admin typingboto3 ide autocompletepython aws type hintsboto3 pyright stubs
type-stubsboto3aws

More Software Development packages