summaryrefslogtreecommitdiffstats
path: root/python/python2-cluster/README
diff options
context:
space:
mode:
author Dave Woodfall <dave@slackbuilds.org>2021-05-03 06:48:50 +0100
committer Robby Workman <rworkman@slackbuilds.org>2021-05-03 01:49:57 -0500
commitb7c28a1972b5126ca59419054b2674bfec64a4a2 (patch)
tree13d202f941d3d0d9c5c3bea99f07ccd04ad07090 /python/python2-cluster/README
parentd15c7e724952d7bc3c562e29f44e61fddc69d8fd (diff)
downloadslackbuilds-b7c28a1972b5126ca59419054b2674bfec64a4a2.tar.gz
slackbuilds-b7c28a1972b5126ca59419054b2674bfec64a4a2.tar.xz
python/python-cluster: Renamed python2-cluster.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Diffstat (limited to 'python/python2-cluster/README')
-rw-r--r--python/python2-cluster/README4
1 files changed, 4 insertions, 0 deletions
diff --git a/python/python2-cluster/README b/python/python2-cluster/README
new file mode 100644
index 0000000000..a78c8a7d7c
--- /dev/null
+++ b/python/python2-cluster/README
@@ -0,0 +1,4 @@
+python-cluster is a package that allows grouping a list of arbitrary
+objects into related groups (clusters). Simply give it a list of data
+and a function to determine the similarity between two items and you're
+done.