A Python library to manage and explore recipes
Project description
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)
\
"@
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file recipe_lib-0.1.0.tar.gz.
File metadata
- Download URL: recipe_lib-0.1.0.tar.gz
- Upload date:
- Size: 2.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
97d3a04c1635c50e6ec3767cb9bcafd680310f2fce0166f7d7b5f7e51801f50f
|
|
| MD5 |
61a8d57ee6fb8849c61babae2badbd90
|
|
| BLAKE2b-256 |
4b7fe6d1c788b70199317a8ceb5ccc2bcbb12aa4eabb9cafa702185660a2e34a
|
File details
Details for the file recipe_lib-0.1.0-py3-none-any.whl.
File metadata
- Download URL: recipe_lib-0.1.0-py3-none-any.whl
- Upload date:
- Size: 2.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6a536d56c561a6e6bfdc5200c6897dfefad0b12d17ece0154dd339533fca5d67
|
|
| MD5 |
fa3de9bd55db3381f787596a9b9dbbea
|
|
| BLAKE2b-256 |
92fd93c5d34636a586d6be37d883e939fa2200e6e57a2ee9f6aa5dd4b747b557
|