summaryrefslogtreecommitdiff
path: root/python/networkx/README
diff options
context:
space:
mode:
authorFernando Lopez Jr <fernando.lopezjr@gmail.com>2018-01-08 13:02:27 +0000
committerDavid Spencer <idlemoor@slackbuilds.org>2018-01-08 13:02:27 +0000
commitd57b3fff4822983a98a21fd361b98a5b2ff63cad (patch)
tree05fe9a7d6ec869d31a4209ba8f78dbdf7b75f4f7 /python/networkx/README
parentf3fea40b5c74f2c59dfbecfc82cea1fe8f7bbdfc (diff)
downloadslackbuilds-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/README3
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.