Source: python-keyring Priority: optional Section: python Maintainer: Debian Python Team Uploaders: Carl Chenet , Dmitry Shachnev Build-Depends: debhelper-compat (= 13), dh-python, pybuild-plugin-pyproject, python3-all, python3-setuptools (>= 56), python3-setuptools-scm (>= 3.4.1), python3-toml Rules-Requires-Root: no Standards-Version: 4.6.1 Homepage: https://github.com/jaraco/keyring Vcs-Git: https://salsa.debian.org/python-team/packages/python-keyring.git Vcs-Browser: https://salsa.debian.org/python-team/packages/python-keyring Package: python3-keyring Architecture: all Depends: python3-importlib-metadata (>= 3.6), python3-jaraco.classes, python3-jeepney (>= 0.4.2), python3-secretstorage (>= 3.2), ${misc:Depends}, ${python3:Depends} Suggests: gir1.2-secret-1, gnome-keyring, libkf5wallet-bin, python3-dbus, python3-gi, python3-keyrings.alt Description: store and access your passwords safely The Python keyring library provides an easy way to access the system keyring service (e.g Gnome-Keyring, KWallet) from Python. It can be used in any application that needs safe password storage.