RETIRED, further work has moved to Debian project infrastructure
Go to file
Stefan Kögl 4d9adf195b Merge commit '1fc5e2022ff2c5796bd28af56646b135ede4ee71' 2017-07-17 21:18:24 +02:00
bin If there is no diff print nothing; exit 1 if a diff is found (#53) 2016-10-02 16:41:55 +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 Run tests with Python 3.6 2017-01-06 16:17:14 +01: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 Print test comments when external tests fail 2016-02-13 15:42:27 +01:00
jsonpatch.py Merge commit '1fc5e2022ff2c5796bd28af56646b135ede4ee71' 2017-07-17 21:18:24 +02:00
makefile rework coverage calculation for coveralls.io 2013-07-08 11:36:42 +02:00
requirements-dev.txt Require pypandoc instead of pandoc for setup.py 2015-05-07 18:09:03 +02:00
requirements.txt Fix make_patch with unicode paths 2015-05-07 18:08:37 +02:00
setup.cfg Create "universal" wheel packages 2016-02-13 14:49:05 +01:00
setup.py Update trove classification to include Python 3.6 2017-01-12 22:23:52 +01:00
tests.js Fix: optimization bugs #55, #54, add more tests 2017-03-08 13:18:16 +02:00
tests.py don't apply patch optimization when it's incorrect 2017-04-27 17:05:55 +03: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