--- id: mypy-boto3-forecastquery version: "1.43.0" license: MIT license_treatment: permissive maintenance: active --- # mypy-boto3-forecastquery — Type annotations for boto3 ForecastQueryService 1.43.0 service generated with mypy-boto3-builder 8.12.0 License: permissive · Maintenance: active · Downloads: 250.6K/mo ## What it is and what it does This package is a type-stub library that adds static type information to boto3's ForecastQueryService client. It is generated automatically from boto3 1.43.0 using mypy-boto3-builder 8.12.0 and works with mypy, pyright, VSCode Pylance, PyCharm, Emacs, and Sublime Text to provide IDE autocomplete and catch type errors before runtime. The package contains no runtime logic—it only supplies type definitions so that your IDE and type checker understand the shape and behavior of ForecastQueryService API calls. You install it alongside boto3 in your development environment, and it enables full code completion and type validation without requiring you to write explicit type annotations in your application code. Use it for: - Enable IDE autocomplete and type hints when writing boto3 ForecastQueryService code in VSCode with Pylance or PyCharm. - Run mypy or pyright type checking on code that calls ForecastQueryService to catch API misuse before deployment. - Use explicit type annotations for ForecastQueryServiceClient variables to document API contracts in your codebase. - Integrate type checking into CI/CD pipelines to validate boto3 ForecastQueryService calls across your AWS Lambda or application code. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Provides type annotations and IDE autocomplete support for boto3's ForecastQueryService client, enabling static type checking with mypy, pyright, and other tools. Yes—if you use boto3's ForecastQueryService in Python code and want IDE autocomplete and static type checking. Install friction is minimal, maintenance is active, the license is permissive, and there are no known vulnerabilities. The only caveat is that PyCharm users may experience performance issues with the full stubs; the documentation recommends boto3-stubs-lite as an alternative in that case. ## Install pip install mypy-boto3-forecastquery uv add mypy-boto3-forecastquery poetry add mypy-boto3-forecastquery ## Installing mypy-boto3-forecastquery Before you install: Low install friction with a single lightweight runtime dependency (typing-extensions). Actively maintained as of 2026-06-22 with stable status. License in practice: MIT license permits free use, modification, and distribution with minimal restrictions—suitable for both open-source and proprietary projects. Quickstart: pip install mypy-boto3-forecastquery from boto3.session import Session from mypy_boto3_forecastquery import ForecastQueryServiceClient client: ForecastQueryServiceClient = Session().client("forecastquery") Requires Python 3.9 or later; boto3 must be installed separately in your environment. Verify before relying: - Whether the package works correctly with all supported Python versions (3.9–3.14) in practice. - Performance impact on IDE responsiveness when using full boto3-stubs versus boto3-stubs-lite variant. - Compatibility with PyCharm type checker given the documented performance caveat (issue PY-40997). ## Package facts - License: MIT (permissive) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 250.6K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags boto3 type stubs forecastquery, type annotations aws forecast, mypy boto3 stubs, boto3 ide autocomplete, static type checking aws sdk, forecastquery type hints, pyright boto3 support, type-stubs, aws-sdk, static-typing [View on SkillFed](https://skillfed.io/packages/mypy-boto3-forecastquery) · [View on PyPI](https://pypi.org/project/mypy-boto3-forecastquery/)