[ 原始碼: zope.schema ]
套件:python3-zope.schema(7.0.1-1)
zope.interface extension for defining data schemas
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.
This is the Python 3 version.
其他與 python3-zope.schema 有關的套件
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-pkg-resources
- Package Discovery and Resource Access using pkg_resources
-
- dep: python3-zope.event
- Very basic event publishing system
-
- dep: python3-zope.interface (>= 5.0)
- Interfaces for Python3