Skip to content

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

Notifications You must be signed in to change notification settings

dreynolds/CredentialsManager

Repository files navigation

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)

About

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

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages