mypy-boto3-timestream-query
Type annotations for boto3 TimestreamQuery 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 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 on this page — 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
mypy-boto3-timestream-query on PyPI
pip
pip install mypy-boto3-timestream-queryuv
uv add mypy-boto3-timestream-querypoetry
poetry add mypy-boto3-timestream-queryInstalling 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 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 | 308,197/month — #7,768 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: mypy_boto3_timestream_query-1.43.0-py3-none-any.whl
Keywords: boto3, timestream-query, 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
types-aiobotocore-timestream-queryProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-timestream-writeProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-evidentlyProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-ec2Provides type annotations and IDE autocomplete…
permissive · top 5,000 on PyPI
mypy-boto3-lakeformationProvides type annotations and IDE…
permissive · top 5,000 on PyPI
boto3-stubsProvides type stubs and annotations for boto3…
permissive · top 1,000 on PyPI
mypy-boto3-dynamodbstreamsProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-connectProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-s3tablesProvides type annotations and IDE…
permissive · top 15,000 on PyPI
boto3-stubs-fullProvides type annotations for boto3 1.43.71 to…
permissive · top 5,000 on PyPI