aboutsummaryrefslogtreecommitdiff
path: root/devel/py-pondpond/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-pondpond/pkg-descr')
-rw-r--r--devel/py-pondpond/pkg-descr6
1 files changed, 6 insertions, 0 deletions
diff --git a/devel/py-pondpond/pkg-descr b/devel/py-pondpond/pkg-descr
new file mode 100644
index 000000000000..8d24bfcf3ef9
--- /dev/null
+++ b/devel/py-pondpond/pkg-descr
@@ -0,0 +1,6 @@
+Pond is a high performance object-pooling library for Python, it has a
+smaller memory usage and a higher borrow hit rate.
+
+Pond is probably the first publicly available object pooling library
+in Python with complete test cases, over 90% coverage, complete code
+comments, and good documentation.