skillfed

types-boto3-secretsmanager

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

types-boto3-secretsmanager v1.43.0 636.6K downloads/30d#5,625 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 checking and IDE code completion for boto3's SecretsManager service. It is generated from boto3 1.43.0 using mypy-boto3-builder 8.12.0 and works with mypy, pyright, VSCode, PyCharm, Emacs, Sublime Text, and other type-aware tools. When installed, it allows developers to write boto3 code without explicit type annotations while still receiving full IDE autocomplete and catching type errors before runtime.

The package is a pure stub—it contains no runtime code, only type definitions. It depends only on typing-extensions and installs with minimal friction. It supports explicit type annotations for SecretsManager clients, paginators, waiters, and service resources, and can be used in TYPE_CHECKING blocks to avoid production dependencies. The package is actively maintained and compatible with Python 3.9 through 3.14.

Use it for:

  • Enable IDE autocomplete and type checking for boto3 SecretsManager calls in VSCode or PyCharm without writing manual type hints.
  • Catch SecretsManager API usage errors during static analysis with mypy or pyright before deploying to production.
  • Provide explicit type annotations for SecretsManagerClient, paginators, and waiters in large codebases requiring strict typing.
  • Use in TYPE_CHECKING blocks to add type safety during development while keeping the package out of production dependencies.

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

Yes. If you use boto3's SecretsManager service and want IDE autocomplete or static type checking, install this package. It has no runtime overhead, low install friction, active maintenance, MIT licensing, and zero known vulnerabilities. The only caveat is PyCharm users may experience performance issues with Literal overloads; consider types-boto3-lite as an alternative if that occurs.

Install

types-boto3-secretsmanager on PyPI

pip

pip install types-boto3-secretsmanager

uv

uv add types-boto3-secretsmanager

poetry

poetry add types-boto3-secretsmanager

Installing types-boto3-secretsmanager

Before you install

Low friction install with a single runtime dependency (typing-extensions). Active maintenance with last commit 2026-06-22. Supports Python 3.9 through 3.14.

License in practice

MIT license permits unrestricted use, modification, and distribution with minimal restrictions—suitable for any project type.

Quickstart

pip install types-boto3-secretsmanager

from boto3.session import Session
from types_boto3_secretsmanager import SecretsManagerClient

client: SecretsManagerClient = Session().client("secretsmanager")

Requires Python 3.9 or later; boto3 must be installed separately as a runtime dependency.

Verify before relying

  • Whether PyCharm performance issues mentioned in the description (PY-40997) remain unresolved or have been addressed.
  • Real-world type coverage completeness for all SecretsManager API operations and edge cases.

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

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

Keywords: boto3, secretsmanager, 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 stubssecretsmanager type annotationsboto3 ide autocompletemypy boto3 typesaws secrets manager typing
type-stubsaws-sdk

More Software Development packages