credentials-manager

Simple credential management


License
GPL-2.0+
Install
pip install credentials-manager==0.2

Documentation

CredentialsManager

Simple python credentials manager which uses home directory files and the keyring module.

Usage example:

cm = CredentialsManager()
cm.load()
login_to_external_service(username=cm.username, password=cm.password)