[ 源代码: python-warlock ]
软件包:python3-warlock(2.1.0-1)
python3-warlock 的相关链接
Debian 的资源:
下载源码包 python-warlock:
- [python-warlock_2.1.0-1.dsc]
- [python-warlock_2.1.0.orig.tar.xz]
- [python-warlock_2.1.0-1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [pypi.python.org]
相似软件包:
试制(Experimental)软件包
警告:这个软件包来自于 experimental 发行版。这表示它很有可能表现出不稳定或者出现 bug ,甚至是导致资料损失。请务必在使用之前查阅 changelog 以及其他潜在的文档。
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
- 交互式高级面向对象语言(默认 python3 版本)
-
- dep: python3-jsonpatch
- library to apply JSON patches - Python 3.x
-
- dep: python3-jsonschema (>= 4)
- An(other) implementation of JSON Schema