mypy-boto3-secretsmanager
Type annotations for boto3 SecretsManager 1.43.0 service generated with mypy-boto3-builder 8.12.0
What it is and what it does
This package is a type-stub library that adds static type information 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 Pylance, PyCharm, and other type-aware tools to provide IDE autocomplete and catch type errors at development time.
When installed, it allows you to annotate boto3 SecretsManager clients and related objects with precise types, enabling your editor and type checker to validate your code without runtime errors. It supports client annotations, paginators, and type-safe literals for service operations. The package is designed as a development-only dependency and can be excluded from production using TYPE_CHECKING guards.
Use it for:
- Add IDE autocomplete and type checking to boto3 SecretsManager code in VSCode with Pylance or PyCharm.
- Catch type errors in AWS Secrets Manager API calls before runtime using mypy or pyright.
- Annotate SecretsManagerClient and paginator objects for explicit type safety in large codebases.
- Enable static analysis in CI/CD pipelines to validate boto3 SecretsManager usage patterns.
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, pyright, and other tools.
Yes, if you use boto3 SecretsManager and want IDE autocomplete or static type checking. Install friction is minimal, maintenance is active, and there are no security vulnerabilities. The MIT license poses no restrictions. PyCharm users should be aware of potential performance issues with full stubs and may prefer the lite variant.
Install
mypy-boto3-secretsmanager on PyPI
pip
pip install mypy-boto3-secretsmanageruv
uv add mypy-boto3-secretsmanagerpoetry
poetry add mypy-boto3-secretsmanagerInstalling mypy-boto3-secretsmanager
Before you install
Low install friction with a single lightweight runtime dependency (typing-extensions). Actively maintained as of 2026-06-22 with no known vulnerabilities.
License in practice
MIT license permits unrestricted use, modification, and distribution in both open-source and proprietary projects.
Quickstart
pip install mypy-boto3-secretsmanager
from boto3.session import Session
from mypy_boto3_secretsmanager import SecretsManagerClient
client: SecretsManagerClient = Session().client("secretsmanager")
Requires Python 3.9 or later; boto3 must be installed separately in your environment.
Verify before relying
- Whether the package works correctly with all listed IDE integrations (VSCode, PyCharm, Emacs, Sublime Text) in practice.
- Performance impact on PyCharm when using full boto3-stubs versus the lite variant, as 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 — 107 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 9,015,523/month — #1,566 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: mypy_boto3_secretsmanager-1.43.0-py3-none-any.whl
Keywords: boto3, secretsmanager, 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
types-aiobotocore-secretsmanagerProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
types-boto3-secretsmanagerProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-apigatewaymanagementapiProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-ec2Provides type annotations and IDE autocomplete…
permissive · top 5,000 on PyPI
mypy-boto3-configProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-iotProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-ssmProvides type stubs and annotations for boto3's…
permissive · top 5,000 on PyPI
mypy-boto3-auditmanagerProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-connectProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-sagemakerProvides type annotations and IDE…
permissive · top 5,000 on PyPI