How to Install and Uninstall python3-sortinghat Package on openSUSE Leap

Last updated: May 19,2024

1. Install "python3-sortinghat" package

This guide let you learn how to install python3-sortinghat on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-sortinghat

2. Uninstall "python3-sortinghat" package

Please follow the guidance below to uninstall python3-sortinghat on openSUSE Leap:

$ sudo zypper remove python3-sortinghat

3. Information about the python3-sortinghat package on openSUSE Leap

Information for package python3-sortinghat:
-------------------------------------------
Repository : Main Repository
Name : python3-sortinghat
Version : 0.4.3-bp155.2.10
Arch : noarch
Vendor : openSUSE
Installed Size : 880.4 KiB
Installed : No
Status : not installed
Source package : python-sortinghat-0.4.3-bp155.2.10.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).