summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorStefan Kögl <stefan@skoegl.net>2012-11-11 10:54:52 +0100
committerStefan Kögl <stefan@skoegl.net>2012-11-11 10:54:52 +0100
commit454b35cfd260db347465f9c55d3b1aa4b6eae8c7 (patch)
tree6934378dec493316572c4eb618035f4083baba35 /README.md
parent157e2c49bf27a582c12433e96f5a3b51ddbd3104 (diff)
downloadpython-json-pointer-454b35cfd260db347465f9c55d3b1aa4b6eae8c7.tar.gz
rename README => README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..08a3c10
--- /dev/null
+++ b/README.md
@@ -0,0 +1,15 @@
+python-json-pointer
+===================
+
+Resolve JSON Pointers in Python
+-------------------------------
+
+[![Build Status](https://secure.travis-ci.org/stefankoegl/python-json-pointer.png?branch=master)](https://travis-ci.org/stefankoegl/python-json-pointer)
+
+Library to resolve JSON Pointers according to
+http://tools.ietf.org/html/draft-ietf-appsawg-json-pointer-04
+
+See Sourcecode for Examples
+
+Website: https://github.com/stefankoegl/python-json-pointer
+Repository: https://github.com/stefankoegl/python-json-pointer.git