nazarewk / keyring_pass

Password Store (pass) backend for python's keyring
MIT License
18 stars 5 forks source link

[question] difference with keyring.passwordstore #13

Closed Freed-Wu closed 1 year ago

Freed-Wu commented 1 year ago

Hey, what is the difference with https://github.com/stv0g/keyrings.passwordstore? Thanks!

nazarewk commented 1 year ago

After peeking at the code the premise of both implementations is similar, but:

I consciously omitted the multiline entries because it is implementation/backend specific feature of which keyring itself is not aware.