Skip to main content

A Python client and wrapper around the 1Password CLI.

Project description

OnePassword python client

Build Status

Python wrapper around 1Password password manager for usage within python scripts and Jupyter Notebooks. Developed by Data Scientists from Wandera to be used within both research and python services use cases.

Installation

pip install 1password

Basic Usage

Currently fully tested on Mac OS.

On first usage users will be asked for both the enrolled email, secret key and master password. Mac OS users will also be prompted with installation windows to ensure you have the latest version of op.

For all following usages you will only be asked for a master password.

You will be given 3 attempts and then pointed to reset password documentation or alternatively you can restart your kernel.

No passwords are stored in memory without encryption.

from onepassword import OnePassword
import json

op = OnePassword()

# List all vaults 
json.loads(op.list_vaults())

# List all items in a vault, default is Private
op.get_items()

Roadmap

  • Fix and test Linux implementation
  • Add UTs
  • Add test docker image
  • Align response types into JSON / lists instead of JSON strings
  • Ensure full functionality of CLI in python

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

1password-0.1.8.tar.gz (8.1 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page