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-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


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.3-py3-none-any.whl (15.5 kB view details)

Uploaded Python 3

File details

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

File metadata

File hashes

Hashes for pybolt_client-1.0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 59672b5a883c32535e69f1fef4e6d2d681766414f61ae9b7ab90b37b0700c5b7
MD5 a2379a9d3e269765a74f02a29367f422
BLAKE2b-256 1a59a0cc57d38ef3bfb7e6cc293ab2b8e518e1b7f9a788609087b739c2f86035

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