diff options
author | Fernando Lopez Jr <fernando.lopezjr@gmail.com> | 2018-01-08 13:02:27 +0000 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2018-01-08 13:02:27 +0000 |
commit | d57b3fff4822983a98a21fd361b98a5b2ff63cad (patch) | |
tree | 05fe9a7d6ec869d31a4209ba8f78dbdf7b75f4f7 /python/networkx/README | |
parent | f3fea40b5c74f2c59dfbecfc82cea1fe8f7bbdfc (diff) | |
download | slackbuilds-d57b3fff4822983a98a21fd361b98a5b2ff63cad.tar.gz |
python/networkx: Added (create and manipulate networks).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'python/networkx/README')
-rw-r--r-- | python/networkx/README | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/python/networkx/README b/python/networkx/README new file mode 100644 index 0000000000..4c00f24f83 --- /dev/null +++ b/python/networkx/README @@ -0,0 +1,3 @@ +NetworkX is a Python package for the creation, manipulation, +and study of the structure, dynamics, and functions of complex +networks. |