Comparison with keyring package
keyring is a most wildly used Python library to access passwords.
Notable differences between flexpass and keyring:
keyringis a lot more mature and has many more backends.flexpassdoes not require to specify a username in addition to the password name.flexpassprovides a predictible and easily configurable order of precedence for the backends.flexpassaims at including usual backends without requiring additional packages (in particular, the simplepasscommand is avaible).flexpasseasily gives access to the list of passwords.