An open API service indexing awesome lists of open source software.

https://github.com/malcolmmielle/python_recipepuppy

Python wrapper for the Recipe Puppy API (http://www.recipepuppy.com/)
https://github.com/malcolmmielle/python_recipepuppy

Last synced: 2 days ago
JSON representation

Python wrapper for the Recipe Puppy API (http://www.recipepuppy.com/)

Awesome Lists containing this project

README

          

Recipe Puppy Python Wrapper
===========================

This is a wrapper for the Recipe Puppy API in Python.

To install
==========

`sudo python setup.py install`

Usage
=====

`query(name=None,ingredients=None,page=None)` return the result of the search.
Ingredient can be send either as a string like 'ingredient1, ingredient2,...' or as a list of ingredient.

`get_full_info(name=None,ingredients=None,page=None)` return a Recipe object with a name, ingredient and link attribute