diff options
Diffstat (limited to 'libraries/zope.hookable/README')
-rw-r--r-- | libraries/zope.hookable/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libraries/zope.hookable/README b/libraries/zope.hookable/README new file mode 100644 index 000000000000..37f53eab9483 --- /dev/null +++ b/libraries/zope.hookable/README @@ -0,0 +1,7 @@ +zope.hookable (Hookable object support) + +Support the efficient creation of hookable objects, which are +callable objects that are meant to be replaced by other callables, +at least optionally. + +To build, this requires pysetuptools. |