mypy-boto3-appstream
Type annotations for boto3 AppStream 1.43.55 service generated with mypy-boto3-builder 8.12.0
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-appstreamuv
uv add mypy-boto3-appstreampoetry
poetry add mypy-boto3-appstreamInstalling 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
Tags
More Software Development packages
Provides backported and experimental type hints…
permissive · top 100 on PyPI
numpyNumPy provides an N-dimensional array object…
permissive · top 100 on PyPI
fastapiFastAPI is a Python web framework for building…
permissive · top 100 on PyPI
annotated-docProvides a way to document function parameters,…
permissive · top 100 on PyPI
typerTyper builds command-line applications from…
permissive · top 1,000 on PyPI
distlibDistlib provides low-level packaging utilities…
permissive · top 1,000 on PyPI
mypy-boto3-ec2Provides type annotations and IDE autocomplete…
permissive · top 5,000 on PyPI
mypy-boto3-evidentlyProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-appmeshProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-configProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-lakeformationProvides type annotations and IDE…
permissive · top 5,000 on PyPI
mypy-boto3-dataexchangeProvides type annotations and IDE…
permissive · top 5,000 on PyPI
mypy-boto3-connectProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-drsProvides type annotations for the boto3 AWS Drs…
permissive · top 15,000 on PyPI
mypy-boto3-appconfigProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-neptuneProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI