diff options
author | apb <apb@pkgsrc.org> | 2008-08-27 18:53:42 +0000 |
---|---|---|
committer | apb <apb@pkgsrc.org> | 2008-08-27 18:53:42 +0000 |
commit | cfec87932dcf9b897c5be01dbda5b1e9434b8242 (patch) | |
tree | 2174083c755c4b43cc410e0b63350954256d8cb7 /math/py-networkx/DESCR | |
parent | a8a08cccb4e184056246a225a5ac577ebc35ac1c (diff) | |
download | pkgsrc-cfec87932dcf9b897c5be01dbda5b1e9434b8242.tar.gz |
Add math/py-networkx package.
Diffstat (limited to 'math/py-networkx/DESCR')
-rw-r--r-- | math/py-networkx/DESCR | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/math/py-networkx/DESCR b/math/py-networkx/DESCR new file mode 100644 index 00000000000..7b68113798d --- /dev/null +++ b/math/py-networkx/DESCR @@ -0,0 +1,15 @@ +NetworkX (NX) is a Python package for the creation, manipulation, and +study of the structure, dynamics, and functions of complex networks. + +Features: + + - Includes standard graph-theoretic and statistical physics functions + - Easy exchange of network algorithms between applications, + disciplines, and platforms + - Includes many classic graphs and synthetic networks + - Nodes and edges can be "anything" + (e.g. time-series, text, images, XML records) + - Exploits existing code from high-quality legacy software in C, + C++, Fortran, etc. + - Open source (encourages community input) + - Unit-tested |