skillfed

types-boto3-sns

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

types-boto3-sns v1.43.23 217.7K downloads/30d#9,353 on PyPI670
Permissive license MIT Active released

What it is and what it does

types-boto3-sns is a type stub package that adds static type information to boto3's SNS service client. It was generated with mypy-boto3-builder 8.12.0 and provides complete type annotations for SNS operations, paginators, and service resources. When installed, it enables IDEs like VSCode, PyCharm, Emacs, and Sublime Text to offer autocomplete and type checking for boto3 SNS code without requiring explicit type hints in your application.

The package is designed as a development-time dependency—you can use TYPE_CHECKING guards to avoid including it in production builds. It works with mypy, pyright, and other type checkers, and is compatible with modern Python versions (3.9–3.14). The package is actively maintained and generated from boto3 1.43.23.

Use it for:

  • Enable IDE autocomplete and inline documentation for boto3 SNS client methods in VSCode with Pylance
  • Run mypy type checking on SNS-using code to catch type errors before runtime
  • Use pyright for static analysis of boto3 SNS operations in CI/CD pipelines
  • Get type hints for SNS paginators and service resources in code editors
  • Catch incorrect SNS API parameter types during development instead of at runtime

Worth the install?

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

Provides type annotations and IDE autocomplete support for boto3 SNS 1.43.23, enabling static type checking with mypy, pyright, and other tools.

Yes. If you use boto3 SNS and want IDE autocomplete or static type checking, this is the standard way to get it. Install friction is minimal, maintenance is active, and it carries no license restrictions. The only caveat is PyCharm users may want to test performance or consider the lite variant if they experience slowdowns.

Install

types-boto3-sns on PyPI

pip

pip install types-boto3-sns

uv

uv add types-boto3-sns

poetry

poetry add types-boto3-sns

Installing types-boto3-sns

Before you install

Low friction: single runtime dependency (typing-extensions), wheel-only distribution, active maintenance with last commit 2026-06-22. Supports Python 3.9 through 3.14.

License in practice

MIT license (permissive) means you can use this freely in commercial and open-source projects without restriction.

Quickstart

pip install types-boto3-sns

from boto3.session import Session
from types_boto3_sns import SNSClient

client: SNSClient = Session().client("sns")
# Now mypy and your IDE provide type checking and completion

Verify before relying

  • Whether PyCharm performance issues (PY-40997) mentioned in docs still affect current versions
  • Whether the lite variant (types-boto3-lite) is recommended for your specific IDE setup

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 217,723/month — #9,353 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: types_boto3_sns-1.43.23-py3-none-any.whl

Keywords: boto3, sns, 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 sns type stubsaws sns type annotationsboto3 type hintsmypy boto3 snssns client type checkingboto3 ide autocompletepyright aws sns
type-stubsaws-sdkboto3

More Software Development packages