RETIRED, further work has moved to Debian project infrastructure
Go to file
2013-10-12 12:20:52 +02:00
bin add "jsonpatch" commandline utility 2013-10-11 20:43:20 +02:00
doc add empty _static dir to avoid docs warning 2013-10-12 12:20:52 +02:00
.coveragerc don't include not implemented methods in coverage 2013-07-11 22:09:41 +02:00
.gitignore add documentation 2013-04-14 00:11:03 +02:00
.travis.yml rework coverage calculation for coveralls.io 2013-07-08 11:36:42 +02:00
AUTHORS add William Kral to AUTHORS 2013-06-27 21:48:45 +02:00
COPYING initial commit 2011-06-18 14:17:12 +02:00
ext_tests.py handle duplicate JSON keys only when possible 2013-10-09 18:55:22 +02:00
jsonpatch.py bump version to 1.2 2013-10-09 19:00:37 +02:00
makefile rework coverage calculation for coveralls.io 2013-07-08 11:36:42 +02:00
MANIFEST.in include README.md, tests.py, ext_tests.py in tarball (fixes #16) 2013-10-12 10:31:26 +02:00
README.md add coverage, downloads, version to README 2013-07-14 17:54:54 +02:00
requirements.txt require jsonpointer>=1.0 2013-04-03 15:53:36 +02:00
setup.py add "jsonpatch" commandline utility 2013-10-11 20:43:20 +02:00
tests.py add test for replacing missing obj 2013-07-12 19:46:57 +02:00

python-json-patch Build Status Coverage Status Downloads Version

Applying JSON Patches in Python

Library to apply JSON Patches according to RFC 6902

See Sourcecode for Examples

Running external tests

To run external tests (such as those from https://github.com/json-patch/json-patch-tests) use ext_test.py

./ext_tests.py ../json-patch-tests/tests.json