Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 447 Bytes

README.md

File metadata and controls

33 lines (20 loc) · 447 Bytes

Simple wrapper to handle JSON Feed

version number: 0.0.1 author: Fabien Schwob

Overview

A python package to process json feed http://jsonfeed.org/

Installation / Usage

To install use pip:

$ pip install jsonfeed

Or clone the repo:

$ git clone https://github.com/jibaku/jsonfeed.git
$ python setup.py install

Contributing

TBD

Example

TBD