mypy-boto3-appintegrations
Type annotations for boto3 AppIntegrationsService 1.43.23 service generated with mypy-boto3-builder 8.12.0
What it is and what it does
This package is a type-stub library for boto3's AppIntegrationsService, generated by mypy-boto3-builder 8.12.0. It provides complete type annotations that enable static type checkers (mypy, pyright) and IDEs (VSCode, PyCharm, Emacs, Sublime Text) to understand boto3 API calls, offer autocomplete, and catch type errors at development time rather than runtime.
The package is a pure stub-only distribution—it contains no runtime code, only type information. It works alongside boto3 1.43.23 to bridge the gap between boto3's dynamic API and Python's static type system. Installation is straightforward (a single wheel with minimal dependencies), and it integrates transparently with existing boto3 code without requiring explicit type annotations in most cases.
Use it for:
- Enable IDE autocomplete and type checking when writing boto3 AppIntegrationsService code in VSCode or PyCharm.
- Catch AppIntegrationsService API misuse (wrong parameter types, missing required fields) before runtime with mypy or pyright.
- Document boto3 AppIntegrationsService method signatures and return types for team members and code reviewers.
- Integrate boto3 type checking into CI/CD pipelines using mypy or pyright for automated quality gates.
- Use as a lightweight alternative to full boto3-stubs when only AppIntegrationsService types are needed.
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 AppIntegrationsService, enabling static type checking with mypy, pyright, and other tools.
Yes. Install this if you use boto3's AppIntegrationsService and want type checking and IDE support. The package is actively maintained, has no security vulnerabilities, carries a permissive MIT license, and adds negligible install friction. The only caveat is PyCharm users may experience performance issues with full type stubs; the documentation suggests using boto3-stubs-lite as a workaround.
Install
mypy-boto3-appintegrations on PyPI
pip
pip install mypy-boto3-appintegrationsuv
uv add mypy-boto3-appintegrationspoetry
poetry add mypy-boto3-appintegrationsInstalling mypy-boto3-appintegrations
Before you install
Low install friction with a single lightweight runtime dependency (typing-extensions). Actively maintained with recent releases; last commit 2026-06-22 and 670 repository stars indicate ongoing support.
License in practice
MIT license permits unrestricted use, modification, and distribution in both open-source and commercial projects with minimal obligations.
Quickstart
# Install
python -m pip install mypy-boto3-appintegrations
# Use with type checking
from boto3.session import Session
from mypy_boto3_appintegrations import AppIntegrationsServiceClient
client: AppIntegrationsServiceClient = Session().client("appintegrations")
Requires Python 3.9 or later; type checking benefits depend on having mypy, pyright, or a compatible IDE installed separately.
Verify before relying
- Whether the package works correctly with all supported Python versions (3.9–3.14) in practice.
- Performance impact on PyCharm when used with full boto3-stubs (documentation warns of potential slowness).
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 — 71 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 248,791/month — #8,660 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: mypy_boto3_appintegrations-1.43.23-py3-none-any.whl
Keywords: boto3, appintegrations, 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-appflowProvides type annotations and IDE autocomplete…
permissive · top 5,000 on PyPI
mypy-boto3-appmeshProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-dataexchangeProvides type annotations and IDE…
permissive · top 5,000 on PyPI
mypy-boto3-ec2Provides type annotations and IDE autocomplete…
permissive · top 5,000 on PyPI
mypy-boto3-workdocsProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-evidentlyProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-inspectorProvides type annotations for boto3's Inspector…
permissive · top 15,000 on PyPI
mypy-boto3-connectProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-codeartifactProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-iotProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI