keyring

Python library for secure system keyring access and credential storage

brewmacoslinux
Try with needOr install directly
Source

About

Easy way to access the system keyring service from python

Commands

keyring

Examples

Store a password in the system keyring$ keyring set myservice myusername
Retrieve a stored password from the keyring$ keyring get myservice myusername
Delete a credential from the keyring$ keyring delete myservice myusername