From 454b35cfd260db347465f9c55d3b1aa4b6eae8c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20K=C3=B6gl?= Date: Sun, 11 Nov 2012 10:54:52 +0100 Subject: rename README => README.md --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 README.md (limited to 'README.md') 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 -- cgit v1.2.1