From 8651bf22272094e9509a0fb88f92ae27c40cb4ff Mon Sep 17 00:00:00 2001 From: Russell Ballestrini Date: Sat, 7 Nov 2015 08:09:05 -0500 Subject: [PATCH] Update README.rst --- README.rst | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 0bf2dfe..40105bc 100644 --- a/README.rst +++ b/README.rst @@ -1,10 +1,18 @@ nested_lookup ############# -A small library for python which enables key lookups on deeply nested documents. +.. image:: https://img.shields.io/badge/pypi-0.0.1-green.svg + :target: https://pypi.python.org/pypi/nested-lookup + +.. image:: https://img.shields.io/badge/coverage-100%-green.svg + :target: https://github.com/russellballestrini/nested-lookup/blob/master/test_nested_loopkup.py + +A small Python library which enables key lookups on deeply nested documents. Documents may be built out of dictionaries (dicts) and/or lists. +The `nested-lookup` function makes working with JSON, YAML, and XML fun again! + .. contents::