grimoirelab-sortinghat | A tool to manage identities

 by   chaoss Python Version: 0.9.0 License: GPL-3.0

kandi X-RAY | grimoirelab-sortinghat Summary

kandi X-RAY | grimoirelab-sortinghat Summary

grimoirelab-sortinghat is a Python library. grimoirelab-sortinghat has no bugs, it has no vulnerabilities, it has a Strong Copyleft License and it has low support. However grimoirelab-sortinghat build file is not available. You can download it from GitHub.

A tool to manage identities. Sorting Hat maintains an SQL database of unique identities of communities members across (potentially) many 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 shown 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 Python modules and scripts to analyze data sources with information about software development, and allows the production of 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).
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              grimoirelab-sortinghat has a low active ecosystem.
              It has 51 star(s) with 76 fork(s). There are 14 watchers for this library.
              OutlinedDot
              It had no major release in the last 12 months.
              There are 27 open issues and 269 have been closed. On average issues are closed in 102 days. There are 6 open pull requests and 0 closed requests.
              It has a neutral sentiment in the developer community.
              The latest version of grimoirelab-sortinghat is 0.9.0

            kandi-Quality Quality

              grimoirelab-sortinghat has 0 bugs and 0 code smells.

            kandi-Security Security

              grimoirelab-sortinghat has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
              grimoirelab-sortinghat code analysis shows 0 unresolved vulnerabilities.
              There are 0 security hotspots that need review.

            kandi-License License

              grimoirelab-sortinghat is licensed under the GPL-3.0 License. This license is Strong Copyleft.
              Strong Copyleft licenses enforce sharing, and you can use them when creating open source projects.

            kandi-Reuse Reuse

              grimoirelab-sortinghat releases are available to install and integrate.
              grimoirelab-sortinghat has no build file. You will be need to create the build yourself to build the component from source.
              Installation instructions are not available. Examples and code snippets are available.

            Top functions reviewed by kandi - BETA

            kandi has reviewed grimoirelab-sortinghat and discovered the below as its top functions. This is intended to give you an instant insight into grimoirelab-sortinghat implemented functionality, and help decide if they suit your requirements.
            • Search for unique identities
            • Handle flush errors
            • Handles database errors
            • Context manager to create a database session
            • Load a mapping of people
            • Create a database engine
            • Create a new database engine
            • Create a new database
            • Import files
            • Convert uidentities to json format
            • Add a unique identity to the session
            • Returns a list of Metrics identities
            • Parse arguments
            • Create an organization parser
            • Fetch metrics from the database
            • List countries
            • List organizations
            • Retrieve identities from source file
            • Parse gitdm files
            • Register enrollment
            • Returns the list of unique identities that have been modified
            • List entries
            • Exports identities
            • Log messages
            • withdrawal
            • Return a list of identities that have been modified
            Get all kandi verified functions for this library.

            grimoirelab-sortinghat Key Features

            No Key Features are available at this moment for grimoirelab-sortinghat.

            grimoirelab-sortinghat Examples and Code Snippets

            Sorting Hat ,Basic API calls
            Pythondot img1Lines of Code : 77dot img1License : Strong Copyleft (GPL-3.0)
            copy iconCopy
            from sortinghat import api
            from sortinghat.db.database import Database
            
            db = Database('root', '*****', 'test_db')
            
            api.add_unique_identity(db=db, uuid='a9b403e150dd4af8953a52a4bb841051e4b705d9')
            
            source = 'git'
            email = 'jsmith@example.com'
            name = 'Jo  
            Sorting Hat ,Basic commands
            Pythondot img2Lines of Code : 67dot img2License : Strong Copyleft (GPL-3.0)
            copy iconCopy
              $ sortinghat add --name "John Smith" --email "jsmith@example.com" --username "jsmith" --source scm
              New identity a9b403e150dd4af8953a52a4bb841051e4b705d9 to a9b403e150dd4af8953a52a4bb841051e4b705d9
            
              $ sortinghat add --name "John Doe" --email "jd  
            Sorting Hat ,Usage
            Pythondot img3Lines of Code : 40dot img3License : Strong Copyleft (GPL-3.0)
            copy iconCopy
            usage: sortinghat [--help] [-c ] [-u ] [-p ]
                              [--host ] [--port ] [-d ]
                              command []
            
            The most commonly used sortinghat commands are:
            
                add          Add identities
                affiliate    Affiliate identities
                autogend  

            Community Discussions

            No Community Discussions are available at this moment for grimoirelab-sortinghat.Refer to stack overflow page for discussions.

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install grimoirelab-sortinghat

            You can download it from GitHub.
            You can use grimoirelab-sortinghat like any standard Python library. You will need to make sure that you have a development environment consisting of a Python distribution including header files, a compiler, pip, and git installed. Make sure that your pip, setuptools, and wheel are up to date. When using pip it is generally recommended to install packages in a virtual environment to avoid changes to the system.

            Support

            All the source code is available in the Sorting Hat GitHub repository. Please, submit pull requests if you have proposals to change the source code, and open an issue if you want to report a bug, ask for a new feature, or just provide feedback.
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/chaoss/grimoirelab-sortinghat.git

          • CLI

            gh repo clone chaoss/grimoirelab-sortinghat

          • sshUrl

            git@github.com:chaoss/grimoirelab-sortinghat.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link