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
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
Built Distribution
File details
Details for the file cocktail-wrapper-1.0.9.tar.gz
.
File metadata
- Download URL: cocktail-wrapper-1.0.9.tar.gz
- Upload date:
- Size: 4.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 96071b4436b9c94b014aa87681ad416f96370208a09ca1ad47191a98393f3bd7 |
|
MD5 | 5b57602fa7b7b7976fa0e99c0a5d4c88 |
|
BLAKE2b-256 | 77985da7ffcefa5373262811086d6610d283d988aa81fd3524c6dba19ebf6d0d |
File details
Details for the file cocktail_wrapper-1.0.9-py3-none-any.whl
.
File metadata
- Download URL: cocktail_wrapper-1.0.9-py3-none-any.whl
- Upload date:
- Size: 5.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c56d32f61b7190853142e48a53c6ffe6b6d50a4980f80d91df03a5e0532d5973 |
|
MD5 | 7c328edda01e92bae0579f5fa765c0e9 |
|
BLAKE2b-256 | 9ba53a9791096fdb9641477f5d5d28850a7f13eb128daa728f30c2c21d5c23e9 |