Metadata-Version: 2.1
Name: with-op
Version: 1.1.1
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
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
Requires-Python: >=3.6
Requires-Dist: local-keychain-utils
Requires-Dist: prompt-for-password

==============
with-op script
==============


.. image:: https://img.shields.io/pypi/v/with_op.svg
        :target: https://pypi.python.org/pypi/with_op

.. image:: https://img.shields.io/travis/apiology/with_op.svg
        :target: https://travis-ci.com/apiology/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


.. image:: https://pyup.io/repos/github/apiology/with_op/shield.svg
     :target: https://pyup.io/repos/github/apiology/with_op/
     :alt: Updates



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.


