Name | py-mealdb JSON |
Version |
0.1.6
JSON |
| download |
home_page | None |
Summary | The MealDB API wrapper |
upload_time | 2025-01-22 14:24:28 |
maintainer | None |
docs_url | None |
author | Sherwin-14 |
requires_python | <4.0,>=3.11 |
license | CC-BY-NC-SA-4.0 |
keywords |
api
cooking
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# py-mealdb
<p align="center" width="100%">
<img width="33%" src="https://raw.githubusercontent.com/Sherwin-14/py-mealdb/refs/heads/main/burger.png" alt="Burger Icon" style="width:100px; height:100px;">
</p>
py-mealdb is a Python library that allows users to interact effortlessly with TheMealDB API, providing access to a vast collection of meal recipes, ingredients, and culinary inspiration from around the world.
## Installation
```py
pip install py-mealdb
```
## Quick Start
```py
from mealdb import MealDB
mb = MealDB(API_KEY)
meal = mb.get_meal_by_name('Potato Salad')
print(meal)
```
## Acknowledgment
I would like to extend our sincere gratitude to TheMealDB for providing their comprehensive and free API. Their extensive database of meal recipes, ingredients, and detailed culinary information has been invaluable in the development of py-mealdb. Without their robust and accessible API, this project would not have been possible.
Thank you, TheMealDB, for your dedication to sharing the love of cooking and helping food enthusiasts around the world discover new and exciting recipes!
Raw data
{
"_id": null,
"home_page": null,
"name": "py-mealdb",
"maintainer": null,
"docs_url": null,
"requires_python": "<4.0,>=3.11",
"maintainer_email": null,
"keywords": "api, cooking",
"author": "Sherwin-14",
"author_email": "varghesesheriwn@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/73/38/7bf5dc13fdbdf9f10088b8821d44d1e6cdbeaa838220a04e07ed2afcfa46/py_mealdb-0.1.6.tar.gz",
"platform": null,
"description": "# py-mealdb \n\n<p align=\"center\" width=\"100%\">\n <img width=\"33%\" src=\"https://raw.githubusercontent.com/Sherwin-14/py-mealdb/refs/heads/main/burger.png\" alt=\"Burger Icon\" style=\"width:100px; height:100px;\">\n</p>\n\npy-mealdb is a Python library that allows users to interact effortlessly with TheMealDB API, providing access to a vast collection of meal recipes, ingredients, and culinary inspiration from around the world.\n\n## Installation\n\n```py\npip install py-mealdb\n```\n## Quick Start\n\n```py\nfrom mealdb import MealDB\n\nmb = MealDB(API_KEY)\nmeal = mb.get_meal_by_name('Potato Salad')\n\nprint(meal)\n```\n\n## Acknowledgment\n\nI would like to extend our sincere gratitude to TheMealDB for providing their comprehensive and free API. Their extensive database of meal recipes, ingredients, and detailed culinary information has been invaluable in the development of py-mealdb. Without their robust and accessible API, this project would not have been possible.\n\nThank you, TheMealDB, for your dedication to sharing the love of cooking and helping food enthusiasts around the world discover new and exciting recipes!\n\n\n",
"bugtrack_url": null,
"license": "CC-BY-NC-SA-4.0",
"summary": "The MealDB API wrapper",
"version": "0.1.6",
"project_urls": null,
"split_keywords": [
"api",
" cooking"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "1eec4bc207e3c9ee10d359a18518687e6098e52230eb62de8ee8f4d914dfdd90",
"md5": "20fb1b6b1c83dc5b0b50bd47709a2f0d",
"sha256": "696b480be6dcae558851e77407976c9e773a61c5182cf1b69726cee76bcc4858"
},
"downloads": -1,
"filename": "py_mealdb-0.1.6-py3-none-any.whl",
"has_sig": false,
"md5_digest": "20fb1b6b1c83dc5b0b50bd47709a2f0d",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<4.0,>=3.11",
"size": 10120,
"upload_time": "2025-01-22T14:24:27",
"upload_time_iso_8601": "2025-01-22T14:24:27.238661Z",
"url": "https://files.pythonhosted.org/packages/1e/ec/4bc207e3c9ee10d359a18518687e6098e52230eb62de8ee8f4d914dfdd90/py_mealdb-0.1.6-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "73387bf5dc13fdbdf9f10088b8821d44d1e6cdbeaa838220a04e07ed2afcfa46",
"md5": "0515a68d2a567fc18a681ec4d7263f25",
"sha256": "7c1e44d579358c5cc59df3e4f84bc09a09b6e50cfd0a0ce19765a3aef9eea556"
},
"downloads": -1,
"filename": "py_mealdb-0.1.6.tar.gz",
"has_sig": false,
"md5_digest": "0515a68d2a567fc18a681ec4d7263f25",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<4.0,>=3.11",
"size": 9721,
"upload_time": "2025-01-22T14:24:28",
"upload_time_iso_8601": "2025-01-22T14:24:28.474912Z",
"url": "https://files.pythonhosted.org/packages/73/38/7bf5dc13fdbdf9f10088b8821d44d1e6cdbeaa838220a04e07ed2afcfa46/py_mealdb-0.1.6.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-01-22 14:24:28",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "py-mealdb"
}