keeper-secrets-manager-core
Keeper Secrets Manager for Python 3
What it is and what it does
Keeper Secrets Manager Core is a Python client library for programmatically accessing secrets stored in Keeper's vault. It handles authentication via one-time tokens or pre-configured credentials, supports custom server deployments with isolated public keys, and provides typed accessors for linked credentials, rotation settings, and encrypted data. The SDK manages encryption/decryption internally using cryptography and urllib3, and includes automatic retry logic with exponential backoff for throttled requests.
The library is production-stable and actively maintained, with recent releases addressing multiple security vulnerabilities in its dependencies (cryptography, urllib3, requests). It supports modern Python versions (3.9–3.13) and is designed for integration into applications that need to fetch secrets at runtime rather than storing them in code or environment variables.
Use it for:
- Retrieve database credentials at application startup without embedding them in configuration files.
- Access API keys and tokens for third-party services in a centralized, encrypted vault.
- Manage password rotation workflows by querying current credentials and rotation settings via the SDK.
- Deploy secrets to containerized or serverless applications using one-time tokens provisioned per environment.
- Integrate with isolated or government-cloud Keeper deployments using custom server public keys.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Python SDK for Keeper Secrets Manager that retrieves and manages secrets from a Keeper vault, with support for custom server configurations and encrypted credential access.
Yes. The package is production-stable, actively maintained with recent security patches, has low install friction, and is the official Python SDK for Keeper Secrets Manager. Install it if your application needs to retrieve secrets from a Keeper vault at runtime. No known vulnerabilities as of the latest scan.
Install
keeper-secrets-manager-core on PyPI
pip
pip install keeper-secrets-manager-coreuv
uv add keeper-secrets-manager-corepoetry
poetry add keeper-secrets-manager-coreInstalling keeper-secrets-manager-core
Before you install
Low friction install with pure-Python wheels. Actively maintained as of 60 days ago with recent security updates to cryptography, urllib3, and requests dependencies to address multiple CVEs. Supports Python 3.9–3.13.
License in practice
MIT license permits use in commercial and open-source projects with minimal restrictions; attribution required but no copyleft obligations.
Quickstart
pip install keeper-secrets-manager-core
from keeper_secrets_manager_core import SecretsManager
from keeper_secrets_manager_core.storage import FileKeyValueStorage
sm = SecretsManager(
token='REGION:ONE_TIME_TOKEN',
config=FileKeyValueStorage(),
)
Requires Python 3.9 or higher; one-time token or pre-existing config file needed to initialize.
Verify before relying
- Whether the SDK supports all Keeper Secrets Manager features or only a subset of the full API.
- Performance characteristics and rate-limit behavior under sustained high-volume secret retrieval.
- Whether custom server deployments require additional setup beyond the three key provisioning paths documented.
Package facts
| License | MIT (permissive) |
| Python support | supports the current Python release (>=3.9) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 3 — requests, cryptography, urllib3 |
| Maintenance | actively maintained — 60 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 205,214/month — #9,591 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: keeper_secrets_manager_core-17.3.0-py3-none-any.whl
Keywords: Keeper, Password, Manager, SDK
Tags
More Security packages
Provides Python bindings to the FreeDesktop.org…
permissive · top 1,000 on PyPI
msalMSAL for Python handles OAuth2 and OpenID…
permissive · top 1,000 on PyPI
joserfcjoserfc implements JOSE standards (JWS, JWE,…
permissive · top 1,000 on PyPI
AuthlibAuthlib provides a complete implementation of…
permissive · top 1,000 on PyPI
argon2-cffi-bindingsProvides low-level CFFI bindings to the…
permissive · top 1,000 on PyPI
adalADAL for Python authenticates applications with…
permissive · top 1,000 on PyPI
ibm-secrets-manager-sdkA Python client library for programmatically…
permissive · top 15,000 on PyPI
keepercommanderKeeper Commander is a command-line and terminal…
permissive · top 15,000 on PyPI
azure-keyvault-secretsSecurely store, retrieve, and manage secrets…
permissive · top 1,000 on PyPI
conjur-clientPython SDK and CLI tool for interacting with…
permissive · top 15,000 on PyPI
aws-secretsmanager-cachingCaches AWS Secrets Manager secrets in-process…
permissive · top 5,000 on PyPI
onepasswordWrapper around the 1Password CLI that lets you…
permissive · top 15,000 on PyPI
robocorp-vaultProvides read and write access to secrets…
permissive · top 15,000 on PyPI
onepassword-sdkProgrammatic Python interface to read and…
permissive · top 5,000 on PyPI
bitwarden-sdkProvides a Python client library to interact…
unclear · top 15,000 on PyPI
devo-sdkSend events and files to Devo, query data via…
permissive · top 15,000 on PyPI