Skip to main content

unopass is a simple to use 1Password CLI python module to retrieve secrets using your biometrics in local scripts

Project description

unopass

Written by Amado Tejada

What is unopass?

To move away from using secrets in env variables, or conf files, I needed a simple python solution for macOS to retrieve 1Password secrets via biometrics and use them in my local python code. I tried several solutions from 1Password and 3rdparty, but were lacking or overkill for my use case.

unopass is a simple to use 1Password CLI python module that allows you to retrieve secrets using your biometrics (via Touch ID) in scripts.

Note: unopass is early alpha software and is not supported by 1Password.

Requirements:

Security

Authorization expires after 10 minutes of inactivity in the session. There's a hard limit of 12 hours, after which you must reauthorize.

Learn about 1Password Biometrics Security here

Install

Pypi:

pip3 install unopass

You can also import unopass from source.

How to use?

Once the requirements are met, use unopass following the example below:

from unopass import unopass as secret


"""
secret.unopass({VAULT}, {ITEM}, {FIELD})

OPTIONAL: signout of the 1Password CLI session:
    call signout() with deauthorize=True to signout of the 1Password session
"""

username = secret.unopass("work", "server", "username")
password = secret.unopass("work", "server", "password")

secret.signout(deauthorize=True)


print(f"user: {username}\npass: {password}")

Disclaimer

This software {unopass} has not been endorsed or supported by 1Password, AgileBits Inc. and is in no way associated with them and/or its subsidiaries or affiliate.

License

unopass is released under the MIT License

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

unopass-0.0.9.tar.gz (3.6 kB view hashes)

Uploaded Source

Built Distribution

unopass-0.0.9-py3-none-any.whl (4.0 kB view hashes)

Uploaded Python 3

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