[ buster ]
[ 原始碼: zope.schema ]
套件:python-zope.schema(4.4.2-3)
python-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 2 version.
其他與 python-zope.schema 有關的套件
|
|
|
|
-
- dep: python
- interactive high-level object-oriented language (Python2 version)
-
- dep: python-pkg-resources
- Package Discovery and Resource Access using pkg_resources
-
- dep: python-zope.event
- Very basic event publishing system
-
- dep: python-zope.interface
- Interfaces for Python