"REST API Client for Passbolt servers."
Project description
PyBolt Client
Small lightweight library intended to be used for getting and decrypting passwords from a passbolt server.
Installation
To install from PyPi:
pip install pybolt-client
Usage
The library uses one class names Client
.
Positional Arguments
url
- The url of the passbolt server you wish to connect to.
Keyword Arguments
gpg_path
- The path to the users gpg home directory. This will default to~/.gnupg/
.private_key_path
- The path the the users private GPG key. Defaults to~/.gnupg/private.key
.
Retrieving a password.
Password retrieval is relatively simple. First we need to instantiate an instance of Client
and then
call the get_password_by_name
method, passing it the name of the password as set in passbolt.
Example:
client = Client("https://passw.norikersystems.com")
print(client.get_password_by_name("Rees-Mogg's Onlyfans"))
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 Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
File details
Details for the file pybolt_client-1.0.1-py3-none-any.whl
.
File metadata
- Download URL: pybolt_client-1.0.1-py3-none-any.whl
- Upload date:
- Size: 14.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2ea4cb64679e1f703e75c3b4e1fa696361449e0e37158f49d1a813159f5f1fe0 |
|
MD5 | 10201de36cb60d2e0135fc1ea33582e3 |
|
BLAKE2b-256 | 20a9912f9eb21f57f778b4866023450744375312544752b78239ff7ec36b7661 |