py-jsonpatch

时间:2024-05-23 22:30:02
【文件属性】:

文件名称:py-jsonpatch

文件大小:14KB

文件格式:ZIP

更新时间:2024-05-23 22:30:02

HTML

py-jsonpatch 解决方案 您的解决方案:) 使命 在patch_lib.py支持 当然,请在tests/test_patch_lib.py编写测试 提示 将JSON视为树状结构 JSONPatch语法始终有效 …但是文档路径可能无效(不存在或语法错误) 不要移动/修改根( / )-这太疯狂了! 当将执行命令“添加”和“删除”时,其他命令将非常容易实现 怎么跑 Pipenv 安装 pipenv install --three 运行测试 pipenv run tests 运行网络控制台 pipenv run web 与virtualenv 安装 virtualenv venv -ppython3 source venv/bin/activate pip install flask pytest pytest-cov flake8 运行测试 flake8 && pytest -v


【文件预览】:
py-jsonpatch-master
----.gitignore(47B)
----templates()
--------index.html(10KB)
----Pipfile.lock(18KB)
----README.md(1KB)
----web.py(2KB)
----tests()
--------__init__.py(0B)
--------test_patch_lib.py(165B)
--------test_web.py(2KB)
----Pipfile(309B)
----files()
--------.dontremove(0B)
----patch_lib.py(182B)

网友评论