Metadata-Version: 2.1
Name: recipys
Version: 0.0.3
Summary: Get recipes instantly with this CLI tool. Choose specific meals or ingredients to cater to your appetite!
Home-page: https://github.com/gmso/recipys
Author: Germán Mené Santa Olaya
Author-email: german.mene@gmail.com
License: UNKNOWN
Description: Tests | Code coverage | PyPI package CD | Latest version | Style
        :----: | :----: | :----: | :----: | :----:
        [![Tests](https://github.com/gmso/recipys/actions/workflows/python-package.yml/badge.svg)](https://github.com/gmso/recipys/actions/workflows/python-package.yml) | [![codecov](https://codecov.io/gh/gmso/recipys/branch/main/graph/badge.svg?token=JE5VWN9HTN)](https://codecov.io/gh/gmso/recipys) | [![pypi package](https://github.com/gmso/recipys/actions/workflows/python-publish.yml/badge.svg)](https://github.com/gmso/recipys/actions/workflows/python-publish.yml) | [![PyPI version](https://badge.fury.io/py/recipys.svg)](https://badge.fury.io/py/recipys) | [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
        
        
        
        # 🍲 Recipys 🍲
        Get recipe ideas directly from your CLI. Use meal type and/or ingredients to narrow your search.
        
        ## Details
        This app will provide you with a recipe scraped from the web. The recipe is presented in a table format with ingredients and steps. If you are struggling to find ideas for your next meal or want to know what you can do with the ingredients you have at home, give **recipys** a try.
        
        ## Installation
        The tool is available as a `pip` package. Download it with the following command:
        ```
        pip install recipys
        ```
        
        Preferably, install in [virtual environment](https://docs.python.org/3/library/venv.html).
        
        ## How to Use
        Run the following command to get a random recipe:
        ```
        recipys
        ```
        
        To filter per meal type, choose one of the following arguments: `breakfast`, `lunch`, `dinner`, `dessert`. The result will be random but narrowed to your filter. For example:
        ```
        recipys breakfast
        ```
        
        If you want to narrow the search with specific ingredients, specify them writing as many ingredients as you want after the `with` keyword. For example:
        ```
        recipys with cheese onion bacon
        ```
        
        You can also combine meal type and ingredients in your search. Make sure to specify the ingredients *after* the meal type. For example:
        ```
        recipys dessert with chocolate banana
        ```
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Environment :: Console
Requires-Python: >3.8.0
Description-Content-Type: text/markdown
