A minimalist git log Statistics library
Project description
GitLas :The minimalist Git Log Statistics library
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
Built Distribution
File details
Details for the file gitlas-0.2.4.tar.gz
.
File metadata
- Download URL: gitlas-0.2.4.tar.gz
- Upload date:
- Size: 7.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.2.0 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.6.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ecbdb8df81a878194fca3da385eb1519fb5ad0ebf178d4139950e4db04df7e78 |
|
MD5 | 32fa61735406dd70c2f112fa02161d34 |
|
BLAKE2b-256 | b7c50ab98d6c1e9b4c686139b4fc4f7f07a30f5543882c27cdad3bdcdb23fdba |
File details
Details for the file gitlas-0.2.4-py3-none-any.whl
.
File metadata
- Download URL: gitlas-0.2.4-py3-none-any.whl
- Upload date:
- Size: 8.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.2.0 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.6.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 823a412ba05124086658c800b2b87d47986f546ffa8ccd21c97e689660c056c7 |
|
MD5 | ff2b80988b5c0f7b57bcceca0f97aece |
|
BLAKE2b-256 | 7989099b8140901b90f3cdddccfc6b9b3c7e4def2bb8265b7d010343488a244b |