Skip to content

Commit

Permalink
Added build passing image.
Browse files Browse the repository at this point in the history
Edited build passing image
  • Loading branch information
erewok committed Aug 27, 2014
1 parent 564768f commit b9e9b34
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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`).

Expand Down Expand Up @@ -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)

0 comments on commit b9e9b34

Please sign in to comment.