Metadata-Version: 2.1
Name: pygncd
Version: 0.1
Summary: a hierachical community detection algorithm by Girvan Newman
Home-page: https://github.com/zhaofeng-shu33/Girvan-Newman
Author: zhaofeng-shu33
Author-email: 616545598@qq.com
License: Apache License Version 2.0
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
Requires-Dist: networkx

# Girvan Newman Algorithm to find community structure
[![Build Status](https://travis-ci.com/zhaofeng-shu33/Girvan-Newman.svg?branch=master)](https://travis-ci.com/zhaofeng-shu33/Girvan-Newman)

A Girvan Newman step is defined as a couple of successive edge removes such that a new community occurs.

