skillfed

mypy-boto3-appintegrations

Type annotations for boto3 AppIntegrationsService 1.43.23 service generated with mypy-boto3-builder 8.12.0

mypy-boto3-appintegrations v1.43.23 248.8K downloads/30d#8,660 on PyPI670
Permissive license MIT Active released

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-appintegrations

uv

uv add mypy-boto3-appintegrations

poetry

poetry add mypy-boto3-appintegrations

Installing 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

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 appintegrationsmypy boto3 type annotationsboto3 appintegrations type hintsIDE autocomplete boto3static type checking AWS SDKpyright boto3 stubsboto3 type checking support
type-stubsboto3aws-sdk

More Software Development packages