{ "info": { "author": "Phil Roberts", "author_email": "himself@phil-roberts.name", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.2", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4" ], "description": "This is a forked version of json-delta which uses ujson instead of the\nstandard library json package. This should speed things up a bit. Also\nincludes changes to make more PEP-8 compliant. This is built for\nPython 3+ since you should be using that now;)\n\n\nFrom the original version:\njson-delta v1.1.3: 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`_).", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://json-delta.readthedocs.org/", "keywords": "JSON,delta,diff,patch,compression", "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "ujson_delta", "package_url": "https://pypi.org/project/ujson_delta/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/ujson_delta/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://json-delta.readthedocs.org/" }, "release_url": "https://pypi.org/project/ujson_delta/1.1.3/", "requires_dist": null, "requires_python": null, "summary": "A diff/patch pair for JSON-serialized data structures.", "version": "1.1.3" }, "last_serial": 1753432, "releases": { "1.1.3": [ { "comment_text": "", "digests": { "md5": "7576f3b833c1cb1d85ded2ee479aec9d", "sha256": "21f26dd1cc3881a11940e5f1b283b5c2068631ec2b9975f9e724ff5d5058d75b" }, "downloads": -1, "filename": "ujson_delta-1.1.3-py32-none-any.whl", "has_sig": false, "md5_digest": "7576f3b833c1cb1d85ded2ee479aec9d", "packagetype": "bdist_wheel", "python_version": "py32", "requires_python": null, "size": 24954, "upload_time": "2015-10-05T22:06:10", "url": "https://files.pythonhosted.org/packages/2c/e2/85768a5ea4a974961f7e073a8c7351764c29441d14f74ec6ebf2c7623ba6/ujson_delta-1.1.3-py32-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "7576f3b833c1cb1d85ded2ee479aec9d", "sha256": "21f26dd1cc3881a11940e5f1b283b5c2068631ec2b9975f9e724ff5d5058d75b" }, "downloads": -1, "filename": "ujson_delta-1.1.3-py32-none-any.whl", "has_sig": false, "md5_digest": "7576f3b833c1cb1d85ded2ee479aec9d", "packagetype": "bdist_wheel", "python_version": "py32", "requires_python": null, "size": 24954, "upload_time": "2015-10-05T22:06:10", "url": "https://files.pythonhosted.org/packages/2c/e2/85768a5ea4a974961f7e073a8c7351764c29441d14f74ec6ebf2c7623ba6/ujson_delta-1.1.3-py32-none-any.whl" } ] }