Metadata-Version: 1.1
Name: pass-python-keyring
Version: 1.1
Summary: pass backend for python keyring lib
Home-page: http://github.com/notandy/pass_python_keyring
Author: Andrew Karpow
Author-email: andy@ndyk.de
License: PSF and MIT
Description: 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](http://opensource.org/licenses/MIT) license 
        and the [PSF](https://docs.python.org/2/license.html) license.
        
        
Keywords: pass,password,keyring
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Utilities
