Skip to content

Commit

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

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 @@ -96,4 +96,4 @@ 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.
* Separate all methods out of `PelicanJson` class for use on free-floating Python dictionaries that come from netsed JSON objects.

0 comments on commit 564768f

Please sign in to comment.