# RESTful Nested-Diff
REST API and web UI for [Nested-Diff.py](https://github.com/mr-mixas/Nested-Diff.py),
recursive diff and patch for nested structures.
**[Live Demo](https://nesteddiff.pythonanywhere.com/)**
[![PyPi](https://img.shields.io/pypi/v/nested_diff_restful.svg)](https://pypi.python.org/pypi/nested_diff_restful)
[![Tests](https://github.com/mr-mixas/Nested-Diff-RESTful/actions/workflows/tests.yml/badge.svg)](https://github.com/mr-mixas/Nested-Diff-RESTful/actions?query=branch%3Amaster)
[![Supported Python versions](https://img.shields.io/pypi/pyversions/nested_diff_restful.svg)](https://pypi.org/project/nested_diff_restful/)
[![License](https://img.shields.io/pypi/l/nested_diff_restful.svg)](https://github.com/mr-mixas/Nested-Diff-RESTful/blob/devel/LICENSE)
## Install
```sh
pip install nested_diff_restful
```
## Run
```sh
nested_diff_restful --bind 127.0.0.1:8080 --workers=4
```
## Run tests
```sh
# prepare environment
python3 -m venv venv && \
. venv/bin/activate && \
pip install -e .[test]
# run tests
pytest
```
## License
Licensed under the terms of the [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0).
Raw data
{
"_id": null,
"home_page": null,
"name": "nested-diff-restful",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": null,
"keywords": "api, diff, nested-diff, recursive-diff, rest",
"author": null,
"author_email": "Michael Samoglyadov <mixas.sr@gmail.com>",
"download_url": "https://files.pythonhosted.org/packages/07/a9/6c1f9592aa82ef0cbb65209a2fcc7803e4a91822ce765195e8c8f2fa2775/nested_diff_restful-1.1.0.tar.gz",
"platform": null,
"description": "# RESTful Nested-Diff\n\nREST API and web UI for [Nested-Diff.py](https://github.com/mr-mixas/Nested-Diff.py),\nrecursive diff and patch for nested structures.\n\n**[Live Demo](https://nesteddiff.pythonanywhere.com/)**\n\n[![PyPi](https://img.shields.io/pypi/v/nested_diff_restful.svg)](https://pypi.python.org/pypi/nested_diff_restful)\n[![Tests](https://github.com/mr-mixas/Nested-Diff-RESTful/actions/workflows/tests.yml/badge.svg)](https://github.com/mr-mixas/Nested-Diff-RESTful/actions?query=branch%3Amaster)\n[![Supported Python versions](https://img.shields.io/pypi/pyversions/nested_diff_restful.svg)](https://pypi.org/project/nested_diff_restful/)\n[![License](https://img.shields.io/pypi/l/nested_diff_restful.svg)](https://github.com/mr-mixas/Nested-Diff-RESTful/blob/devel/LICENSE)\n\n## Install\n\n```sh\npip install nested_diff_restful\n```\n\n## Run\n\n```sh\nnested_diff_restful --bind 127.0.0.1:8080 --workers=4\n```\n\n## Run tests\n\n```sh\n# prepare environment\npython3 -m venv venv && \\\n . venv/bin/activate && \\\n pip install -e .[test]\n\n# run tests\npytest\n```\n\n## License\n\nLicensed under the terms of the [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0).\n\n",
"bugtrack_url": null,
"license": null,
"summary": "REST API and web UI for nested-diff",
"version": "1.1.0",
"project_urls": {
"Homepage": "https://github.com/mr-mixas/Nested-Diff-RESTful",
"Repository": "https://github.com/mr-mixas/Nested-Diff-RESTful.git"
},
"split_keywords": [
"api",
" diff",
" nested-diff",
" recursive-diff",
" rest"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "b109c1cf28128e0e62f85d6d3d87ef893979798b97255baa11fe79cb508d0128",
"md5": "b2d97fd3e67aed5a54a2bf1744eec923",
"sha256": "f495ccfc1790f5ccf9f3daff8033d6d7b1c4c2f5451bef3f19a24293e6edbd48"
},
"downloads": -1,
"filename": "nested_diff_restful-1.1.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "b2d97fd3e67aed5a54a2bf1744eec923",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 11448,
"upload_time": "2024-03-23T16:02:18",
"upload_time_iso_8601": "2024-03-23T16:02:18.718098Z",
"url": "https://files.pythonhosted.org/packages/b1/09/c1cf28128e0e62f85d6d3d87ef893979798b97255baa11fe79cb508d0128/nested_diff_restful-1.1.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "07a96c1f9592aa82ef0cbb65209a2fcc7803e4a91822ce765195e8c8f2fa2775",
"md5": "a575ed5ebd27d2dc12929bb0a98b461e",
"sha256": "569d2ad138e5b96ade4c3e1962c47d113950ba9970f608c11af86206d69c8bb4"
},
"downloads": -1,
"filename": "nested_diff_restful-1.1.0.tar.gz",
"has_sig": false,
"md5_digest": "a575ed5ebd27d2dc12929bb0a98b461e",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 9363,
"upload_time": "2024-03-23T16:02:20",
"upload_time_iso_8601": "2024-03-23T16:02:20.340586Z",
"url": "https://files.pythonhosted.org/packages/07/a9/6c1f9592aa82ef0cbb65209a2fcc7803e4a91822ce765195e8c8f2fa2775/nested_diff_restful-1.1.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-03-23 16:02:20",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "mr-mixas",
"github_project": "Nested-Diff-RESTful",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "nested-diff-restful"
}