A diff/patch pair for JSON-serialized data structures.
Project description
json-delta: A diff/patch pair and library for JSON data structures. (http://json_delta.readthedocs.org/)
JSON-delta is a multi-language software suite for computing deltas between JSON-serialized data structures, and applying those deltas as patches. It enables separate programs at either end of a communications channel (e.g. client and server over HTTP, or two processes talking to one another using bidirectional IPC) to manipulate a data structure while minimizing communications overhead.
This is the python implementation. It requires Python version 2.7 or newer (including Python 3). It can be installed in the standard way:
$ python setup.py install
(potentially needing superuser privileges). This will install a single module named json_delta, and scripts named json_diff, json_patch and json_cat.
HTML documentation for all four of these can be found in the doc/ directory, along with manpages for the scripts.
Donations to support the continuing development of JSON-delta will be gratefully received via gratipay (https://gratipay.com/phijaro), PayPal (himself@phil-roberts.name) or Bitcoin: (1HPJHRpVSm1Y4zrgppd2c6LysjxeabbQN4).
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
Built Distribution
File details
Details for the file json_delta-2.0.2.tar.gz
.
File metadata
- Download URL: json_delta-2.0.2.tar.gz
- Upload date:
- Size: 58.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.50.0 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 95ea3ff9908fc7d634c27ffec11db8fd8d935aa3e895d7302915d394b10e0321 |
|
MD5 | c9ff20953c5d68cf8c729639518611ab |
|
BLAKE2b-256 | aab6cdc4ccf3923651cb42797b4c703b77a626014f3ebe3fdee7858a38e0a82e |
File details
Details for the file json_delta-2.0.2-py2.py3-none-any.whl
.
File metadata
- Download URL: json_delta-2.0.2-py2.py3-none-any.whl
- Upload date:
- Size: 34.0 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.50.0 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 12bc798354ea722fa04fae21ea06879321c47b0887572c27384accd6ef28efbf |
|
MD5 | 23e9bac641d65f687db6a709c1ae96cb |
|
BLAKE2b-256 | 3cc7473eca109cb96df86673bcb6180413bb5ae6d0bca97ceac7625cc87968cc |