Skip to main content

REST API and web UI for nested-diff

Project description

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.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

nested_diff_restful-1.1.0.tar.gz (9.4 kB view hashes)

Uploaded Source

Built Distribution

nested_diff_restful-1.1.0-py3-none-any.whl (11.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page