RETIRED, further work has moved to Debian project infrastructure
Go to file
2013-04-03 15:53:36 +02:00
.gitignore git ignore setuptools files 2012-06-22 21:17:44 +02:00
.travis.yml remove Python 2.5 compatability 2012-12-14 12:56:50 +01:00
AUTHORS update AUTHORS 2012-06-22 21:17:01 +02:00
COPYING initial commit 2011-06-18 14:17:12 +02:00
ext_tests.py ext tests w/o result check if no exceptions raised 2012-12-21 10:19:46 +01:00
jsonpatch.py mention RFC 6902 2013-04-03 15:52:41 +02:00
MANIFEST.in add MANITFEST.in to include requirements.txt 2012-12-17 17:47:45 +01:00
README.md mention RFC 6902 2013-04-03 15:52:41 +02:00
requirements.txt require jsonpointer>=1.0 2013-04-03 15:53:36 +02:00
setup.py fix broken install via pip, fixes #12 2013-01-03 09:33:58 +01:00
tests.py add missing assert in test_append() 2012-12-17 17:50:09 +01:00

python-json-patch Build Status

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