diff options
Diffstat (limited to 'libraries/zope.schema/README')
-rw-r--r-- | libraries/zope.schema/README | 8 |
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. |