contributor-network

Create an interactive contributor network graph from git/hg repository


Keywords
free-software, open-source, contributor, graph, network
Licenses
LGPL-3.0/GPL-3.0+
Install
pip install contributor-network==0.1.0

Documentation

Contributor Network Graph

Create a graph visualization from a code repository.

Graph for contributor-network repository

Installing

pip install contributor-network

Running

Given a file called dependencies.csv, like:

name,repository_type,repository_url,depended_by
contributor-network,git,https://github.com/PythonicCafe/contributor-network,
lxml,git,https://github.com/lxml/lxml,contributor-network
tqdm,git,https://github.com/tqdm/tqdm,contributor-network
python -m contributor_network.cli \
	--temp-dir=/tmp/repositories/ \
	dependencies.csv \
	network/