# Kytchen
This is a simple Python utility for handling recipes and meal plans. These are the capabilities of the package in terms of recipes:
- Design recipes modularly, referencing other recipes and a common collection of ingredients that you can keep in a CSV file.
- Keep track of the caloric content of every recipe with the information that you provide on the energetic content of the ingredients that you use.
- Scale your recipes for different serving sizes.
- Help you estimate cooking times.
- Design your recipes interactively in Python and save them as JSON files for future use.
In terms of meal plans, this is what Kytchen can achieve:
- Help you efficiently organise and plan your cooking.
- Keep track of your average daily caloric intake.
- Generate a shopping list for every meal plan.
## Installation
This package is on PyPi as `kytchen`, so you can install it with `pip3 install kytchen`.
## How to use
There is an in-depth tutorial in the `doc/` directory of the project's repository. You can also use Python's `help` function.
## What's next?
This is still an alpha version — there's plenty of things yet to be done! Among them, I am planning to support exporting recipes to several formats (PDF, LaTeX, HTML, etc.), but I have yet to decide what the best way of doing that is. Keep in mind that I only work on this project every now and then, so the development process is likely going to be *very* slow.
Nevertheless, I do use this package to handle my own recipes, so I should be quick to fix any bugs!
If you find any bugs yourself or you have any suggestions on how to improve Kytchen, please, [get in touch](https://sgc.ink/about)!
Raw data
{
"_id": null,
"home_page": "",
"name": "kytchen",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.9",
"maintainer_email": "",
"keywords": "cooking,recipes",
"author": "Samuel Gonz\u00e1lez-Castillo",
"author_email": "",
"download_url": "https://files.pythonhosted.org/packages/6b/11/39ed57662e3a6ecc1703fc306ddc1c3eb6e368c060b081ec93d712eb8bde/kytchen-1.0.0a1.tar.gz",
"platform": null,
"description": "# Kytchen \n\nThis is a simple Python utility for handling recipes and meal plans. These are the capabilities of the package in terms of recipes:\n\n- Design recipes modularly, referencing other recipes and a common collection of ingredients that you can keep in a CSV file.\n- Keep track of the caloric content of every recipe with the information that you provide on the energetic content of the ingredients that you use.\n- Scale your recipes for different serving sizes.\n- Help you estimate cooking times.\n- Design your recipes interactively in Python and save them as JSON files for future use.\n\nIn terms of meal plans, this is what Kytchen can achieve:\n\n- Help you efficiently organise and plan your cooking.\n- Keep track of your average daily caloric intake.\n- Generate a shopping list for every meal plan.\n\n## Installation\n\nThis package is on PyPi as `kytchen`, so you can install it with `pip3 install kytchen`.\n\n## How to use\n\nThere is an in-depth tutorial in the `doc/` directory of the project's repository. You can also use Python's `help` function.\n\n## What's next?\n\nThis is still an alpha version \u2014 there's plenty of things yet to be done! Among them, I am planning to support exporting recipes to several formats (PDF, LaTeX, HTML, etc.), but I have yet to decide what the best way of doing that is. Keep in mind that I only work on this project every now and then, so the development process is likely going to be *very* slow.\n\nNevertheless, I do use this package to handle my own recipes, so I should be quick to fix any bugs!\n\nIf you find any bugs yourself or you have any suggestions on how to improve Kytchen, please, [get in touch](https://sgc.ink/about)!\n",
"bugtrack_url": null,
"license": "MIT License",
"summary": "Handle your recipes and organise your meal plans",
"version": "1.0.0a1",
"project_urls": {
"Homepage": "https://sgc.ink/work/",
"Repository": "https://github.com/gonzalezcastillo/kytchen"
},
"split_keywords": [
"cooking",
"recipes"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "743cf10ec3e77930c0b01f6b9f82050c2d16e8cabc697256e8e8265f55b8a90f",
"md5": "1a2a7414f2940f531b0b78d15de4b5ba",
"sha256": "e1e3b75c3005144f61362cecc4b8796728c97d196578f9a696b9297021486a7a"
},
"downloads": -1,
"filename": "kytchen-1.0.0a1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "1a2a7414f2940f531b0b78d15de4b5ba",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.9",
"size": 8513,
"upload_time": "2024-01-26T21:12:16",
"upload_time_iso_8601": "2024-01-26T21:12:16.228770Z",
"url": "https://files.pythonhosted.org/packages/74/3c/f10ec3e77930c0b01f6b9f82050c2d16e8cabc697256e8e8265f55b8a90f/kytchen-1.0.0a1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "6b1139ed57662e3a6ecc1703fc306ddc1c3eb6e368c060b081ec93d712eb8bde",
"md5": "a286e1c118f82b920dc309b2f8eec658",
"sha256": "f39a71e04fa591a984a97996671050b696e8d56b1eb19ccde3e4439fb2260b7e"
},
"downloads": -1,
"filename": "kytchen-1.0.0a1.tar.gz",
"has_sig": false,
"md5_digest": "a286e1c118f82b920dc309b2f8eec658",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9",
"size": 14361,
"upload_time": "2024-01-26T21:12:17",
"upload_time_iso_8601": "2024-01-26T21:12:17.830431Z",
"url": "https://files.pythonhosted.org/packages/6b/11/39ed57662e3a6ecc1703fc306ddc1c3eb6e368c060b081ec93d712eb8bde/kytchen-1.0.0a1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-01-26 21:12:17",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "gonzalezcastillo",
"github_project": "kytchen",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "kytchen"
}