Metadata-Version: 2.1
Name: GN
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
Description: # 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)
        [![Appveyor](https://ci.appveyor.com/api/projects/status/github/zhaofeng-shu33/girvan-newman?branch=master&svg=true)](https://ci.appveyor.com/project/zhaofeng-shu33/girvan-newman)
        
        A Girvan Newman step is defined as a couple of successive edge removes such that a new community occurs.
        
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
