recipe-lib


Namerecipe-lib JSON
Version 0.2.0 PyPI version JSON
download
home_pagehttps://github.com/eldar/recipe_lib
SummaryA Python library to manage and explore recipes
upload_time2025-10-19 11:38:52
maintainerNone
docs_urlNone
authorEldar Eliyev
requires_python>=3.8
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Recipe Lib

A Python library to manage, explore, and plan recipes.

## Installation

\\\ash
pip install recipe_lib
\\\

## Usage

\\\python
from recipe_lib import RecipeManager

manager = RecipeManager()
manager.add_recipe(
    name='Pasta',
    ingredients=['pasta', 'tomato', 'cheese'],
    steps=['Boil pasta', 'Add tomato sauce', 'Sprinkle cheese']
)
recipe = manager.get_recipe('Pasta')
print(recipe)
\\\
"@


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/eldar/recipe_lib",
    "name": "recipe-lib",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": null,
    "author": "Eldar Eliyev",
    "author_email": "eldar@example.com",
    "download_url": "https://files.pythonhosted.org/packages/03/e9/bad9f8d2cbbfabe5c00b353c7310269a920d33377db8f10d3fd06750b71a/recipe_lib-0.2.0.tar.gz",
    "platform": null,
    "description": "# Recipe Lib\r\n\r\nA Python library to manage, explore, and plan recipes.\r\n\r\n## Installation\r\n\r\n\\\\\\\bash\r\npip install recipe_lib\r\n\\\\\\\r\n\r\n## Usage\r\n\r\n\\\\\\python\r\nfrom recipe_lib import RecipeManager\r\n\r\nmanager = RecipeManager()\r\nmanager.add_recipe(\r\n    name='Pasta',\r\n    ingredients=['pasta', 'tomato', 'cheese'],\r\n    steps=['Boil pasta', 'Add tomato sauce', 'Sprinkle cheese']\r\n)\r\nrecipe = manager.get_recipe('Pasta')\r\nprint(recipe)\r\n\\\\\\\r\n\"@\r\n\r\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A Python library to manage and explore recipes",
    "version": "0.2.0",
    "project_urls": {
        "Homepage": "https://github.com/eldar/recipe_lib"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "be8492e9e6108be073e61b4e60af833e6f05938c357a500729ef88595c0eee4a",
                "md5": "a7a2f9ad5d97e1d12842c502bbf4cba0",
                "sha256": "5e150ffae94537c66c0fccf616f2f00ed18128134bfb4dd8b361ac941a30cd8d"
            },
            "downloads": -1,
            "filename": "recipe_lib-0.2.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a7a2f9ad5d97e1d12842c502bbf4cba0",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 2997,
            "upload_time": "2025-10-19T11:38:51",
            "upload_time_iso_8601": "2025-10-19T11:38:51.431138Z",
            "url": "https://files.pythonhosted.org/packages/be/84/92e9e6108be073e61b4e60af833e6f05938c357a500729ef88595c0eee4a/recipe_lib-0.2.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "03e9bad9f8d2cbbfabe5c00b353c7310269a920d33377db8f10d3fd06750b71a",
                "md5": "4cd046a6781bd4811734879871f3c7a3",
                "sha256": "9c0d09e7645e788be01ef1076a771653e3f2afb60aec0c5b5ca1db80b224acf6"
            },
            "downloads": -1,
            "filename": "recipe_lib-0.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "4cd046a6781bd4811734879871f3c7a3",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 2664,
            "upload_time": "2025-10-19T11:38:52",
            "upload_time_iso_8601": "2025-10-19T11:38:52.278883Z",
            "url": "https://files.pythonhosted.org/packages/03/e9/bad9f8d2cbbfabe5c00b353c7310269a920d33377db8f10d3fd06750b71a/recipe_lib-0.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-10-19 11:38:52",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "eldar",
    "github_project": "recipe_lib",
    "github_not_found": true,
    "lcname": "recipe-lib"
}
        
Elapsed time: 1.78552s