mypy-boto3-identitystore
Type annotations for boto3 IdentityStore 1.43.0 service generated with mypy-boto3-builder 8.12.0
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 on this page — 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
mypy-boto3-identitystore on PyPI
pip
pip install mypy-boto3-identitystoreuv
uv add mypy-boto3-identitystorepoetry
poetry add mypy-boto3-identitystoreInstalling 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 the current Python release (>=3.9) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 1 — typing-extensions |
| Maintenance | actively maintained — 107 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 650,413/month — #5,564 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: mypy_boto3_identitystore-1.43.0-py3-none-any.whl
Keywords: boto3, identitystore, 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
types-aiobotocore-identitystoreProvides 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-marketplacecommerceanalyticsProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-dataexchangeProvides type annotations and IDE…
permissive · top 5,000 on PyPI
mypy-boto3-mediastoreProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-iotProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-connectProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-mediastore-dataProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-apigatewaymanagementapiProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-sagemakerProvides type annotations and IDE…
permissive · top 5,000 on PyPI