mypy-boto3-timestream-write
Type annotations for boto3 TimestreamWrite 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 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-writeuv
uv add mypy-boto3-timestream-writepoetry
poetry add mypy-boto3-timestream-writeInstalling 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
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-ec2Provides type annotations and IDE autocomplete…
permissive · top 5,000 on PyPI
mypy-boto3-timestream-influxdbProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-dynamodbstreamsProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-timestream-queryProvides type stubs and IDE autocompletion for…
permissive · top 15,000 on PyPI
boto3-stubs-liteProvides type annotations for boto3 1.43.72,…
permissive · top 15,000 on PyPI
mypy-boto3-iottwinmakerProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-ebsProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-evidentlyProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-configProvides type annotations and IDE…
permissive · top 15,000 on PyPI
boto3-stubsProvides type stubs and annotations for boto3…
permissive · top 1,000 on PyPI