Metadata-Version: 1.1
Name: onepyssword
Version: 0.3.1
Summary: A command line interface for 1Password
Home-page: http://gr1n.github.io/1pwd/
Author: Nikita Grishko
Author-email: grin.minsk@gmail.com
License: MIT
Description: 1pwd
        ====
        
        A command line interface for `1Password <https://agilebits.com/onepassword>`_.
        
        Install
        -------
        
        ::
        
            pip install onepyssword
        
        
        Command line usage
        ------------------
        
        To get a password::
        
            % 1pwd github.com
        
        
        By default this will look in ``~/Dropbox/1Password/1Password.agilekeychain``.
        You can set your keychain path as an enviornment variable::
        
            % export ONEPYSSWORD_KEYCHAIN=/path/to/keychain
        
        
        Only for UNIX like systems you can specify your own command for copy.::
        
            % export ONEPYSSWORD_COPY_CMD=xsel,-pi
        
        
        License
        -------
        
        *1pwd* is licensed under the MIT license. See the license file for details.
        
        
        Changelog
        =========
        
        
        0.3.1 (2014-02-08)
        ------------------
        
        - Nothing changed yet.
        
        
        0.3 (2014-02-08)
        ----------------
        
        - Migrate to copypaste package
        
        
        0.2 (2014-01-18)
        ----------------
        
        - Issue #1 ONEPYSSWORD_KEYCHAIN does not work with a ~ in it
        - Issue #2 Current code fails with ValueError: Extra data: line 1 column 929 - line 1 column 945 (char 928 - 944)
        
        
        0.1 (2014-01-07)
        ----------------
        
        - Initial release.
        
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: Implementation :: CPython
