skillfed

mypy-boto3-quicksight

Type annotations for boto3 QuickSight 1.43.70 service generated with mypy-boto3-builder 8.12.0

mypy-boto3-quicksight v1.43.70 375.5K downloads/30d#7,138 on PyPI670
Permissive license MIT Active released

What it is and what it does

This package is a type-stub library for boto3's QuickSight service, generated by mypy-boto3-builder 8.12.0. It provides complete type annotations for QuickSight client methods, paginators, and type definitions, allowing your IDE and static type checkers to understand boto3 code without runtime overhead.

When installed alongside boto3, it enables IDE autocomplete, catches type errors before runtime, and works with VSCode, PyCharm, mypy, pyright, Emacs, and Sublime Text. The package is pure Python with minimal dependencies (typing-extensions), released frequently to track boto3 updates, and carries no production runtime cost—type stubs are typically imported only during development or behind TYPE_CHECKING guards.

Use it for:

  • Enable IDE autocomplete and type checking for boto3 QuickSight calls in development environments.
  • Run mypy or pyright in CI/CD pipelines to catch QuickSight API usage errors before deployment.
  • Document QuickSight client method signatures and return types for team code reviews.
  • Catch typos in QuickSight operation names and parameter names during development.
  • Provide explicit type annotations for QuickSight paginators and service resources.

Worth the install?

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

Provides type annotations for boto3's QuickSight service, enabling IDE autocomplete and static type checking with mypy and pyright.

Yes, if you use boto3 QuickSight in a Python project. The package is lightweight, actively maintained, carries no production cost, and dramatically improves developer experience through IDE autocomplete and static type checking. Install it in your development environment or behind TYPE_CHECKING guards to catch bugs and improve code clarity.

Install

mypy-boto3-quicksight on PyPI

pip

pip install mypy-boto3-quicksight

uv

uv add mypy-boto3-quicksight

poetry

poetry add mypy-boto3-quicksight

Installing mypy-boto3-quicksight

Before you install

Low friction: pure Python wheel with a single runtime dependency (typing-extensions). Actively maintained with a release 2 days old, backed by a stable repository with 670 stars.

License in practice

MIT license permits unrestricted use, modification, and distribution in both open-source and commercial projects with minimal attribution requirements.

Quickstart

pip install mypy-boto3-quicksight

from boto3.session import Session
from mypy_boto3_quicksight import QuickSightClient

client: QuickSightClient = Session().client("quicksight")

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

Verify before relying

  • Whether PyCharm performance issues mentioned in docs (issue PY-40997) still affect current versions.
  • Exact coverage of QuickSight API operations and whether all boto3 1.43.70 QuickSight methods are annotated.
  • Whether lite variant performance benefits apply to current PyCharm releases.

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

Evidence: mypy_boto3_quicksight-1.43.70-py3-none-any.whl

Keywords: boto3, quicksight, 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 quicksighttype annotations aws quicksightmypy boto3 quicksightquicksight client type hintspyright aws quicksight typingide autocomplete quicksightboto3 quicksight type checking
type-stubsaws-sdkstatic-typing

More Software Development packages