skillfed

mypy-boto3-appstream

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

mypy-boto3-appstream v1.43.55 257.4K downloads/30d#8,447 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 annotations for boto3's AppStream service. It enables IDE code completion, type checking with mypy and pyright, and catches potential type errors before runtime. The stubs are generated from boto3 1.43.55 and include annotations for the AppStream client, paginators, waiters, and type definitions.

You install it alongside boto3 to gain full IDE support and static type checking without modifying your application code. It works with VSCode (via Pylance), PyCharm, Emacs, Sublime Text, and command-line type checkers. The package is lightweight, depending only on typing-extensions, and is safe to use in production behind a TYPE_CHECKING guard if you want to avoid a runtime dependency.

Use it for:

  • Enable IDE autocomplete and type hints when writing boto3 AppStream client code in VSCode or PyCharm.
  • Run mypy or pyright type checking on AppStream-using code to catch type errors before deployment.
  • Provide explicit type annotations for AppStream paginators and waiters in type-strict projects.
  • Improve code maintainability by documenting AppStream API contracts through static types.
  • Use in a TYPE_CHECKING block to get IDE support without adding a runtime dependency.

Worth the install?

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

Provides type annotations and IDE autocompletion for boto3's AppStream service, compatible with mypy, pyright, VSCode, PyCharm, and other type-checking tools.

Yes, if you use boto3's AppStream service and want IDE autocomplete or static type checking. Install friction is minimal, maintenance is active, and the MIT license has no restrictions. The only caveat is PyCharm performance; if you experience slowness, the documentation recommends switching to boto3-stubs-lite or using mypy/pyright instead.

Install

mypy-boto3-appstream on PyPI

pip

pip install mypy-boto3-appstream

uv

uv add mypy-boto3-appstream

poetry

poetry add mypy-boto3-appstream

Installing mypy-boto3-appstream

Before you install

Low install friction with a single lightweight runtime dependency (typing-extensions). Actively maintained as of 2026-07-23, with recent activity and no known vulnerabilities.

License in practice

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

Quickstart

pip install mypy-boto3-appstream

from boto3.session import Session
from mypy_boto3_appstream import AppStreamClient

client: AppStreamClient = Session().client("appstream")
# Type checking and IDE autocomplete now available

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

Verify before relying

  • Whether the package works correctly with all supported Python versions (3.9–3.14) in practice.
  • Performance impact in PyCharm; documentation warns of 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 — 22 days since the last release
Last repo commit
First released
Downloads 257,411/month — #8,447 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

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

Keywords: boto3, appstream, 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 appstreammypy boto3 appstream annotationsboto3 appstream type hintsappstream client type checkingboto3 stubs ide autocompletepyright boto3 appstreamboto3 appstream mypy support
type-stubsboto3aws

More Software Development packages