rapid_tasty_api 0.1.3

Creator: bradpython12

Last updated:

Add to Cart

Description:

rapid tasty api 0.1.3

TastyAPI
TastyAPI is a typed Python wrapper for the Tasty API.
Example
from rapid_tasty_api import Client

client = Client("(api_key)")

recipe_list = client.get_recipes_list(0, 20, query="chicken soup")

print(recipe_list)

Installation
Install with pip:
$ pip install rapid_tasty_api

Dependencies
TastyAPI has three dependencies:

requests
python-iso639
pycountry

License
MIT License

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.