grocery-list


Namegrocery-list JSON
Version 0.0.4 PyPI version JSON
download
home_pagehttps://github.com/mdmould/grocery_list
Summarygrocery_list
upload_time2023-03-19 12:36:09
maintainer
docs_urlNone
authorMatthew Mould
requires_python>=3.7
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # grocery-list

`pip install grocery-list`

Silly package to compile a shopping list.

The ingredients dictionary's keys are categories (e.g., fruits, vegetables, bakery, etc.) and their values are lists of shopping items (e.g., apple, potato, bread, etc.). A second dictionary contains recipes whose keys are the name of a meal and whose values are lists of ingredients, each of which can be a shopping item or another recipe.

Just fork and edit `ingredients.py` and `recipes.py` as you wish.

Example:
```
from grocery_list import *
grocery_list('beans on toast')
```

Output: `{'bakery': ['bread'], 'dairy': ['butter'], 'tins': ['baked beans']}`

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/mdmould/grocery_list",
    "name": "grocery-list",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "",
    "author": "Matthew Mould",
    "author_email": "mattdmould@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/cc/53/261c52643ba0cea51bf18f309ad26f389651a6f2a88b0543e8301f8caae3/grocery_list-0.0.4.tar.gz",
    "platform": null,
    "description": "# grocery-list\n\n`pip install grocery-list`\n\nSilly package to compile a shopping list.\n\nThe ingredients dictionary's keys are categories (e.g., fruits, vegetables, bakery, etc.) and their values are lists of shopping items (e.g., apple, potato, bread, etc.). A second dictionary contains recipes whose keys are the name of a meal and whose values are lists of ingredients, each of which can be a shopping item or another recipe.\n\nJust fork and edit `ingredients.py` and `recipes.py` as you wish.\n\nExample:\n```\nfrom grocery_list import *\ngrocery_list('beans on toast')\n```\n\nOutput: `{'bakery': ['bread'], 'dairy': ['butter'], 'tins': ['baked beans']}`\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "grocery_list",
    "version": "0.0.4",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9f6f6c614ca2b6b2ce90c74efdcd9feed76c8164b7d0bf8f737fbfa04f68652e",
                "md5": "66d1c96835b92a3cdf08125396819ce1",
                "sha256": "e17c335ec7ef83ba9af6530bc906956a274d19af073bf472e1ebebc061ecf164"
            },
            "downloads": -1,
            "filename": "grocery_list-0.0.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "66d1c96835b92a3cdf08125396819ce1",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 3661,
            "upload_time": "2023-03-19T12:36:07",
            "upload_time_iso_8601": "2023-03-19T12:36:07.746917Z",
            "url": "https://files.pythonhosted.org/packages/9f/6f/6c614ca2b6b2ce90c74efdcd9feed76c8164b7d0bf8f737fbfa04f68652e/grocery_list-0.0.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cc53261c52643ba0cea51bf18f309ad26f389651a6f2a88b0543e8301f8caae3",
                "md5": "72cd3ae3398d56d44572b7dfba828b89",
                "sha256": "b42d7580aec7ce67710e2e4b5d128f975423c8688b0d7e87f9ddbad265f5e67a"
            },
            "downloads": -1,
            "filename": "grocery_list-0.0.4.tar.gz",
            "has_sig": false,
            "md5_digest": "72cd3ae3398d56d44572b7dfba828b89",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 2822,
            "upload_time": "2023-03-19T12:36:09",
            "upload_time_iso_8601": "2023-03-19T12:36:09.352588Z",
            "url": "https://files.pythonhosted.org/packages/cc/53/261c52643ba0cea51bf18f309ad26f389651a6f2a88b0543e8301f8caae3/grocery_list-0.0.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-03-19 12:36:09",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "mdmould",
    "github_project": "grocery_list",
    "lcname": "grocery-list"
}
        
Elapsed time: 0.06611s