New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

bitwarden-sdk

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bitwarden-sdk

A Bitwarden Client for python

  • 1.0.0
  • PyPI
  • Socket score

Maintainers
1

Build locally

Requirements

  • Python 3
  • Rust
  • maturin (install with pip install maturin)
  • npm

Build

npm install
npm run schemas # generate schemas.py

cd languages/python/

You will need to build and run the script using a virtual environment. This will be slightly different depending on the OS you are using:

# --- Linux/macOS ---
python3 -m venv .venv
source .venv/bin/activate

# --- Windows ---
python -m venv venv

venv\Scripts\activate.bat # cmd.exe
venv\Scripts\Activate.ps1 # Powershell

Run

maturin develop
python3 ./example.py

deactivate # run this to close the virtual session

You can now import BitwardenClient in your Python code with:

from bitwarden_sdk import BitwardenClient

Use without building locally

pip install bitwarden-sdk

Run

Set the ORGANIZATION_ID and ACCESS_TOKEN environment variables to your organization ID and access token, respectively.

python3 ./example.py

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc