summaryrefslogtreecommitdiffstats
path: root/libraries/zope.schema/README
diff options
context:
space:
mode:
author Mikko Värri <vmj@linuxbox.fi>2010-08-14 15:30:18 -0500
committer Erik Hanson <erik@slackbuilds.org>2010-08-14 19:04:52 -0500
commitdc7744ad78d9f333effa3e5c571a212cf594b9a9 (patch)
tree92a25f6363851a9a4e9199c87395b3dba30451da /libraries/zope.schema/README
parentb9ddaf080a23fdc7a3b8c834f19d8a40ae1059d4 (diff)
downloadslackbuilds-dc7744ad78d9f333effa3e5c571a212cf594b9a9.tar.gz
slackbuilds-dc7744ad78d9f333effa3e5c571a212cf594b9a9.tar.xz
libraries/zope.schema: Added (zope.interface extension for defining data schemas)
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'libraries/zope.schema/README')
-rw-r--r--libraries/zope.schema/README8
1 files changed, 8 insertions, 0 deletions
diff --git a/libraries/zope.schema/README b/libraries/zope.schema/README
new file mode 100644
index 0000000000..31bf8dc176
--- /dev/null
+++ b/libraries/zope.schema/README
@@ -0,0 +1,8 @@
+zope.schema (zope.interface extension for defining data schemas)
+
+Schemas extend the notion of interfaces to detailed descriptions of
+Attributes (but not methods).
+
+This requires zope.event and zope.interface.
+
+To build, this requires pysetuptools.