[ ソース: python-warlock ]
パッケージ: python3-warlock (2.0.1-2)
python3-warlock に関するリンク
Debian の資源:
python-warlock ソースパッケージをダウンロード:
- [python-warlock_2.0.1-2.dsc]
- [python-warlock_2.0.1.orig.tar.xz]
- [python-warlock_2.0.1-2.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [pypi.python.org]
類似のパッケージ:
object model built on top of JSON schema - Python 3.x
With Warlock, you can build self-validating Python objects using JSON schemas. First, a schema describe the type of data, then after creating the object, Warlock checks that added or edited attributes correspond to the initial schema. If they don't, an exception is raised.
This package contains the Python 3.x module.
その他の python3-warlock 関連パッケージ
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-jsonpatch
- library to apply JSON patches - Python 3.x
-
- dep: python3-jsonschema (>= 4)
- An(other) implementation of JSON Schema (Draft 3, 4, 6, 7)
-
- dep: python3-six
- Python 2 and 3 compatibility library