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
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 released a jupyter notebook reproducing the majority of the results shown in the paper on zenodo.org. This notebook also serves as tutorial introducing the functionality of git2net
.
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.0.1.tar.gz
.
File metadata
- Download URL: git2net-1.0.1.tar.gz
- Upload date:
- Size: 20.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.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 | 0e4f174834b4721cd0410929be01fee6ccdca3ef05f857a9c3636532dd8806bb |
|
MD5 | e1eaf685dd105c3aeb171ebf691428d7 |
|
BLAKE2b-256 | 98252de00b810ae69e0ef75c1b5b4f9ef9d3a11a9265672ec290c81a35871118 |
Provenance
File details
Details for the file git2net-1.0.1-py3-none-any.whl
.
File metadata
- Download URL: git2net-1.0.1-py3-none-any.whl
- Upload date:
- Size: 32.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.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 | 1f74d1620c14b26036f2d9a560d4420a8cfd93cd567653785b51a1ba15de36de |
|
MD5 | 99d36a9581f611c16d277f19de6270bb |
|
BLAKE2b-256 | 28807415ab9d2fc2fc373260ef0c35be7a36d9102bb5f9744f21da6641d0677d |