skillfed

mypy-boto3-kendra-ranking

Type annotations for boto3 KendraRanking 1.43.55 service generated with mypy-boto3-builder 8.12.0

mypy-boto3-kendra-ranking v1.43.55 243.8K downloads/30d#8,773 on PyPI670
Permissive license MIT Active released

What it is and what it does

This package is a type-stub library that adds static type checking and IDE autocompletion for AWS KendraRanking service calls made through boto3. It works by providing type definitions that map boto3's KendraRanking client methods, parameters, and return types, allowing type checkers like mypy and pyright to validate your code before runtime, and enabling IDEs like VSCode, PyCharm, and Emacs to offer accurate code completion.

The package is generated automatically from boto3's service definitions using mypy-boto3-builder 8.12.0 and requires only typing-extensions as a runtime dependency. It supports Python 3.9 through 3.14 and integrates with multiple development environments. Installation is straightforward via pip, and the package can be used alongside boto3-stubs for broader AWS service coverage or installed standalone for KendraRanking only.

Use it for:

  • Enable IDE autocompletion and inline documentation for KendraRanking client methods in VSCode with Pylance or PyCharm.
  • Catch type errors in boto3 KendraRanking calls during development using mypy or pyright before deployment.
  • Provide explicit type hints for KendraRanking client instances and responses in codebases that enforce strict typing.
  • Use KendraRanking Literal types for type-safe validation of enum-like parameters (e.g., RescoreExecutionPlanStatusType).
  • Integrate with LSP-based editors (Emacs, Sublime Text) for real-time type checking of AWS SDK calls.

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

Provides type annotations and IDE autocompletion support for the boto3 KendraRanking 1.43.55 service, enabling static type checking with mypy, pyright, and compatible editors.

Yes. Install this if you use boto3's KendraRanking service and want IDE autocompletion and static type checking. The package is actively maintained, has no security vulnerabilities, installs with minimal friction, and carries a permissive MIT license. It is a pure type-stub library with no production runtime cost beyond a single lightweight dependency.

Install

mypy-boto3-kendra-ranking on PyPI

pip

pip install mypy-boto3-kendra-ranking

uv

uv add mypy-boto3-kendra-ranking

poetry

poetry add mypy-boto3-kendra-ranking

Installing mypy-boto3-kendra-ranking

Before you install

Low friction install with a single lightweight runtime dependency (typing-extensions). Active maintenance with a recent release (22 days ago) and consistent repository activity.

License in practice

MIT license permits unrestricted use, modification, and distribution in both open-source and proprietary projects with minimal restrictions.

Quickstart

pip install mypy-boto3-kendra-ranking

from boto3.session import Session
from mypy_boto3_kendra_ranking import KendraRankingClient

client: KendraRankingClient = Session().client("kendra-ranking")

Requires Python 3.9 or later; boto3 must be installed separately for the client to function.

Verify before relying

  • Whether performance issues with PyCharm's Literal overloads (PY-40997) have been resolved since the package was last updated.
  • Specific KendraRanking API operations and parameters covered by the type annotations.

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 — 22 days since the last release
Last repo commit
First released
Downloads 243,803/month — #8,773 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: mypy_boto3_kendra_ranking-1.43.55-py3-none-any.whl

Keywords: boto3, kendra-ranking, boto3-stubs, type-annotations, mypy, typeshed, autocomplete

Development Status :: 5 - Production/StableEnvironment :: ConsoleIntended Audience :: DevelopersNatural Language :: EnglishOperating System :: OS IndependentProgramming Language :: Python :: 3Programming Language :: Python :: 3 :: OnlyProgramming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.12Programming Language :: Python :: 3.13Programming Language :: Python :: 3.14Programming Language :: Python :: 3.9Programming Language :: Python :: Implementation :: CPythonTyping :: Stubs Only

Tags

boto3 type stubs kendra rankingmypy boto3 annotationsaws kendra ranking typesboto3 ide autocompletetype checking aws sdkpyright boto3 stubskendra ranking client types
type-stubsaws-sdkide-support

More Software Development packages