--- id: keyring version: "25.7.0" license: MIT license_treatment: permissive maintenance: active --- # keyring — Store and access your passwords safely. License: permissive · Maintenance: active · Popularity: top 1,000 on PyPI ## Install pip install keyring uv add keyring poetry add keyring ## Description .. image:: https://img.shields.io/pypi/v/keyring.svg :target: https://pypi.org/project/keyring .. image:: https://img.shields.io/pypi/pyversions/keyring.svg .. image:: https://github.com/jaraco/keyring/actions/workflows/main.yml/badge.svg :target: https://github.com/jaraco/keyring/actions?query=workflow%3A%22tests%22 :alt: tests .. image:: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json :target: https://github.com/astral-sh/ruff :alt: Ruff .. image:: https://readthedocs.org/projects/keyring/badge/?version=latest :target: https://keyring.readthedocs.io/en/latest/?badge=latest .. image:: https://img.shields.io/badge/skeleton-2025-informational :target: https://blog.jaraco.com/skeleton .. image:: https://tidelift.com/badges/package/pypi/keyring :target: https://tidelift.com/subscription/pkg/pypi-keyring?utm_source=pypi-keyring&utm_medium=readme .. image:: https://badges.gitter.im/jaraco/keyring.svg :alt: Join the chat at https://gitter.im/jaraco/keyring :target: https://gitter.im/jaraco/keyring?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge The Python... ## AI interpretation — verify before relying Keyring provides safe, system-level password storage and retrieval for Python applications, integrating with native credential managers on macOS, Linux, and Windows. Verdict: Keyring is a mature, actively maintained library (Production/Stable since 2009) with no known vulnerabilities, low install friction, and permissive MIT licensing. It is suitable for any application needing secure credential storage across platforms, though Linux users should be aware of optional dbus-python compilation overhead. [View on SkillFed](https://skillfed.io/packages/keyring) · [View on PyPI](https://pypi.org/project/keyring/)