--- id: mypy-boto3-timestream-write version: "1.43.0" license: MIT license_treatment: permissive maintenance: active --- # mypy-boto3-timestream-write — Type annotations for boto3 TimestreamWrite 1.43.0 service generated with mypy-boto3-builder 8.12.0 License: permissive · Maintenance: active · Downloads: 314.9K/mo ## 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 above — 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 pip install mypy-boto3-timestream-write uv add mypy-boto3-timestream-write 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_current - Install friction: low - Maintenance: active - Downloads: 314.9K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags boto3 type stubs timestream, mypy boto3 annotations, timestream write type hints, boto3 IDE autocomplete, python aws type checking, mypy-boto3 stubs, timestream client types, type-stubs, aws-sdk, boto3 [View on SkillFed](https://skillfed.io/packages/mypy-boto3-timestream-write) · [View on PyPI](https://pypi.org/project/mypy-boto3-timestream-write/)