Skip to content

notandy/pass_python_keyring

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pass backend for python keyring lib

A pass-powered backend for Python Keyring Lib https://bitbucket.org/kang/python-keyring-lib http://www.zx2c4.com/projects/password-store/

Installation

  • put this directory somewhere
  • edit your python_keyring/keyringrc.cfg config (get path by executing python -c "import keyring.util.platform_; print(keyring.util.platform_.config_root())")
  • paste/adapt following
[backend]
default-keyring=pass.Keyring
keyring-path=/path/to/your/pass_python_keyring
  • Alternatively, install it with python setup.py install, and put the following in your python_keyring/keyringrc.cfg config:
[backend]
default-keyring=pass.Keyring

License

The keyring library is licensed under both the MIT license and the PSF license.

About

pass backend for python keyring lib

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages