Skip to content

mr-mixas/Nested-Diff-RESTful

Repository files navigation

RESTful Nested-Diff

REST API and web UI for Nested-Diff.py, recursive diff and patch for nested structures.

Live Demo

PyPi Tests Supported Python versions License

Install

pip install nested_diff_restful

Run

nested_diff_restful --bind 127.0.0.1:8080 --workers=4

Run tests

# 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.