Skip to main content

Create an interactive contributor network graph from git/hg repository

Project description

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/

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

contributor-network-0.1.0.tar.gz (5.3 kB view hashes)

Uploaded Source

Built Distribution

contributor_network-0.1.0-py3-none-any.whl (8.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page