SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

python-SecretStorage rpm build for : OpenSuSE. For other distributions click python-SecretStorage.

Name : python-SecretStorage
Version : 2.1.2 Vendor : obs://build_opensuse_org/server:monitoring
Release : 1.153 Date : 2024-08-20 19:01:22
Group : Development/Languages/Python Source RPM : python-SecretStorage-2.1.2-1.153.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/server:/monitoring/SLE_12_SP5/noarch

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  python-SecretStorage-2.1.2-1.153.noarch.rpm
     

Provides :
python-SecretStorage

Requires :
dbus-1-python
python(abi) = 2.7
python-pycrypto
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsLzma) <= 4.4.6-1


Content of RPM :
/usr/lib/python2.7/site-packages/SecretStorage-2.1.2-py2.7.egg-info
/usr/lib/python2.7/site-packages/SecretStorage-2.1.2-py2.7.egg-info/PKG-INFO
/usr/lib/python2.7/site-packages/SecretStorage-2.1.2-py2.7.egg-info/SOURCES.txt
/usr/lib/python2.7/site-packages/SecretStorage-2.1.2-py2.7.egg-info/dependency_links.txt
/usr/lib/python2.7/site-packages/SecretStorage-2.1.2-py2.7.egg-info/top_level.txt
/usr/lib/python2.7/site-packages/secretstorage
/usr/lib/python2.7/site-packages/secretstorage/__init__.py
/usr/lib/python2.7/site-packages/secretstorage/__init__.pyc
/usr/lib/python2.7/site-packages/secretstorage/collection.py
/usr/lib/python2.7/site-packages/secretstorage/collection.pyc
/usr/lib/python2.7/site-packages/secretstorage/defines.py
/usr/lib/python2.7/site-packages/secretstorage/defines.pyc
/usr/lib/python2.7/site-packages/secretstorage/dhcrypto.py
/usr/lib/python2.7/site-packages/secretstorage/dhcrypto.pyc
/usr/lib/python2.7/site-packages/secretstorage/exceptions.py
/usr/lib/python2.7/site-packages/secretstorage/exceptions.pyc
/usr/lib/python2.7/site-packages/secretstorage/item.py
/usr/lib/python2.7/site-packages/secretstorage/item.pyc
/usr/lib/python2.7/site-packages/secretstorage/util.py
/usr/lib/python2.7/site-packages/secretstorage/util.pyc
/usr/share/doc/packages/python-SecretStorage
/usr/share/doc/packages/python-SecretStorage/LICENSE
/usr/share/doc/packages/python-SecretStorage/README.rst
/usr/share/doc/packages/python-SecretStorage/changelog

 
ICM