skillfed

mypy-boto3-timestream-write

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

mypy-boto3-timestream-write v1.43.0 314.9K downloads/30d#7,695 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 information to boto3's TimestreamWrite service. It is generated automatically from boto3 metadata and works alongside your existing boto3 installation to enable IDE code completion, type checking with mypy or pyright, and inline documentation in supported editors.

When installed, it allows you to write boto3 code with full type safety—your IDE will catch attribute errors, suggest method signatures, and validate argument types before runtime. The package supports VSCode with Pylance, PyCharm, Emacs with lsp-pyright, Sublime Text with LSP-pyright, and command-line type checkers. It is a development-only dependency and can be guarded behind TYPE_CHECKING imports to keep it out of production environments.

Use it for:

  • Enable IDE autocomplete and type hints when writing boto3 TimestreamWrite client code in VSCode or PyCharm.
  • Run mypy or pyright on your codebase to catch boto3 API misuse before deployment.
  • Provide explicit type annotations for TimestreamWrite client, resource, and paginator objects in team codebases.
  • Use with boto3-stubs to get session.client() overloads for automatic client type inference without manual annotations.
  • Guard behind TYPE_CHECKING to add type safety to production code without adding a runtime dependency.

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

Provides type annotations and IDE autocompletion for boto3's TimestreamWrite service, enabling static type checking with mypy, pyright, and editor support in VSCode, PyCharm, Emacs, and Sublime Text.

Yes, if you use boto3's TimestreamWrite service and want static type checking or IDE support. Install friction is minimal, maintenance is active, and there are no security issues. The MIT license poses no restrictions. Consider boto3-stubs-lite if PyCharm performance becomes a concern.

Install

mypy-boto3-timestream-write on PyPI

pip

pip install mypy-boto3-timestream-write

uv

uv add mypy-boto3-timestream-write

poetry

poetry add mypy-boto3-timestream-write

Installing mypy-boto3-timestream-write

Before you install

Low friction: a pure-Python wheel with only typing-extensions as a runtime dependency. Actively maintained with recent releases and no known vulnerabilities.

License in practice

MIT license permits unrestricted use, modification, and distribution with minimal obligations—suitable for both open-source and commercial projects.

Quickstart

pip install mypy-boto3-timestream-write

from boto3.session import Session
from mypy_boto3_timestream_write import TimestreamWriteClient

client: TimestreamWriteClient = Session().client("timestream-write")

Requires boto3 1.43.0 to be installed separately; Python 3.9 or later.

Verify before relying

  • Performance impact in PyCharm relative to boto3-stubs-lite variant (description notes a known PyCharm issue PY-40997 but does not quantify the overhead).
  • Whether the package works correctly with all boto3 versions or only with 1.43.0.

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 314,875/month — #7,695 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: mypy_boto3_timestream_write-1.43.0-py3-none-any.whl

Keywords: boto3, timestream-write, 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 timestreammypy boto3 annotationstimestream write type hintsboto3 IDE autocompletepython aws type checkingmypy-boto3 stubstimestream client types
type-stubsaws-sdkboto3

More Software Development packages

typing-extensions

Provides backported and experimental type hints…

permissive · top 100 on PyPI

numpy

NumPy provides an N-dimensional array object…

permissive · top 100 on PyPI

fastapi

FastAPI is a Python web framework for building…

permissive · top 100 on PyPI

annotated-doc

Provides a way to document function parameters,…

permissive · top 100 on PyPI

typer

Typer builds command-line applications from…

permissive · top 1,000 on PyPI

distlib

Distlib provides low-level packaging utilities…

permissive · top 1,000 on PyPI

mypy-boto3-ec2

Provides type annotations and IDE autocomplete…

permissive · top 5,000 on PyPI

mypy-boto3-timestream-influxdb

Provides type annotations and IDE…

permissive · top 15,000 on PyPI

mypy-boto3-dynamodbstreams

Provides type annotations and IDE autocomplete…

permissive · top 15,000 on PyPI

mypy-boto3-timestream-query

Provides type stubs and IDE autocompletion for…

permissive · top 15,000 on PyPI

boto3-stubs-lite

Provides type annotations for boto3 1.43.72,…

permissive · top 15,000 on PyPI

mypy-boto3-iottwinmaker

Provides type annotations and IDE autocomplete…

permissive · top 15,000 on PyPI

mypy-boto3-ebs

Provides type annotations and IDE autocomplete…

permissive · top 15,000 on PyPI

mypy-boto3-evidently

Provides type annotations and IDE…

permissive · top 15,000 on PyPI

mypy-boto3-config

Provides type annotations and IDE…

permissive · top 15,000 on PyPI

boto3-stubs

Provides type stubs and annotations for boto3…

permissive · top 1,000 on PyPI