Source: python-keyring
Priority: optional
Section: python
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Carl Chenet <chaica@debian.org>,
           Dmitry Shachnev <mitya57@debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-sequence-python3,
               pybuild-plugin-pyproject,
               python3-all,
               python3-jaraco.context,
               python3-jaraco.functools,
               python3-pytest (>= 6) <!nocheck>,
               python3-setuptools (>= 61.2),
               python3-setuptools-scm (>= 3.4.1),
               python3-shtab (>= 1.1.0),
               python3-toml
Rules-Requires-Root: no
Standards-Version: 4.7.2
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-jaraco.context,
         python3-jaraco.functools,
         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-jaraco.classes,
          python3-keyrings.alt,
          python3-shtab (>= 1.1.0)
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.