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://passbolt.example.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.2-py3-none-any.whl (15.4 kB view details)

Uploaded Python 3

File details

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

File metadata

File hashes

Hashes for pybolt_client-1.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 c19b359f8c10b43c6c525da2805407dbec56c150357b6db18a2d4ec972e18795
MD5 4d2a95cf852d16e27163a29f19dc4d6d
BLAKE2b-256 1e6ea20ada489905eca8d1a667af8882b76d5b9e13066dd3011ea461cbebbcf8

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