Metadata-Version: 2.1
Name: recipe_manager_montwh1te
Version: 0.0.1
Summary: a package that can improve your recipe and baking management
Home-page: https://github.com/montwh1te/recipe-package-template.git
Author: montwh1te
Author-email: eduardomatuella@gmail.com
Requires-Python: >= 3.8
Description-Content-Type: text/markdown
Requires-Dist: noms
Requires-Dist: unitconvert

# Recipe Manager

a package that can improve your recipe and baking management

## Installation

Use the package manager [pip](https://pip.pypa.io/en/stable/) to install recipe_manager

```bash
pip install ### colocar comando de instalacao terminal
```

## Usage

```python
from recipe_manager.components.recipe import Recipe

Recipe.add_step("Mix the ingredients.", 1)
```

## Author
montwh1te

## License
[MIT](https://choosealicense.com/licenses/mit/)
