Source: python-keyring
Priority: optional
Section: python
Maintainer: OpenKylin Developers <packaging@lists.openkylin.top>
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://gitee.com/openkylin/python-keyring.git
Vcs-Browser: https://gitee.com/openkylin/python-keyring

Package: python3-keyring
Architecture: all
Depends: python3-importlib-metadata (>= 3.6),
         python3-jaraco.classes,
         python3-jeepney (>= 0.4.2),
         python3-secretstorage,
         ${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.
