skillfed

mypy-boto3-finspace-data

Type annotations for boto3 FinSpaceData 1.43.0 service generated with mypy-boto3-builder 8.12.0

mypy-boto3-finspace-data v1.43.0 245.8K downloads/30d#8,722 on PyPI670
Permissive license MIT Active released

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

uv

uv add mypy-boto3-finspace-data

poetry

poetry add mypy-boto3-finspace-data

Installing 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

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 stubs finspacetype annotations aws finspace datamypy boto3 finspaceboto3 finspace autocompletefinspace data type hintspyright boto3 stubside code completion finspace
type-stubsboto3aws

More Software Development packages