with-op


Namewith-op JSON
Version 2.2.1 PyPI version JSON
download
home_pagehttps://github.com/apiology/with-op
SummaryScript to stash 1Password command-line tool credentials into local keychain
upload_time2022-12-30 02:46:01
maintainer
docs_urlNone
authorVince Broz
requires_python>=3.7
licenseMIT license
keywords with-op
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ==============
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 CLI 2.x credentials into local keychain


* Free software: MIT license
* Documentation: https://with-op.readthedocs.io.


Setup
-----

1. Install `1Password command-line tool <https://developer.1password.com/docs/cli>`_ - `brew install --cask 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.



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/apiology/with-op",
    "name": "with-op",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "with-op",
    "author": "Vince Broz",
    "author_email": "vince@broz.cc",
    "download_url": "https://files.pythonhosted.org/packages/ea/1e/c1e798f9fae62bd59c43d653c3fb0ae81a4612b66fce3e3b63477214d2ae/with-op-2.2.1.tar.gz",
    "platform": null,
    "description": "==============\nwith-op script\n==============\n\n\n.. image:: https://circleci.com/gh/apiology/with-op.svg?style=svg\n    :target: https://circleci.com/gh/apiology/with-op\n\n.. image:: https://img.shields.io/pypi/v/with-op.svg\n        :target: https://pypi.python.org/pypi/with-op\n\n.. image:: https://readthedocs.org/projects/with-op/badge/?version=latest\n        :target: https://with-op.readthedocs.io/en/latest/?badge=latest\n        :alt: Documentation Status\n\nScript to stash 1Password CLI 2.x credentials into local keychain\n\n\n* Free software: MIT license\n* Documentation: https://with-op.readthedocs.io.\n\n\nSetup\n-----\n\n1. Install `1Password command-line tool <https://developer.1password.com/docs/cli>`_ - `brew install --cask 1password-cli`, for instance.\n2. Install `jq <https://stedolan.github.io/jq/>`_ dependency - `brew install jq`, for instance.\n3. Install `with-op` - `pip3 install with_op`\n4. Invoke: `with-op op get item \"My login to some site\"`\n\nFeatures\n--------\n\n* Installs session keys into your OS keychain instead of in a single shell's environment.\n* Once one user window authenticates with `op`, all that are authorized to see the keychain are authorized to use `op`.\n* `with-op` will re-prompt for your password when your session expires.\n\nCredits\n-------\n\nThis package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.\n\n.. _Cookiecutter: https://github.com/audreyr/cookiecutter\n.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage\n\n\n=======\nHistory\n=======\n\n0.1.0 (2020-12-18)\n------------------\n\n* First release on PyPI.\n\n\n",
    "bugtrack_url": null,
    "license": "MIT license",
    "summary": "Script to stash 1Password command-line tool credentials into local keychain",
    "version": "2.2.1",
    "split_keywords": [
        "with-op"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "040b42cdd91be3c8cf1496e5b1834baf",
                "sha256": "0bfb316ef0d1cb0a3637b5c4a5b661e053c6ff3d285ac05a64108311a49f5164"
            },
            "downloads": -1,
            "filename": "with-op-2.2.1.tar.gz",
            "has_sig": false,
            "md5_digest": "040b42cdd91be3c8cf1496e5b1834baf",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 11322,
            "upload_time": "2022-12-30T02:46:01",
            "upload_time_iso_8601": "2022-12-30T02:46:01.674240Z",
            "url": "https://files.pythonhosted.org/packages/ea/1e/c1e798f9fae62bd59c43d653c3fb0ae81a4612b66fce3e3b63477214d2ae/with-op-2.2.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-12-30 02:46:01",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "apiology",
    "github_project": "with-op",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "circle": true,
    "tox": true,
    "lcname": "with-op"
}
        
Elapsed time: 0.02441s