json-delta


Namejson-delta JSON
Version 2.0.2 PyPI version JSON
download
home_pagehttp://json-delta.readthedocs.org/
SummaryA diff/patch pair for JSON-serialized data structures.
upload_time2020-10-18 14:35:47
maintainer
docs_urlNone
authorPhil Roberts
requires_python
licenseBSD
keywords json delta diff patch compression
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            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
<bitcoin:1HPJHRpVSm1Y4zrgppd2c6LysjxeabbQN4>`_).




            

Raw data

            {
    "_id": null,
    "home_page": "http://json-delta.readthedocs.org/",
    "name": "json-delta",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "JSON,delta,diff,patch,compression",
    "author": "Phil Roberts",
    "author_email": "himself@phil-roberts.name",
    "download_url": "https://files.pythonhosted.org/packages/aa/b6/cdc4ccf3923651cb42797b4c703b77a626014f3ebe3fdee7858a38e0a82e/json_delta-2.0.2.tar.gz",
    "platform": "",
    "description": "json-delta: A diff/patch pair and library for JSON data\nstructures. (http://json_delta.readthedocs.org/)\n\nJSON-delta is a multi-language software suite for computing deltas\nbetween JSON-serialized data structures, and applying those deltas as\npatches.  It enables separate programs at either end of a\ncommunications channel (e.g. client and server over HTTP, or two\nprocesses talking to one another using bidirectional IPC) to\nmanipulate a data structure while minimizing communications overhead.\n\nThis is the python implementation.  It requires Python version 2.7 or\nnewer (including Python 3).  It can be installed in the standard way:\n\n$ python setup.py install\n\n(potentially needing superuser privileges).  This will install a\nsingle module named json_delta, and scripts named json_diff,\njson_patch and json_cat.\n\nHTML documentation for all four of these can be found in the doc/\ndirectory, along with manpages for the scripts.\n\nDonations to support the continuing development of JSON-delta will be\ngratefully received via gratipay (https://gratipay.com/phijaro),\nPayPal (himself@phil-roberts.name) or\nBitcoin: (`1HPJHRpVSm1Y4zrgppd2c6LysjxeabbQN4\n<bitcoin:1HPJHRpVSm1Y4zrgppd2c6LysjxeabbQN4>`_).\n\n\n\n",
    "bugtrack_url": null,
    "license": "BSD",
    "summary": "A diff/patch pair for JSON-serialized data structures.",
    "version": "2.0.2",
    "project_urls": {
        "Homepage": "http://json-delta.readthedocs.org/"
    },
    "split_keywords": [
        "json",
        "delta",
        "diff",
        "patch",
        "compression"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3cc7473eca109cb96df86673bcb6180413bb5ae6d0bca97ceac7625cc87968cc",
                "md5": "23e9bac641d65f687db6a709c1ae96cb",
                "sha256": "12bc798354ea722fa04fae21ea06879321c47b0887572c27384accd6ef28efbf"
            },
            "downloads": -1,
            "filename": "json_delta-2.0.2-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "23e9bac641d65f687db6a709c1ae96cb",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 33956,
            "upload_time": "2020-10-18T14:35:46",
            "upload_time_iso_8601": "2020-10-18T14:35:46.204090Z",
            "url": "https://files.pythonhosted.org/packages/3c/c7/473eca109cb96df86673bcb6180413bb5ae6d0bca97ceac7625cc87968cc/json_delta-2.0.2-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "aab6cdc4ccf3923651cb42797b4c703b77a626014f3ebe3fdee7858a38e0a82e",
                "md5": "c9ff20953c5d68cf8c729639518611ab",
                "sha256": "95ea3ff9908fc7d634c27ffec11db8fd8d935aa3e895d7302915d394b10e0321"
            },
            "downloads": -1,
            "filename": "json_delta-2.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "c9ff20953c5d68cf8c729639518611ab",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 58715,
            "upload_time": "2020-10-18T14:35:47",
            "upload_time_iso_8601": "2020-10-18T14:35:47.706876Z",
            "url": "https://files.pythonhosted.org/packages/aa/b6/cdc4ccf3923651cb42797b4c703b77a626014f3ebe3fdee7858a38e0a82e/json_delta-2.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2020-10-18 14:35:47",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "json-delta"
}
        
Elapsed time: 0.23633s