SkillAgentSearch skills...

Multinet

Multiplex network package

Install / Use

/learn @wuhaochen/Multinet
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

multinet

|build| |codecov|

multinet is a networkx extension to handle multiplex network. It contains some useful function to handle operations that specific to multiplex network and it's still pretty much compatible with networkx functions as the aggregated network.

It is currently still in progress.

Install

Install from the source::

$  pip install .

Simple Example

A two layer multiplex network::

import multinet as mn mg = mn.Multinet() mg.add_node(1) mg.add_node(2) mg.add_edge(1, 2, 'Layer_1') mg.add_edge(1, 2, 'Layer_2') mg.number_of_layers() 2

.. |build| image:: https://travis-ci.org/wuhaochen/multinet.svg?branch=master :target: https://travis-ci.org/wuhaochen/multinet :alt: Continuous Integration Status

.. |codecov| image:: https://codecov.io/gh/wuhaochen/multinet/branch/master/graph/badge.svg :target: https://codecov.io/gh/wuhaochen/multinet :alt: Code Coverage Status

View on GitHub
GitHub Stars12
CategoryDevelopment
Updated1y ago
Forks1

Languages

Python

Security Score

75/100

Audited on Jan 9, 2025

No findings