mypy-boto3-finspace-data
Type annotations for boto3 FinSpaceData 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 checking and IDE autocomplete for boto3's FinSpaceData service. It is generated automatically by mypy-boto3-builder and works with mypy, pyright, VSCode Pylance, PyCharm, Emacs, Sublime Text, and other tools that support Python type hints. The stubs enable developers to catch type errors at development time and get inline code completion without writing explicit type annotations.
The package is designed as a development-only dependency—it can be imported conditionally under TYPE_CHECKING to avoid runtime overhead in production code. It depends only on typing-extensions and has no other runtime requirements. The stubs cover client objects, paginators, waiters, and type definitions for the FinSpaceData service, matching boto3 version 1.43.0.
Use it for:
- Enable mypy or pyright type checking on boto3 FinSpaceData client code in CI/CD pipelines
- Get IDE autocomplete and inline documentation for FinSpaceData API calls in VSCode or PyCharm
- Catch boto3 API misuse (wrong parameter names, types) before runtime in development
- Annotate function signatures that accept or return FinSpaceDataClient objects with precise types
- Use with TYPE_CHECKING guards to add type hints without adding a production dependency
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 FinSpaceData service, enabling static type checking with mypy, pyright, and other tools.
Yes, if you use boto3 FinSpaceData and want static type checking or IDE support. Install friction is minimal, maintenance is active, and the MIT license is permissive. Install as a dev-only dependency (or use TYPE_CHECKING guards) to avoid production overhead. PyCharm users should be aware of documented performance issues with full boto3-stubs and may prefer boto3-stubs-lite.
Install
mypy-boto3-finspace-data on PyPI
pip
pip install mypy-boto3-finspace-datauv
uv add mypy-boto3-finspace-datapoetry
poetry add mypy-boto3-finspace-dataInstalling mypy-boto3-finspace-data
Before you install
Low friction installation with a single runtime dependency (typing-extensions). Actively maintained as of 2026-06-22 with stable production status.
License in practice
MIT license permits unrestricted use, modification, and distribution with minimal restrictions—suitable for any project type.
Quickstart
pip install mypy-boto3-finspace-data
from boto3.session import Session
from mypy_boto3_finspace_data import FinSpaceDataClient
client: FinSpaceDataClient = Session().client("finspace-data")
Verify before relying
- Whether PyCharm performance issue PY-40997 has been resolved since the documentation warns against using full boto3-stubs with PyCharm
- Whether the generated type stubs remain synchronized with boto3 FinSpaceData 1.43.0 across future boto3 releases
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 | 245,835/month — #8,722 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: mypy_boto3_finspace_data-1.43.0-py3-none-any.whl
Keywords: boto3, finspace-data, 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-finspaceProvides 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-neptunedataProvides 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-ds-dataProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-workspacesProvides 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-iotevents-dataProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-fsxProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI