Skip to main content

"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


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

pybolt_client-1.0.1-py3-none-any.whl (14.0 kB view details)

Uploaded Python 3

File details

Details for the file pybolt_client-1.0.1-py3-none-any.whl.

File metadata

File hashes

Hashes for pybolt_client-1.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 2ea4cb64679e1f703e75c3b4e1fa696361449e0e37158f49d1a813159f5f1fe0
MD5 10201de36cb60d2e0135fc1ea33582e3
BLAKE2b-256 20a9912f9eb21f57f778b4866023450744375312544752b78239ff7ec36b7661

See more details on using hashes here.

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