Metadata-Version: 2.1
Name: with-op
Version: 2.0.0
Summary: Script to stash 1Password command-line tool credentials into local keychain
Home-page: https://github.com/apiology/with-op
Author: Vince Broz
Author-email: vince@broz.cc
License: MIT license
Description: ==============
        with-op script
        ==============
        
        
        .. image:: https://circleci.com/gh/apiology/with-op.svg?style=svg
            :target: https://circleci.com/gh/apiology/with-op
        
        .. image:: https://img.shields.io/pypi/v/with-op.svg
                :target: https://pypi.python.org/pypi/with-op
        
        .. image:: https://readthedocs.org/projects/with-op/badge/?version=latest
                :target: https://with-op.readthedocs.io/en/latest/?badge=latest
                :alt: Documentation Status
        
        Script to stash 1Password command-line tool credentials into local keychain
        
        
        * Free software: MIT license
        * Documentation: https://with-op.readthedocs.io.
        
        
        Setup
        -----
        
        1. Install `1Password command-line tool <https://support.1password.com/command-line-getting-started/>`_ - `brew cask install 1password-cli`, for instance.
        2. Install `jq <https://stedolan.github.io/jq/>`_ dependency - `brew install jq`, for instance.
        3. Install `with-op` - `pip3 install with_op`
        4. Invoke: `with-op op get item "My login to some site"`
        
        Features
        --------
        
        * Installs session keys into your OS keychain instead of in a single shell's environment.
        * Once one user window authenticates with `op`, all that are authorized to see the keychain are authorized to use `op`.
        * `with-op` will re-prompt for your password when your session expires.
        
        Credits
        -------
        
        This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.
        
        .. _Cookiecutter: https://github.com/audreyr/cookiecutter
        .. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
        
        
        =======
        History
        =======
        
        0.1.0 (2020-12-18)
        ------------------
        
        * First release on PyPI.
        
Keywords: with-op
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.6
Description-Content-Type: text/x-rst
