"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-passbolt_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://passbolt.example.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
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 pybolt_client-1.0.3-py3-none-any.whl.
File metadata
- Download URL: pybolt_client-1.0.3-py3-none-any.whl
- Upload date:
- Size: 15.5 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 |
59672b5a883c32535e69f1fef4e6d2d681766414f61ae9b7ab90b37b0700c5b7
|
|
| MD5 |
a2379a9d3e269765a74f02a29367f422
|
|
| BLAKE2b-256 |
1a59a0cc57d38ef3bfb7e6cc293ab2b8e518e1b7f9a788609087b739c2f86035
|