--- id: mypy-boto3-identitystore version: "1.43.0" license: MIT license_treatment: permissive maintenance: active --- # mypy-boto3-identitystore — Type annotations for boto3 IdentityStore 1.43.0 service generated with mypy-boto3-builder 8.12.0 License: permissive · Maintenance: active · Downloads: 650.4K/mo ## What it is and what it does This package is a type-stub library that adds static type information to boto3's IdentityStore service. It is generated automatically from boto3 1.43.0 using mypy-boto3-builder 8.12.0 and works with IDEs (VSCode, PyCharm, Emacs, Sublime Text), type checkers (mypy, pyright), and language servers to provide code completion and catch type errors at development time. The package contains no runtime code—it only provides type hints that your IDE and type checker use to understand boto3 IdentityStore calls. You install it alongside boto3 in your development environment, and it immediately enables autocomplete and static analysis without requiring changes to your actual code. It supports Python 3.9 through 3.14 and has a single lightweight runtime dependency. Use it for: - Enable IDE autocomplete and type checking when writing boto3 IdentityStore code in VSCode or PyCharm. - Catch type errors in boto3 IdentityStore calls before runtime using mypy or pyright in CI/CD pipelines. - Document boto3 IdentityStore API contracts in your codebase without manual type annotations. - Reduce debugging time by catching incorrect client method calls or argument types at development time. - Support LSP-based editors (Emacs, Sublime Text) with boto3 IdentityStore type information. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Provides type annotations and IDE autocomplete support for boto3's IdentityStore service, enabling static type checking with mypy, pyright, and other tools. Yes. Install this if you use boto3's IdentityStore service and want IDE autocomplete and static type checking. It has low install friction, active maintenance, no security vulnerabilities, and an MIT license. The only caveat is PyCharm users may experience performance issues with the full stubs (the docs suggest boto3-stubs-lite as a workaround), but VSCode, mypy, and pyright users should see immediate value. ## Install pip install mypy-boto3-identitystore uv add mypy-boto3-identitystore poetry add mypy-boto3-identitystore ## Installing mypy-boto3-identitystore Before you install: Low friction install with a single lightweight runtime dependency (typing-extensions). Actively maintained with recent releases; last commit 2026-06-22. License in practice: MIT license permits unrestricted use, modification, and distribution with minimal obligations—safe for both open-source and commercial projects. Quickstart: pip install mypy-boto3-identitystore from boto3.session import Session from mypy_boto3_identitystore import IdentityStoreClient client: IdentityStoreClient = Session().client("identitystore") # Type checking and IDE autocomplete now work Requires Python 3.9 or later; type checking requires a compatible tool (mypy, pyright, or IDE with type support). Verify before relying: - Performance impact on PyCharm mentioned in docs (issue PY-40997) but current status unclear. - Whether boto3-stubs-lite is recommended as a drop-in replacement for PyCharm users. ## Package facts - License: MIT (permissive) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 650.4K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags boto3 type stubs identitystore, aws identitystore type annotations, mypy boto3 identitystore, boto3 identitystore autocomplete, type hints aws identity store, pyright boto3 stubs, ide support boto3 identitystore, type-stubs, aws-sdk, ide-support [View on SkillFed](https://skillfed.io/packages/mypy-boto3-identitystore) · [View on PyPI](https://pypi.org/project/mypy-boto3-identitystore/)