[ 源代码: 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