pure python implimentation of the bw secrets api
Project description
BWS SDK (Bitwarden Secrets SDK)
A pure Python implementation of the Bitwarden Secrets Manager API, allowing secure access to and management of Bitwarden secrets.
Overview
BWS SDK provides a simple, Pythonic interface to interact with the Bitwarden Secrets Manager. It handles authentication, decryption, and secure communication with the Bitwarden API, allowing you to easily integrate Bitwarden Secrets into your Python applications.
Features
- Secure authentication with Bitwarden Secrets Manager
- Automatic decryption of secrets (encryption not yet supported)
- Optional state persistence for improved performance
- Support for different Bitwarden regions
- Synchronization capabilities for efficient secret updates
- Comprehensive error handling
Installation
# Using pip
pip install bws-sdk
# Using poetry
poetry add bws-sdk
Quick Start
from bws_sdk import BWSecretClient, Region
from datetime import datetime
# Define the Bitwarden region
region = Region(
api_url="https://api.bitwarden.com",
identity_url="https://identity.bitwarden.com"
)
# Create a client instance with your access token
# Optionally provide a state file path for token persistence
client = BWSecretClient(
region=region,
access_token="your-access-token",
state_file="./path/to/state.file" # Optional
)
# Retrieve a secret by ID
secret = client.get_by_id("your-secret-id")
print(f"Secret key: {secret.key}")
print(f"Secret value: {secret.value}")
# Sync secrets updated since a specific time
last_sync_date = datetime.fromisoformat("2025-01-01T00:00:00")
updated_secrets = client.sync(last_sync_date)
for secret in updated_secrets:
print(f"Updated secret: {secret.key}")
API Reference
BWSecretClient
The main client class for interacting with the Bitwarden Secrets Manager API.
Constructor
BWSecretClient(region: Region, access_token: str, state_file: str | None = None)
region: ARegionobject specifying the API endpointsaccess_token: Your Bitwarden access tokenstate_file: Optional path to a file for persisting authentication state
Methods
get_by_id(secret_id: str) -> BitwardenSecret: Retrieves a secret by its IDsync(last_synced_date: datetime) -> list[BitwardenSecret]: Retrieves secrets updated since the specified date
Note: The SDK currently only supports decryption of secrets. Methods for creating and encrypting new secrets are planned for future releases.
Region
A class representing a Bitwarden region configuration.
Region(api_url: str, identity_url: str)
api_url: The base URL for the region's API endpointidentity_url: The URL for the region's identity service
Error Types
UnauthorisedError: Raised when authentication failsInvalidTokenError: Raised when the provided token is invalidSecretParseError: Raised when a secret cannot be parsed or decryptedHmacError: Raised when MAC verification fails during decryption
Examples
Using Environment Variables for Secrets
import os
from bws_sdk import BWSecretClient, Region
# Get access token from environment variable
access_token = os.environ.get("BITWARDEN_ACCESS_TOKEN")
# Define the region
region = Region(
api_url="https://api.bitwarden.com",
identity_url="https://identity.bitwarden.com"
)
# Create the client
client = BWSecretClient(region, access_token)
# Retrieve a secret
secret = client.get_by_id(os.environ.get("SECRET_ID"))
print(f"Retrieved secret: {secret.key}")
Error Handling
from bws_sdk import BWSecretClient, Region, UnauthorisedError, SecretParseError
region = Region(
api_url="https://api.bitwarden.com",
identity_url="https://identity.bitwarden.com"
)
try:
client = BWSecretClient(region, "your-access-token")
secret = client.get_by_id("your-secret-id")
print(f"Secret retrieved: {secret.key}")
except UnauthorisedError:
print("Authentication failed. Please check your access token.")
except SecretParseError:
print("Failed to parse or decrypt the secret.")
except Exception as e:
print(f"An unexpected error occurred: {str(e)}")
License
This project is licensed under the MIT License - see the LICENSE file for details.
Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
References
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file bws_sdk-1.3.1.tar.gz.
File metadata
- Download URL: bws_sdk-1.3.1.tar.gz
- Upload date:
- Size: 17.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
46837fe85469319b03961e7b015487cbf048975355283aeb6c6e478f170a1b54
|
|
| MD5 |
0595a85004e62394b096948f9f881168
|
|
| BLAKE2b-256 |
2646157616d66433e6f261d0fb045502f10f8d9cb5c6d2a23a556e03b97783a1
|
Provenance
The following attestation bundles were made for bws_sdk-1.3.1.tar.gz:
Publisher:
publish.yml on Overengineers-Anonymous/bws-sdk
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
bws_sdk-1.3.1.tar.gz -
Subject digest:
46837fe85469319b03961e7b015487cbf048975355283aeb6c6e478f170a1b54 - Sigstore transparency entry: 724380010
- Sigstore integration time:
-
Permalink:
Overengineers-Anonymous/bws-sdk@d7f7d6a6e702302d688a608fd7e8fbb564be9753 -
Branch / Tag:
refs/tags/v1.3.1 - Owner: https://github.com/Overengineers-Anonymous
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@d7f7d6a6e702302d688a608fd7e8fbb564be9753 -
Trigger Event:
push
-
Statement type:
File details
Details for the file bws_sdk-1.3.1-py3-none-any.whl.
File metadata
- Download URL: bws_sdk-1.3.1-py3-none-any.whl
- Upload date:
- Size: 19.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bbb2edc545cacccf3cc97173cfa35e7ffca37dafe6859eaa182cc16322f897dc
|
|
| MD5 |
e3867680691f51301ba2d64498c2d377
|
|
| BLAKE2b-256 |
5b013d82d8c7ef2733a4ea78c16f28ed256925ce45a3451aa62d7fcb7ca639c4
|
Provenance
The following attestation bundles were made for bws_sdk-1.3.1-py3-none-any.whl:
Publisher:
publish.yml on Overengineers-Anonymous/bws-sdk
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
bws_sdk-1.3.1-py3-none-any.whl -
Subject digest:
bbb2edc545cacccf3cc97173cfa35e7ffca37dafe6859eaa182cc16322f897dc - Sigstore transparency entry: 724380011
- Sigstore integration time:
-
Permalink:
Overengineers-Anonymous/bws-sdk@d7f7d6a6e702302d688a608fd7e8fbb564be9753 -
Branch / Tag:
refs/tags/v1.3.1 - Owner: https://github.com/Overengineers-Anonymous
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@d7f7d6a6e702302d688a608fd7e8fbb564be9753 -
Trigger Event:
push
-
Statement type: