skillfed

mypy-boto3-redshift

Type annotations for boto3 Redshift 1.43.72 service generated with mypy-boto3-builder 8.12.0

mypy-boto3-redshift v1.43.72 385.9K downloads/30d#7,057 on PyPI670
Permissive license MIT Active released

What it is and what it does

mypy-boto3-redshift is a type-stub package that adds static type information to boto3's Redshift client, enabling IDE autocomplete and type checking. It is generated from boto3 1.43.72 using mypy-boto3-builder 8.12.0 and works with VSCode, PyCharm, Emacs, Sublime Text, mypy, pyright, and other type-aware tools.

The package is designed to be installed alongside boto3 and provides explicit type annotations for Redshift clients, paginators, waiters, and service resources. It supports modern Python versions (3.9 through 3.14) and is classified as production-stable. Installation is straightforward via pip, either standalone or as part of the boto3-stubs bundle.

Use it for:

  • Enable IDE autocomplete and type hints when writing boto3 Redshift client code in VSCode or PyCharm.
  • Catch type errors in Redshift API calls during development using mypy or pyright before runtime.
  • Document Redshift API method signatures and parameters through explicit type annotations in your codebase.
  • Improve code maintainability by making Redshift client usage self-documenting through type stubs.

Worth the install?

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

Provides type annotations and IDE autocomplete support for boto3's Redshift service, enabling static type checking with mypy, pyright, and other tools.

Yes. Install this if you use boto3 to interact with Redshift and want static type checking and IDE autocomplete. It has low install friction, active maintenance, no known vulnerabilities, and a permissive MIT license. The only gotcha is PyCharm performance with Literal overloads—if you experience slowness, the documentation recommends boto3-stubs-lite as an alternative.

Install

mypy-boto3-redshift on PyPI

pip

pip install mypy-boto3-redshift

uv

uv add mypy-boto3-redshift

poetry

poetry add mypy-boto3-redshift

Installing mypy-boto3-redshift

Before you install

Low friction install with a single runtime dependency (typing-extensions). Active maintenance as of 2026-08-14 with recent commits.

License in practice

MIT license permits unrestricted use, modification, and distribution with minimal obligations.

Quickstart

pip install mypy-boto3-redshift

from boto3.session import Session
from mypy_boto3_redshift import RedshiftClient

client: RedshiftClient = Session().client("redshift")

Requires Python 3.9 or later; boto3 must be installed separately in your environment.

Verify before relying

  • Whether type stubs cover all Redshift API operations or if some remain untyped.
  • Performance impact when used with PyCharm (documentation mentions potential slowness with Literal overloads).

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

Evidence: mypy_boto3_redshift-1.43.72-py3-none-any.whl

Keywords: boto3, redshift, 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 redshift type stubstype annotations aws redshiftmypy boto3 redshiftredshift client type hintsboto3 redshift autocompletepyright aws redshift typesredshift type checking
type-stubsaws-sdkredshift

More Software Development packages

typing-extensions

Provides backported and experimental type hints…

permissive · top 100 on PyPI

numpy

NumPy provides an N-dimensional array object…

permissive · top 100 on PyPI

fastapi

FastAPI is a Python web framework for building…

permissive · top 100 on PyPI

annotated-doc

Provides a way to document function parameters,…

permissive · top 100 on PyPI

typer

Typer builds command-line applications from…

permissive · top 1,000 on PyPI

distlib

Distlib provides low-level packaging utilities…

permissive · top 1,000 on PyPI

mypy-boto3-redshift-data

Provides type annotations and IDE autocomplete…

permissive · top 5,000 on PyPI

mypy-boto3-redshift-serverless

Provides type annotations and IDE…

permissive · top 15,000 on PyPI

mypy-boto3-ec2

Provides type annotations and IDE autocomplete…

permissive · top 5,000 on PyPI

mypy-boto3-config

Provides type annotations and IDE…

permissive · top 15,000 on PyPI

mypy-boto3-iot

Provides type annotations and IDE autocomplete…

permissive · top 15,000 on PyPI

mypy-boto3-dataexchange

Provides type annotations and IDE…

permissive · top 5,000 on PyPI

boto3-stubs-lite

Provides type annotations for boto3 1.43.72,…

permissive · top 15,000 on PyPI

mypy-boto3-neptune

Provides type annotations and IDE autocomplete…

permissive · top 15,000 on PyPI

mypy-boto3-connect

Provides type annotations and IDE autocomplete…

permissive · top 15,000 on PyPI

mypy-boto3-sagemaker

Provides type annotations and IDE…

permissive · top 5,000 on PyPI