File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change 1
- python-json-patch [ ![ Build Status ] ( https://secure.travis-ci.org/stefankoegl/python-json-patch.png?branch=master )] ( https://travis-ci.org/stefankoegl/python-json-patch ) [ ![ Coverage Status ] ( https://coveralls.io/repos/stefankoegl/python-json-patch/badge.png?branch=master )] ( https://coveralls.io/r/stefankoegl/python-json-patch?branch=master )
1
+ python-json-patch
2
2
=================
3
+
4
+ [ ![ PyPI version] ( https://img.shields.io/pypi/v/jsonpatch.svg )] ( https://pypi.python.org/pypi/jsonpatch/ )
5
+ [ ![ Supported Python versions] ( https://img.shields.io/pypi/pyversions/jsonpatch.svg )] ( https://pypi.python.org/pypi/jsonpatch/ )
6
+ [ ![ Build Status] ( https://travis-ci.org/stefankoegl/python-json-patch.png?branch=master )] ( https://travis-ci.org/stefankoegl/python-json-patch )
7
+ [ ![ Coverage Status] ( https://coveralls.io/repos/stefankoegl/python-json-patch/badge.png?branch=master )] ( https://coveralls.io/r/stefankoegl/python-json-patch?branch=master )
8
+
3
9
Applying JSON Patches in Python
4
10
-------------------------------
5
11
6
12
Library to apply JSON Patches according to
7
13
[ RFC 6902] ( http://tools.ietf.org/html/rfc6902 )
8
14
9
- See Sourcecode for Examples
15
+ See source code for examples
10
16
11
17
* Website: https://github.com/stefankoegl/python-json-patch
12
18
* Repository: https://github.com/stefankoegl/python-json-patch.git
13
19
* Documentation: https://python-json-patch.readthedocs.org/
14
20
* PyPI: https://pypi.python.org/pypi/jsonpatch
15
- * Travis- CI: https://travis-ci.org/stefankoegl/python-json-patch
21
+ * Travis CI: https://travis-ci.org/stefankoegl/python-json-patch
16
22
* Coveralls: https://coveralls.io/r/stefankoegl/python-json-patch
17
23
18
24
Running external tests
You can’t perform that action at this time.
0 commit comments