From b9e9b349c0f356805090898c3aeeb7740403a695 Mon Sep 17 00:00:00 2001 From: Erik Aker Date: Wed, 27 Aug 2014 16:41:10 -0700 Subject: [PATCH] Added build passing image. Edited build passing image --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6b34b41..0dd47a3 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# pelecanus | ![](https://travis-ci.org/pellagic-puffbomb/pelecanus.svg?branch=master) +# pelecanus ![](https://travis-ci.org/pellagic-puffbomb/pelecanus.svg?branch=master) -Pelecanus: a Python3 application for navigating and editing nested JSON, named 'pelecanus' after Pelecanus occidentalis, the [brown Pelican of California and the Eastern Pacific](http://www.nps.gov/chis/naturescience/brown-pelican.htm), which is a wonderful bird and which deserves to have something named after it but also named such because I got tired of writing "NestedJson". ![](https://flic.kr/p/m51Qd3) +Pelecanus: a Python3 application for navigating and editing nested JSON, named 'pelecanus' after Pelecanus occidentalis, the [brown Pelican of California and the Eastern Pacific](http://www.nps.gov/chis/naturescience/brown-pelican.htm), which is a wonderful bird and which deserves to have something named after it but also named such because I got tired of writing "NestedJson". This application has been built-for and tested on Python3.3 and Python3.4 (it makes ample of use of `yield from`). @@ -97,3 +97,5 @@ Finally, there is also a `find_and_replace` method which searches for a particul # TO DO * Separate all methods out of `PelicanJson` class for use on free-floating Python dictionaries that come from netsed JSON objects. + +![](http://i.imgur.com/f6bG1XN.jpg)