Skip to content

dreynolds/CredentialsManager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

 
 
 

Contributors

Languages