Skip to main content

Thoughtful Automation BitWarden CLI installation package

Project description

https://img.shields.io/pypi/v/ta_bitwarden_cli.svg https://img.shields.io/travis/macejiko/ta_bitwarden_cli.svg Documentation Status

Thoughtful Automation BitWarden CLI installation package


Installation

For correct work please use python virtualenv approach!

python3 -m virtualenv venv
source venv/bin/activate
pip install ta-bitwarden-cli

Code above will additionally install bw CLI binary to a first available folder in the $PATH


Example Usage

import os
from ta_bitwarden_cli import ta_bitwarden_cli as ta

bitwarden_credentials = {
    "username": os.getenv("BITWARDEN_USERNAME"),
    "password": os.getenv("BITWARDEN_PASSWORD"),
}
creds = {
    "my_vault_item": "Google Maps API Key",
}
bw = ta.Bitwarden(bitwarden_credentials)
assert bw.get_credentials(creds)["my_vault_item"]["password"] == "XXXXXXX"

Development

Prepare local dev env:

python3 -m virtualenv venv
source venv/bin/activate
pip install -r requirements.txt

Testing:

BITWARDEN_USERNAME=XXX BITWARDEN_PASSWORD=YYY pytest

Pushing new package version:

bump2version minor
git push origin YOUR_BRANCH

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

ta_bitwarden_cli-0.5.0.tar.gz (4.7 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