update Tue Feb 23 06:37:01 PST 2010
[pkgsrc.git] / math / py-networkx / DESCR
1 NetworkX (NX) is a Python package for the creation, manipulation, and
2 study of the structure, dynamics, and functions of complex networks.
3
4 Features:
5
6    - Includes standard graph-theoretic and statistical physics functions
7    - Easy exchange of network algorithms between applications,
8      disciplines, and platforms
9    - Includes many classic graphs and synthetic networks
10    - Nodes and edges can be "anything"
11      (e.g. time-series, text, images, XML records)
12    - Exploits existing code from high-quality legacy software in C,
13      C++, Fortran, etc.
14    - Open source (encourages community input)
15    - Unit-tested