From f0510c0b9a3dceb981892e6a243969eba94925ea Mon Sep 17 00:00:00 2001 From: Isaac Yu Date: Thu, 21 Dec 2023 22:20:17 +0700 Subject: python/python3-keyring: Added (python keyring). Signed-off-by: Willy Sudiarto Raharjo --- python/python3-keyring/README | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 python/python3-keyring/README (limited to 'python/python3-keyring/README') diff --git a/python/python3-keyring/README b/python/python3-keyring/README new file mode 100644 index 0000000000..66cf220f9e --- /dev/null +++ b/python/python3-keyring/README @@ -0,0 +1,3 @@ +The Python keyring lib provides a easy way to access the +system keyring service from python. It can be used in any +application that needs safe password storage. -- cgit v1.2.3