Skip to main content

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


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)

Uploaded Source

Built Distribution

rapid_tasty_api-0.1.3-py3-none-any.whl (16.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page