Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37401046
en ru br
ALT Linux repos
S:3.3.3-alt1

Group :: Development/Python3
RPM: python3-module-secretstorage

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name: python3-module-secretstorage
Version: 3.3.3
Release: alt1

Summary: Python bindings to Freedesktop.org Secret Service API
License: BSD-3-Clause
Group: Development/Python3
Url: https://github.com/mitya57/secretstorage

Packager: Gordeev Mikhail <obirvalger at altlinux.org>

BuildRequires(pre): rpm-build-python3

# Automatically added by buildreq on Wed Jun 28 2017

# optimized out: python-base python-modules python3 python3-base python3-module-setuptools
BuildRequires: python3-dev

BuildArch: noarch

Source: SecretStorage-%version.tar.gz

%description
This module provides a way for securely storing passwords and other secrets.

It uses D-Bus Secret Service API that is supported by GNOME Keyring (since
version 2.30) and KSecretsService.

The main classes provided are secretstorage.Item, representing a secret item
(that has a label, a secret and some attributes) and secretstorage.Collection,
a place items are stored in.

SecretStorage supports most of the functions provided by Secret Service,
including creating and deleting items and collections, editing items, locking
and unlocking collections (asynchronous unlocking is also supported).

The documentation can be found on secretstorage.readthedocs.io.

%prep
%setup -n SecretStorage-%version

%build
%python3_build

%install
%python3_install

%files
%python3_sitelibdir_noarch/secretstorage/
%python3_sitelibdir_noarch/*.egg-info

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin