[ 源代码: zope.schema ]
软件包:python3-zope.schema(4.4.2-3)
python3-zope.schema 的相关链接
Debian 的资源:
下载源码包 zope.schema:
维护小组:
- Debian/Ubuntu Zope Team (QA 页面, 邮件存档)
- Brian Sutherland (QA 页面)
- Fabio Tranchitella (QA 页面)
- Barry Warsaw (QA 页面)
外部的资源:
- 主页 [pypi.python.org]
相似软件包:
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
- 交互式高级面向对象语言(默认 python3 版本)
-
- 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
- Interfaces for Python3