Metadata-Version: 2.1
Name: networksampler
Version: 0.1.0
Summary: Python package to measure network centrality
Author-email: Emiliano del Gobbo <emidelgo@gmail.com>
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.10
Requires-Dist: networkx>=2.8.0
Requires-Dist: numpy>=1.22
Description-Content-Type: text/markdown

[![PyPI Version](https://img.shields.io/badge/pypi-0.1.0-blue)](https://pypi.org/project/networksampler/) 
[![License: LGPL v3](https://img.shields.io/badge/License-LGPL%20v3-blue)](https://github.com/edgresearch/pylib_networksampler/blob/master/LICENSE) 

# NetworkSampler

Python package to measure network centrality.

The currenf available function is `nodes_centrality_measures(A)`.

This function extracts from an adjacency matrix several centrality measures: "degree", "closeness", "eigenvector", "betweeness".
