skillfed

keeper-secrets-manager-core

Keeper Secrets Manager for Python 3

keeper-secrets-manager-core v17.3.0 205.2K downloads/30d#9,591 on PyPI114
Permissive license MIT Active released

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-core

uv

uv add keeper-secrets-manager-core

poetry

poetry add keeper-secrets-manager-core

Installing 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

Development Status :: 5 - Production/StableIntended Audience :: DevelopersLicense :: OSI Approved :: MIT LicenseOperating System :: OS IndependentProgramming Language :: PythonProgramming Language :: Python :: 3Programming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.12Programming Language :: Python :: 3.13Programming Language :: Python :: 3.9Topic :: Security

Tags

secrets manager python sdkkeeper vault api clientcredential retrieval libraryencrypted secrets storagesecrets management integrationkeeper security sdkvault client python
secrets-managementcredential-retrievalencryption

More Security packages