An OpenSource Python package for the extraction of fine-grained and time-stamped co-editing networks from git repositories.
Project description
git2net
git2net
is an Open Source Python package that facilitates the extraction of co-editing networks
from git repositories.
Download and installation
git2net
is pure python
code. It has no platform-specific dependencies and thus works on all
platforms. Assuming you are using pip
, you can install latest version of git2net
by running:
> pip install git2net
This also installs the necessary dependencies. git2net
depends on the python-Levenshtein
package to compute Levenshtein distances for edited lines of code. On sytems running Windows, automatically compiling this C based module might fail during installation. In this case, unofficial Windows binaries can be found here, which might help you get started.
How to use git2net
After installation, we suggest to check out our tutorial, detailing how to get started using git2net
. We also provide detailed inline documentation serving as reference.
In addition, we have publised some motivating results as well as details on the mining algorithm in "git2net - Mining Time-Stamped Co-Editing Networks from Large git Repositories". Together with the paper, we have further released a jupyter notebook (using an early version of git2net
) reproducing the majority of the results shown in the paper on zenodo.org.
How to cite git2net
@article{DBLP:journals/corr/abs-1903-10180,
author = {Christoph Gote and
Ingo Scholtes and
Frank Schweitzer},
title = {git2net - Mining Time-Stamped Co-Editing Networks from Large git Repositories},
journal = {CoRR},
volume = {abs/1903.10180},
year = {2019},
url = {http://arxiv.org/abs/1903.10180},
archivePrefix = {arXiv},
eprint = {1903.10180},
timestamp = {Mon, 01 Apr 2019 14:07:37 +0200},
biburl = {https://dblp.org/rec/bib/journals/corr/abs-1903-10180},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
License
This software is licensed under the GNU Affero General Public License v3 (AGPL-3.0).
Project details
Release history Release notifications | RSS feed
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 git2net-1.1.0.tar.gz
.
File metadata
- Download URL: git2net-1.1.0.tar.gz
- Upload date:
- Size: 21.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b193581af77842e926961ded6d75f3e1aeea774e66752e5e59f8fa2f41adae38 |
|
MD5 | c33afce6844f39764955c21c80d51753 |
|
BLAKE2b-256 | 4478a8854a17d8065ddce7c5964f8299cd8e8862afda8bc360be8962a32a0999 |
Provenance
File details
Details for the file git2net-1.1.0-py3-none-any.whl
.
File metadata
- Download URL: git2net-1.1.0-py3-none-any.whl
- Upload date:
- Size: 34.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8aee0d635b5d02706956bf94efb92a79bc8d57d5414b55c22c5c3152a4891572 |
|
MD5 | f52912e3ea86fb2a4df4434db94e9752 |
|
BLAKE2b-256 | 8487a2c7da612b20e33a5aa737471ddce573adbddfcf7a5df18a7a3f58dad6f6 |