jaraco/keyring
None observed · 2026-08-28
Health v2 · maintenance only
70/100
- Activity 77
- Release rhythm 45
- Longevity 100
Flags: no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 47.0
- age_days: 4208
- days_rel: 290
- days_push: 142
- n_releases_24m: 5
Adoption not part of the score
1508 stars · 195 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A Python library providing a simple API to access the operating system's native keyring service for safe password storage and retrieval. It supports macOS Keychain, Windows Credential Locker, Freedesktop Secret Service, and KDE KWallet backends, plus a bundled command-line utility.
Use cases
- store passwords securely from a python app
- access the system keychain from python
- save credentials without hardcoding them
- retrieve stored passwords on macos keychain
- use windows credential locker from a script
- manage secrets via a keyring command line tool
When to choose
- you need cross-platform credential storage using the OS-native keyring
- you want to avoid storing passwords in plaintext config files
- you need a simple set_password/get_password API in Python
When to avoid
- you need cross-machine or cloud-synced secret management
- you need a full secrets manager with rotation and auditing
- your environment has no keyring backend available (e.g. headless servers without a secret service)
Facets
library · maturity stable
security cryptography cli security developer-tools cross-platform python windows cli password-storage keyring credentials system-keychain secrets macos linux
2 sources
- readme: https://github.com/jaraco/keyring · fetched 2026-08-28 · d77b5f33faf9
- registry_pypi: https://pypi.org/pypi/keyring/json · fetched 2026-08-29 · 4007bd36a071
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| jaraco/keyring | main | 70 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem