aboutsummaryrefslogtreecommitdiff
path: root/devel/py-protocols-devel/pkg-descr
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-07-18 21:08:05 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-07-18 21:08:05 +0000
commit5e015f9e53582d7bd801a4013358b1135b5cb643 (patch)
tree23e7e5f2f6ad21adaa3d31494bcd7f678c9c272b /devel/py-protocols-devel/pkg-descr
parent5ca26fcd25450328283d193955d30e8e5b51616e (diff)
Notes
Diffstat (limited to 'devel/py-protocols-devel/pkg-descr')
-rw-r--r--devel/py-protocols-devel/pkg-descr8
1 files changed, 8 insertions, 0 deletions
diff --git a/devel/py-protocols-devel/pkg-descr b/devel/py-protocols-devel/pkg-descr
new file mode 100644
index 000000000000..de65bb788526
--- /dev/null
+++ b/devel/py-protocols-devel/pkg-descr
@@ -0,0 +1,8 @@
+PyProtocols extends the PEP 246 adapt() function with a new "declaration API"
+that lets you easily define your own protocols and adapters, and declare what
+adapters should be used to adapt what types, objects, or protocols.
+In addition to its own Interface type, PyProtocols can also use Twisted and
+Zope's Interface types too.
+
+Author: Phillip J. Eby
+WWW: http://peak.telecommunity.com/PyProtocols.html