types-aiobotocore-timestream-query
Type annotations for aiobotocore TimestreamQuery 3.9.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 aiobotocore's TimestreamQuery service. It is generated from aiobotocore 3.9.0 using mypy-boto3-builder and provides complete type annotations for client methods, paginators, and service resources. When installed, it enables IDEs (VSCode, PyCharm, Emacs, Sublime Text) and type checkers (mypy, pyright) to understand aiobotocore code, offering inline documentation, method signatures, and parameter validation without requiring explicit type hints in your code.
The package is a stub-only library—it contains no runtime code, only type definitions. It works alongside aiobotocore itself and is compatible with modern Python versions (3.9 through 3.14). Installation is straightforward and adds minimal overhead; the only runtime dependency is typing-extensions. It is most useful in projects that already use aiobotocore for async AWS API calls and want to catch type errors early or improve developer experience through IDE autocompletion.
Use it for:
- Enable mypy or pyright type checking in a project using aiobotocore TimestreamQuery without writing manual type annotations.
- Get IDE autocomplete and inline documentation for TimestreamQuery client methods in VSCode with Pylance or PyCharm.
- Validate aiobotocore TimestreamQuery code during CI/CD pipelines using static type checkers before deployment.
- Reduce debugging time by catching incorrect service method calls or parameter types at development time rather than runtime.
- Support paginator and service resource type hints for complex async workflows with TimestreamQuery.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides type annotations and IDE autocompletion support for aiobotocore's TimestreamQuery service, enabling static type checking with mypy, pyright, and editor tools.
Yes, if you use aiobotocore with TimestreamQuery and want static type checking or IDE support. Installation is low-friction, the package is actively maintained with no known vulnerabilities, and it carries a permissive MIT license. Install it as a development dependency to improve code quality and developer experience; it has no runtime impact on production code.
Install
types-aiobotocore-timestream-query on PyPI
pip
pip install types-aiobotocore-timestream-queryuv
uv add types-aiobotocore-timestream-querypoetry
poetry add types-aiobotocore-timestream-queryInstalling types-aiobotocore-timestream-query
Before you install
Minimal install friction; depends only on typing-extensions. Actively maintained with a recent release and no known vulnerabilities.
License in practice
MIT license permits unrestricted use, modification, and distribution in both open-source and proprietary projects.
Quickstart
pip install types-aiobotocore-timestream-query
from aiobotocore.session import get_session
from types_aiobotocore_timestream_query import TimestreamQueryClient
session = get_session()
async with session.create_client("timestream-query") as client:
client: TimestreamQueryClient
# Type checking and IDE completion now work
Requires Python 3.9 or later; aiobotocore 3.9.0 must be installed separately as a runtime dependency.
Verify before relying
- Whether PyCharm performance issues mentioned in the description (PY-40997) persist with current versions.
- Whether the lite variant (types-aiobotocore-lite) is recommended for projects prioritizing IDE responsiveness over full overload coverage.
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 — 12 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 92,958/month — #13,411 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: types_aiobotocore_timestream_query-3.9.0-py3-none-any.whl
Keywords: aiobotocore, timestream-query, aiobotocore-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-timestream-queryProvides type stubs and IDE autocompletion for…
permissive · top 15,000 on PyPI
types-aiobotocore-iotProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
types-aiobotocoreProvides type annotations and IDE…
permissive · top 5,000 on PyPI
types-aiobotocore-ec2Provides type stubs and annotations for…
permissive · top 5,000 on PyPI
types-aiobotocore-cloudformationProvides type annotations and IDE…
permissive · top 5,000 on PyPI
types-aiobotocore-sqsProvides type annotations and IDE autocomplete…
permissive · top 5,000 on PyPI
types-aiobotocore-liteProvides type annotations for aiobotocore…
permissive · top 15,000 on PyPI
types-aiobotocore-translateProvides type stubs and IDE autocomplete…
permissive · top 15,000 on PyPI
types-aiobotocore-ssmProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
types-aiobotocore-connectProvides type stubs and annotations for the…
permissive · top 15,000 on PyPI