Typed Python wrapper for the Tasty API on RapidAPI.
Project description
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:
License
MIT License
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
rapid_tasty_api-0.1.3.tar.gz
(8.5 kB
view hashes)
Built Distribution
Close
Hashes for rapid_tasty_api-0.1.3-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5a797a455b62f1e0e9e73074154c03f47707f7cb5c973ad81b33eb9ae1e97111 |
|
MD5 | 58d5d4c16613d24084b35fc5faf7dfef |
|
BLAKE2b-256 | 0633d4dc76caac46d7e65e715d96740ef04721b41edfd7d431c7d2b4c24e8f45 |