Skip to main content

gitlab2pandas supports the aggregation of project activities in a GitLab repository and makes them available in pandas dataframes.

Project description

Transform GitLab Activities to Pandas Dataframes

General information

This package is being developed as part of the DiP-iT project Website.

The package implements Python functions for

  • aggregating and processing GitLab activities (Commits, Actions, Issues, Merge-Requests, ...)

gitlab2pandas stores the collected information in a collection of pandas DataFrames starting from a user defined root folder.

Installation

gitlab2pandas is available on pypi. Use pip to install the package.

global

On Linux:

sudo pip3 install gitlab2pandas 
sudo pip install gitlab2pandas

On Windows as admin or for one user:

pip install gitlab2pandas
pip install --user gitlab2pandas 

in virtual environment:

pipenv install gitlab2pandas

Usage

GitLab token is required for use, which is used for authentication. The website describes how you can generate this for your GitLab account. Customise the username and project name and explore any public or private repository you have access to with your account!

Documentation

The documentation of the module is available at https://gitlab2pandas.readthedocs.io/.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

gitlab2pandas-0.0.3.tar.gz (12.6 kB view hashes)

Uploaded Source

Built Distribution

gitlab2pandas-0.0.3-py3-none-any.whl (13.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page