How to Install and Uninstall python311-sortinghat Package on openSuSE Tumbleweed

Last updated: July 04,2024

1. Install "python311-sortinghat" package

Here is a brief guide to show you how to install python311-sortinghat on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python311-sortinghat

2. Uninstall "python311-sortinghat" package

In this section, we are going to explain the necessary steps to uninstall python311-sortinghat on openSuSE Tumbleweed:

$ sudo zypper remove python311-sortinghat

3. Information about the python311-sortinghat package on openSuSE Tumbleweed

Information for package python311-sortinghat:
---------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-sortinghat
Version : 0.19.1-1.1
Arch : noarch
Vendor : openSUSE
Installed Size : 1.2 MiB
Installed : No
Status : not installed
Source package : python-sortinghat-0.19.1-1.1.src
Upstream URL : https://github.com/grimoirelab/sortinghat
Summary : A tool to manage identities
Description :
A tool to manage identities.
Sorting Hat maintains an SQL database with identities coming
(potentially) from different sources. Identities corresponding to the
same real person can be merged in the same unique identity, with a
unique uuid. For each unique identity, a profile can be defined, with
the name and other data to show for the corresponding person by default.
In addition, each unique identity can be related to one or more
affiliations, for different time periods. This will usually correspond
to different organizations in which the person was employed during those
time periods.
Sorting Hat is a part of the GrimoireLab
toolset , which provides for Python
modules and scripts to analyze data sources with information about
software development, and allows to produce interactive dashboards to
visualize that information.
In the context of GrimoireLab, Sorting Hat is usually run after data is
retrieved with Perceval ,
to store the identities obtained into its database, and later merge them
into unique identities (and maybe affiliate them).