パッケージ: python3-zope.schema (7.0.1-1)
python3-zope.schema に関するリンク
Debian の資源:
zope.schema ソースパッケージをダウンロード:
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
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
- pkg_resources を用いたパッケージ検索およびリソースアクセス
-
- dep: python3-zope.event
- Very basic event publishing system
-
- dep: python3-zope.interface (>= 5.0)
- Python3 用インターフェース