File: README.txt

package info (click to toggle)
zope.schema 3.7.1-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 496 kB
  • sloc: python: 3,401; makefile: 3; sh: 1
file content (14 lines) | stat: -rw-r--r-- 571 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
***********
zope.schema
***********

Schemas extend the notion of interfaces to detailed descriptions of
Attributes (but not methods).  Every schema is an interface and
specifies the public fields of an object.  A *field* roughly
corresponds to an attribute of a Python object.  But a Field provides
space for at least a title and a description.  It can also constrain
its value and provide a validation method.  Besides you can optionally
specify characteristics such as its value being read-only or not
required.

See 'src/zope/schema/README.txt' for more information.