1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72
|
Source: python-secretstorage
Section: python
Priority: optional
Maintainer: Dmitry Shachnev <mitya57@debian.org>
Uploaders: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Build-Depends: debhelper (>= 9),
dh-python,
python-all (>= 2.6.6-3~),
python3-all (>= 3.2.3-7~),
python3-cryptography,
python3-setuptools,
python3-sphinx (>= 1.3),
python3-dbus
Standards-Version: 3.9.8
Homepage: https://github.com/mitya57/secretstorage
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-secretstorage.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-secretstorage.git
X-Python-Version: >= 2.7
X-Python3-Version: >= 3.3
Package: python-secretstorage
Architecture: all
Depends: dbus, python-dbus, ${misc:Depends}, ${python:Depends}
Recommends: python-gi
Suggests: gnome-keyring (>= 2.30), python-secretstorage-doc
Description: Python module for storing secrets - Python 2.x version
Python-SecretStorage provides a way for securely storing passwords
and other secrets.
.
It uses D-Bus Secret Service API that is supported by GNOME Keyring
(>= 2.30) and KSecretsService.
.
It allows one to create, edit and delete secret items, manipulate
secret collections, and search for items matching given attributes.
It also supports locking and unlocking collections.
.
This package provides Python 2.x version of SecretStorage.
Package: python3-secretstorage
Architecture: all
Depends: dbus, python3-dbus, ${misc:Depends}, ${python3:Depends}
Recommends: python3-gi
Suggests: gnome-keyring (>= 2.30), python-secretstorage-doc
Description: Python module for storing secrets - Python 3.x version
Python-SecretStorage provides a way for securely storing passwords
and other secrets.
.
It uses D-Bus Secret Service API that is supported by GNOME Keyring
(>= 2.30) and KSecretsService.
.
It allows one to create, edit and delete secret items, manipulate
secret collections, and search for items matching given attributes.
It also supports locking and unlocking collections.
.
This package provides Python 3.x version of SecretStorage.
Package: python-secretstorage-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}, ${sphinxdoc:Depends}
Description: Python module for storing secrets - documentation
Python-SecretStorage provides a way for securely storing passwords
and other secrets.
.
It uses D-Bus Secret Service API that is supported by GNOME Keyring
(>= 2.30) and KSecretsService.
.
It allows one to create, edit and delete secret items, manipulate
secret collections, and search for items matching given attributes.
It also supports locking and unlocking collections.
.
This package provides the HTML documentation.
|