skillfed

mypy-boto3-notificationscontacts

Type annotations for boto3 UserNotificationsContacts 1.43.0 service generated with mypy-boto3-builder 8.12.0

mypy-boto3-notificationscontacts v1.43.0 240.9K downloads/30d#8,893 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 information to boto3's UserNotificationsContacts service. It was generated using mypy-boto3-builder 8.12.0 and works with VSCode, PyCharm, Emacs, Sublime Text, mypy, pyright, and other tools that support Python type hints.

When installed alongside boto3, it enables IDE code completion, catches type errors before runtime, and provides explicit type annotations for the UserNotificationsContacts client, paginators, and service resources. It has a single runtime dependency (typing-extensions) and supports Python 3.9 through 3.14, making it suitable for both development and type-checking workflows without adding production runtime overhead.

Use it for:

  • Enable IDE autocomplete and type checking when writing boto3 code for the UserNotificationsContacts service in VSCode or PyCharm.
  • Catch type errors in boto3 UserNotificationsContacts calls during development using mypy or pyright before deployment.
  • Provide explicit type annotations for boto3 client objects to satisfy strict type-checking policies in CI/CD pipelines.
  • Use with TYPE_CHECKING guards to add type hints without adding a production runtime dependency on the stubs package.

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 UserNotificationsContacts service, enabling static type checking with mypy, pyright, and other tools.

Yes. Install this if you use boto3's UserNotificationsContacts service and want IDE autocomplete, static type checking, or explicit type annotations. It has minimal install friction (one lightweight dependency), is actively maintained, carries an MIT license with no restrictions, and has no known vulnerabilities. The only caveat is PyCharm users may experience performance issues with Literal overloads; in that case, boto3-stubs-lite is an alternative.

Install

mypy-boto3-notificationscontacts on PyPI

pip

pip install mypy-boto3-notificationscontacts

uv

uv add mypy-boto3-notificationscontacts

poetry

poetry add mypy-boto3-notificationscontacts

Installing mypy-boto3-notificationscontacts

Before you install

Low friction installation with a single runtime dependency (typing-extensions). Actively maintained as of 2026-06-22 with stable status.

License in practice

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

Quickstart

pip install mypy-boto3-notificationscontacts

from boto3.session import Session
from mypy_boto3_notificationscontacts import UserNotificationsContactsClient

client: UserNotificationsContactsClient = Session().client("notificationscontacts")

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

Verify before relying

  • Whether the package provides complete type coverage for all UserNotificationsContacts API operations and parameters.
  • Performance impact when used with PyCharm (documentation mentions potential slowness with Literal overloads).
  • Compatibility guarantees between boto3 version 1.43.0 and future boto3 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 — 107 days since the last release
Last repo commit
First released
Downloads 240,885/month — #8,893 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: mypy_boto3_notificationscontacts-1.43.0-py3-none-any.whl

Keywords: boto3, notificationscontacts, 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 stubsaws notificationscontacts typingmypy boto3 annotationstype hints for boto3ide autocomplete boto3
type-stubsboto3aws-sdk

More Software Development packages