Freedesktop secrets binds for python-sdbus

September 25, 2021 ยท View on GitHub

Documentation Status

Freedesktop secrets binds for python-sdbus

Supports both asyncio (under sdbus_async.secrets module) and blocking (under sdbus_block.secrets module)

Requirements

  • python-sdbus version higher than 0.8rc2

See python-sdbus requirements.

Installation

pip install --only-binary ':all:' sdbus-secrets

Documentation

This is the sub-project of python-sdbus.

See the python-sdbus documentation.

Contents

  1. 1Requirements
  2. 2Installation