--- id: mypy-boto3-timestream-influxdb version: "1.43.63" license: MIT license_treatment: permissive maintenance: active --- # mypy-boto3-timestream-influxdb — Type annotations for boto3 TimestreamInfluxDB 1.43.63 service generated with mypy-boto3-builder 8.12.0 License: permissive · Maintenance: active · Downloads: 243.6K/mo ## What it is and what it does This package is a type stub library generated from boto3 1.43.63 that adds complete type annotations for the AWS TimestreamInfluxDB service. It works alongside boto3 to provide IDE autocompletion, static type checking, and inline documentation without requiring explicit type hints in your code. When installed, it enables mypy, pyright, VSCode Pylance, PyCharm, Emacs, and Sublime Text to understand boto3 TimestreamInfluxDB client objects, paginators, and service resources. The annotations are generated automatically and kept in sync with boto3 releases, so you get accurate types for the exact AWS API version you're using. Use it for: - Enable IDE autocomplete and inline documentation when writing boto3 TimestreamInfluxDB code in VSCode or PyCharm - Catch type errors in boto3 calls before runtime using mypy or pyright in CI/CD pipelines - Document boto3 TimestreamInfluxDB usage with explicit type hints for team code reviews and maintainability - Use boto3 TimestreamInfluxDB in a TYPE_CHECKING block to get types without adding a production dependency ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Provides type annotations and IDE autocompletion support for boto3's TimestreamInfluxDB service, enabling static type checking with mypy, pyright, and compatible editors. Yes. Install this if you use boto3 to interact with TimestreamInfluxDB and want static type checking or IDE autocompletion. It has minimal dependencies, active maintenance, no known vulnerabilities, and a permissive license. The only caveat is PyCharm users may experience performance issues with the full stub set and should consider the lite variant if needed. ## Install pip install mypy-boto3-timestream-influxdb uv add mypy-boto3-timestream-influxdb poetry add mypy-boto3-timestream-influxdb ## Installing mypy-boto3-timestream-influxdb Before you install: Low friction: a single pure-Python dependency (typing-extensions) and no compiled code. Released 11 days ago with active maintenance; repository shows 670 stars and recent commits. License in practice: MIT license permits unrestricted use, modification, and distribution in both open-source and commercial projects with minimal restrictions. Quickstart: pip install mypy-boto3-timestream-influxdb from boto3.session import Session from mypy_boto3_timestream_influxdb import TimestreamInfluxDBClient client: TimestreamInfluxDBClient = Session().client("timestream-influxdb") Verify before relying: - Whether PyCharm performance issues mentioned in docs (PY-40997) still affect current versions - Actual coverage of all TimestreamInfluxDB API operations and whether any are missing from annotations ## Package facts - License: MIT (permissive) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 243.6K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags boto3 type stubs timestream, mypy annotations aws sdk, type hints boto3 influxdb, ide autocomplete boto3, static type checking aws, pyright boto3 stubs, boto3 type hints timestream-influxdb, type-stubs, aws-sdk, static-typing [View on SkillFed](https://skillfed.io/packages/mypy-boto3-timestream-influxdb) · [View on PyPI](https://pypi.org/project/mypy-boto3-timestream-influxdb/)