RETIRED, further work has moved to Debian project infrastructure
Go to file
Stefan Kögl b14c0890df bump version to 1.6 2014-06-24 20:36:06 +02:00
bin note why we use the same directory 2014-02-04 21:11:49 -05: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
MANIFEST.in add AUTHORS file to MANIFEST.in 2013-10-13 15:09:28 +02:00
README.md add link to Coveralls in README.md 2013-10-13 15:32:38 +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.6 2014-06-24 20:36:06 +02:00
makefile rework coverage calculation for coveralls.io 2013-07-08 11:36:42 +02:00
requirements.txt fix make_patch where obj keys contain "/", fixes #26 2014-03-22 19:02:29 +01:00
setup.py add trove classifiers 2014-03-09 14:47:33 +01:00
tests.py Fix make_patch() when root is an array (fixes #28) 2014-06-24 20:33:47 +02:00

README.md

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