Create an interactive contributor network graph from git/hg repository
Project description
Contributor Network Graph
Create a graph visualization from a code 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
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 contributor-network-0.1.0.tar.gz
.
File metadata
- Download URL: contributor-network-0.1.0.tar.gz
- Upload date:
- Size: 5.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.8.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7ef924ae421b84b090680dba493183e6da43893ceadfc8dd9744a788092b6124 |
|
MD5 | 9677345c6ba16dee6bdac557b363f7ea |
|
BLAKE2b-256 | 703f0096f3e61439d6518c9d4968058685be329cdcd3bbbb084a0ddd8b031834 |
File details
Details for the file contributor_network-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: contributor_network-0.1.0-py3-none-any.whl
- Upload date:
- Size: 8.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.8.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a3bbb9ccc1c1c78d8f4ce6a0e43c54e57cde75b1ec4be3663bb34bd6b093e7aa |
|
MD5 | c66ad9c651b87f0467c44bb98aecd5bc |
|
BLAKE2b-256 | 6ddf1a8640f90e373c4e42a1b500dcbfbd4a5d424780d82d7ea96fea0935e1a1 |