python-jsonschema-objects:从JSON模式自动生成Python绑定

时间:2021-05-03 11:45:53
【文件属性】:
文件名称:python-jsonschema-objects:从JSON模式自动生成Python绑定
文件大小:84KB
文件格式:ZIP
更新时间:2021-05-03 11:45:53
Python 什么 python-jsonschema-objects提供对JSON模式的基于类的自动绑定,以供在python中使用。 请参阅以查看受支持的关键字 例如,给定以下架构: { "title": "Example Schema", "type": "object", "properties": { "firstName": { "type": "string" }, "lastName": { "type": "string" }, "age": { "description": "Age in years", "type": "integer", "minimum":
【文件预览】:
python-jsonschema-objects-master
----setup.py(2KB)
----.gitignore(720B)
----conftest.py(850B)
----.codeclimate.yml(151B)
----.travis.yml(0B)
----MANIFEST.in(387B)
----.pre-commit-config.yaml(125B)
----python_jsonschema_objects()
--------__init__.py(6KB)
--------literals.py(4KB)
--------classbuilder.py(27KB)
--------markdown_support.py(3KB)
--------examples()
--------pattern_properties.py(3KB)
--------descriptors.py(5KB)
--------util.py(6KB)
--------_version.py(15KB)
--------validators.py(4KB)
--------wrapper_types.py(11KB)
----LICENSE(1KB)
----.hound.yml(50B)
----setup.cfg(288B)
----.github()
--------stale.yml(687B)
--------ISSUE_TEMPLATE()
--------workflows()
----README.md(44B)
----register.py(298B)
----versioneer.py(61KB)
----.gitattributes(51B)
----docs()
--------Makefile(8KB)
--------index.rst(512B)
--------conf.py(10KB)
--------apidoc.rst(401B)
--------Introduction.md(12B)
----development.txt(98B)
----test()
--------thing-two.json(659B)
--------test_circular_references.py(610B)
--------test_pytest.py(14KB)
--------test_regression_87.py(390B)
--------test_regression_90.py(770B)
--------test_feature_151.py(1005B)
--------resources()
--------test_array_validation.py(3KB)
--------test_nested_arrays.py(3KB)
--------test_regression_89.py(409B)
--------test_pattern_properties.py(2KB)
--------test_regression_143.py(3KB)
--------test_regression_114.py(1006B)
--------test_regression_17.py(847B)
--------test_regression_8.py(1KB)
--------test_regression_126.py(2KB)
--------test_feature_177.py(1010B)
--------test_regression_49.py(969B)
--------test_regression_185.py(1KB)
--------test_nondefault_resolver_validator.py(806B)
--------test_regression_165.py(2KB)
--------test_regression_208.py(2KB)
--------test_regression_133.py(547B)
--------test_regression_156.py(1KB)
--------test_regression_88.py(1KB)
--------test_wrong_exception_protocolbase_getitem.py(1KB)
--------thing-one.json(806B)
--------test_util_pytest.py(3KB)
----tox.ini(694B)

网友评论