--- id: mypy-boto3-finspace version: "1.43.0" license: MIT license_treatment: permissive maintenance: active --- # mypy-boto3-finspace — Type annotations for boto3 Finspace 1.43.0 service generated with mypy-boto3-builder 8.12.0 License: permissive · Maintenance: active · Downloads: 245.9K/mo ## What it is and what it does This package is a type-stub library that adds static type information to boto3's Finspace service client. It is generated automatically from boto3 1.43.0 using mypy-boto3-builder 8.12.0 and works with type checkers (mypy, pyright) and IDEs (VSCode, PyCharm, Emacs, Sublime Text) to provide code completion, inline documentation, and type-checking for Finspace API calls. The package contains type annotations for Finspace clients, paginators, waiters, and service models. It is intended to be installed alongside boto3 and used during development; the documentation shows how to use TYPE_CHECKING guards to avoid runtime dependencies in production code. No explicit type annotations are required in your code—the stubs work automatically once installed. Use it for: - Enable IDE autocompletion and inline documentation when writing boto3 Finspace client code in VSCode, PyCharm, or other supported editors. - Catch type errors in Finspace API calls before runtime using mypy or pyright in CI/CD pipelines. - Provide explicit type hints for Finspace client, paginator, and waiter objects in codebases that enforce strict typing. - Reduce development friction by avoiding manual type annotation of boto3 Finspace responses and parameters. - Support LSP-based type checking in Emacs and Sublime Text for Finspace service interactions. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Provides type annotations and IDE autocompletion for boto3's Finspace service, enabling static type checking with mypy, pyright, and editor support in VSCode, PyCharm, Emacs, and Sublime Text. Yes. Install this if you use boto3's Finspace service and want IDE autocompletion and static type checking. It has low install friction (one lightweight dependency), is actively maintained, carries an MIT license, and is classified as Production/Stable. No known vulnerabilities. The only caveat is PyCharm performance with Literal overloads—if you experience slowness, the documentation suggests using boto3-stubs-lite instead. ## Install pip install mypy-boto3-finspace uv add mypy-boto3-finspace poetry add mypy-boto3-finspace ## Installing mypy-boto3-finspace Before you install: Low friction: single dependency on typing-extensions, pure Python wheel, actively maintained with recent releases. Classified as Production/Stable and supports Python 3.9 through 3.14. License in practice: MIT license permits unrestricted use, modification, and distribution with minimal restrictions—suitable for both open-source and commercial projects. Quickstart: pip install mypy-boto3-finspace from boto3.session import Session from mypy_boto3_finspace import FinspaceClient client: FinspaceClient = Session().client("finspace") Requires boto3 to be installed separately; type checking requires a compatible tool like mypy, pyright, or an IDE with type-aware language server support. Verify before relying: - Performance impact in PyCharm with Literal overloads (documentation mentions issue PY-40997 but does not confirm if resolved in current version). - Whether boto3-stubs-lite is recommended as a lighter alternative for this specific version. ## Package facts - License: MIT (permissive) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 245.9K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags boto3 type stubs finspace, aws finspace type annotations, boto3 finspace mypy support, finspace client type hints, boto3-stubs finspace, aws sdk type checking, finspace ide autocomplete, type-stubs, aws-sdk, boto3 [View on SkillFed](https://skillfed.io/packages/mypy-boto3-finspace) · [View on PyPI](https://pypi.org/project/mypy-boto3-finspace/)