Skip to main content

An unofficial asynchronous API wrapper for thecocktaildb.com.

Project description

Usage of search function:

import cocktaildb 

async def tequila_info():
  return await cocktaildb.search(query='tequila')

Parameters include query, id, key, category, dict: bool, first_letter_only: bool, ingredient: bool, random: bool. All of which default to either None or False.

Lists of categories, ingredients etc. that may appear:

import cocktaildb

# This is in literally a list, not in the form of a dict or string
async def list_of_categories():
  return await cocktaildb.categories()

There are more functions such as glasses() and ingredients().

This is a simple api wrapper that only supports free endpoints (for now atleast).

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

cocktail-wrapper-1.0.9.tar.gz (4.1 kB view hashes)

Uploaded Source

Built Distribution

cocktail_wrapper-1.0.9-py3-none-any.whl (5.8 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