Name : python-SecretStorage
| |
Version : 2.1.2
| Vendor : obs://build_opensuse_org/home:oertel
|
Release : 7.14
| Date : 2020-01-22 18:00:21
|
Group : Development/Languages/Python
| Source RPM : python-SecretStorage-2.1.2-7.14.src.rpm
|
Size : 0.07 MB
| |
Packager : (none)
| |
Summary : Secure storing of passwords and other secrets
|
Description :
Module 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 `pythonhosted.org`_.
.. _`Secret Service`: http://standards.freedesktop.org/secret-service/ .. _`pythonhosted.org`: https://pythonhosted.org/SecretStorage/
Building the module ===================
.. note:: SecretStorage supports all versions of Python since 2.6. Here we assume that your Python version is 3.x.
SecretStorage requires these packages to work:
* `dbus-python`_; * PyCrypto_ (also `available on PyPI`_).
To build SecretStorage, use this command::
python3 setup.py build
If you have Sphinx_ installed, you can also build the documentation::
python3 setup.py build_sphinx
.. _`dbus-python`: http://www.freedesktop.org/wiki/Software/DBusBindings/#dbus-python .. _PyCrypto: https://www.dlitz.net/software/pycrypto/ .. _`available on PyPI`: https://pypi.python.org/pypi/pycrypto .. _Sphinx: http://sphinx-doc.org/
Get the code ============
SecretStorage is available under BSD license. The source code can be found on GitHub_.
.. _GitHub: https://github.com/mitya57/secretstorage
|
RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/home:/oertel/openSUSE_Factory_zSystems/noarch |