Skip to main content

A minimalist git log Statistics library

Project description

GitLas :The minimalist Git Log Statistics library

Build Status PyPI version GitHub PyPI - Python Version Code Style

Meta Data of Git

Often times we have a ton of Meta Data ,but we really don't have much of tools to make useful analysis from it. Git Logs are one of the best sources from which we can actually understand and analyse some of the trends in our Project workings.

The commits and merges can be tracked easily with git, but to make useful charts and analysis we need to convert these data into a useful data type.

GitLas is a simple Library that filters out gitlogs with regular expression pattern matching and applies useful analytic filters to get more out of the data. JSON data type is highly preferred and widely used, hence the library convert the git log into a simple JSON format which can be exported as well.

These statistics can be useful or not really useful at all depending on the size of your project and the collaborators associated with it.

Getting GitLog as text

To get the git log in a text format

$ git log > gitlog.txt

or copy it to the clipboard using some tool like xclip and later paste it in a new file.

Requirements

Python 3

Installing gitlas

using pip

$ pip install gitlas

or pip3 in some systems

$ pip3 install gitlas

Usage

This library is designed to be used alongside data analysis and visualization libraries. additionaly you can also export git log data and or stat reports in JSON format.

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

gitlas-0.2.4.tar.gz (7.3 kB view hashes)

Uploaded Source

Built Distribution

gitlas-0.2.4-py3-none-any.whl (8.6 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