Name: | python3-keyring |
---|---|
Version: | 23.11.0 |
Release: | 8.el9 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 235755 |
License: | MIT OR Python-2.0.1 |
RPM: | python3-keyring-23.11.0-8.el9.noarch.rpm |
Source RPM: | python-keyring-23.11.0-8.el9.src.rpm |
Build Date: | Thu Nov 23 2023 |
Build Host: | build-ol9-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | https://github.com/jaraco/keyring |
Summary: | Python 3 library to access the system keyring service |
Description: | The Python keyring library provides an easy way to access the system keyring service from python. It can be used in any application that needs safe password storage. These recommended keyring backends are supported: • macOS Keychain • Freedesktop Secret Service supports many DE including GNOME (requires secretstorage) • KDE4 & KDE5 KWallet (requires dbus) • Windows Credential Locker Other keyring implementations are available through third-party backends. |