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-pointer [ ![ Build Status ] ( https://secure.travis-ci.org/stefankoegl/python-json-pointer.png?branch=master )] ( https://travis-ci.org/stefankoegl/python-json-pointer ) [ ![ Coverage Status ] ( https://coveralls.io/repos/stefankoegl/python-json-pointer/badge.png?branch=master )] ( https://coveralls.io/r/stefankoegl/python-json-pointer?branch=master ) ![ Downloads ] ( https://pypip.in/d/jsonpointer/badge.png ) ![ Version ] ( https://pypip.in/v/jsonpointer/badge.png )
1
+ python-json-pointer
2
2
===================
3
3
4
+ [ ![ PyPI version] ( https://img.shields.io/pypi/v/jsonpointer.svg )] ( https://pypi.python.org/pypi/jsonpointer/ )
5
+ [ ![ Supported Python versions] ( https://img.shields.io/pypi/pyversions/jsonpointer.svg )] ( https://pypi.python.org/pypi/jsonpointer/ )
6
+ [ ![ Build Status] ( https://travis-ci.org/stefankoegl/python-json-pointer.png?branch=master )] ( https://travis-ci.org/stefankoegl/python-json-pointer )
7
+ [ ![ Coverage Status] ( https://coveralls.io/repos/stefankoegl/python-json-pointer/badge.png?branch=master )] ( https://coveralls.io/r/stefankoegl/python-json-pointer?branch=master )
8
+
9
+
4
10
Resolve JSON Pointers in Python
5
11
-------------------------------
6
12
7
13
Library to resolve JSON Pointers according to
8
14
[ RFC 6901] ( http://tools.ietf.org/html/rfc6901 )
9
15
10
- See Sourcecode for Examples
16
+ See source code for examples
11
17
* Website: https://github.com/stefankoegl/python-json-pointer
12
18
* Repository: https://github.com/stefankoegl/python-json-pointer.git
13
19
* Documentation: https://python-json-pointer.readthedocs.org/
14
20
* PyPI: https://pypi.python.org/pypi/jsonpointer
15
- * Travis- CI: https://travis-ci.org/stefankoegl/python-json-pointer
21
+ * Travis CI: https://travis-ci.org/stefankoegl/python-json-pointer
16
22
* Coveralls: https://coveralls.io/r/stefankoegl/python-json-pointer
You can’t perform that action at this time.
0 commit comments