======================
cxnet Python package
======================

The cxnet extends igraph module with some functionality.
I am using in higher education.
Some functionality is available with NetworkX module as well.
Function plotting needs matplotlib (pylab).

Functionalities
================

- Creating network from the deb package hierarchy.

- Investigating and plotting degree distribution.

- Graph methods:

 * to list the vertices with most degrees,

 * to plot the neighbours of a vertex.

- A tool to create network evolution models.

Installation
=============

See: ./doc/install_en.txt
