--- id: mypy-boto3-timestream-query version: "1.43.0" license: MIT license_treatment: permissive maintenance: active --- # mypy-boto3-timestream-query — Type annotations for boto3 TimestreamQuery 1.43.0 service generated with mypy-boto3-builder 8.12.0 License: permissive · Maintenance: active · Downloads: 308.2K/mo ## What it is and what it does This package is a type-stub library that adds static type information to boto3's TimestreamQuery service. It is generated automatically using mypy-boto3-builder 8.12.0 and contains no runtime code—only type definitions. When installed, it enables IDE autocompletion, type checking with mypy or pyright, and inline documentation in editors like VSCode, PyCharm, Emacs, and Sublime Text. The stubs cover TimestreamQuery client methods, paginators, and type definitions, allowing developers to catch type errors before runtime and write more maintainable AWS SDK code. It is designed to work alongside boto3 itself and requires no changes to existing code—type checkers and IDEs automatically discover the stubs. The package supports Python 3.9 through 3.14 and is marked as production-stable. Use it for: - Enable IDE autocompletion and inline documentation when writing boto3 TimestreamQuery code in VSCode or PyCharm. - Catch type errors in TimestreamQuery API calls using mypy or pyright before deployment. - Document TimestreamQuery client method signatures and return types for team code review and maintenance. - Validate paginator usage and response types when iterating over TimestreamQuery results. - Provide type hints for boto3 session and client initialization specific to the TimestreamQuery service. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Provides type stubs and IDE autocompletion for boto3's TimestreamQuery service, enabling type checking in mypy, pyright, VSCode, PyCharm, and other tools. Yes, if you use boto3 TimestreamQuery in a type-checked Python project. The package is actively maintained, has no security vulnerabilities, installs with minimal friction, and is permissively licensed. Install it alongside boto3 to gain IDE support and static type checking with no runtime overhead. Skip it only if you do not use type checking or do not interact with TimestreamQuery. ## Install pip install mypy-boto3-timestream-query uv add mypy-boto3-timestream-query poetry add mypy-boto3-timestream-query ## Installing mypy-boto3-timestream-query Before you install: Low friction: pure Python wheel with a single runtime dependency (typing-extensions). Actively maintained with recent releases; repository shows 670 stars and last commit on 2026-06-22. License in practice: MIT license permits unrestricted use, modification, and distribution with minimal restrictions—suitable for both open-source and commercial projects. Quickstart: # Install via pip python -m pip install mypy-boto3-timestream-query # Use in code with type checking from boto3.session import Session from mypy_boto3_timestream_query import TimestreamQueryClient client: TimestreamQueryClient = Session().client("timestream-query") # IDE now provides code completion and mypy validates usage Requires Python 3.9 or later; boto3 must be installed separately in your environment for the stubs to be useful. Verify before relying: - Whether PyCharm performance issues mentioned in the docs (issue PY-40997) remain unresolved or have been addressed. - Whether the stubs cover all TimestreamQuery API operations or if some are incomplete. ## Package facts - License: MIT (permissive) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 308.2K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags boto3 type annotations, timestream query type stubs, mypy boto3 stubs, aws sdk type checking, ide autocomplete boto3, pyright type hints aws, boto3 type hints timestream, type-stubs, aws-sdk, ide-support [View on SkillFed](https://skillfed.io/packages/mypy-boto3-timestream-query) · [View on PyPI](https://pypi.org/project/mypy-boto3-timestream-query/)