Skip to content

PythonicCafe/contributor-network

Repository files navigation

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

Execute:

python -m contributor_network.cli \
	--temp-dir=/tmp/repositories/ \
	dependencies.csv \
	network/

Releases

No releases published

Packages

No packages published