/signednet

A set of utilities built on top of networkx for working with signed networks

Primary LanguagePythonMIT LicenseMIT

SignedNet is a Python package comprising various utilities to make working with signed networks easier and less repetitive.

Is currently a work in progress. Pull requests and contributions welcome :D

Install

Through pip

Coming soon....

Directly from source

  1. Download the contents of the repo
  2. Open a Terminal
  3. cd into the directory
  4. Run python setup.py install