forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
7 lines
377 B
Text
7 lines
377 B
Text
The Python keyring lib provides an easy way to access the system keyring
|
|
service from Python. It can be used in any application that needs safe password
|
|
storage. It supports OSX, KDE, Gnome and Windows's native password storing
|
|
services. Besides this, it is shipped with kinds of Python implemented keyring
|
|
for the left environments.
|
|
|
|
WWW: https://pypi.python.org/pypi/keyring
|