Metadata-Version: 2.1
Name: recept
Version: 0.0.9
Summary: Recipe runner and a recipes functions library.
Home-page: https://github.com/alefnula/recept
Author: Viktor Kerkez
Author-email: alefnula@gmail.com
Maintainer: Viktor Kerkez
Maintainer-email: alefnula@gmail.com
License: Apache-2.0
Platform: Windows
Platform: POSIX
Platform: MacOS
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Description-Content-Type: text/markdown
Requires-Dist: click (==7.0)
Requires-Dist: sh (==1.12.14)
Requires-Dist: tsh (==0.0.1)

# recept

`recept` is a command line tool for running recipes and a library of useful
function for writing your own recipes.

You can create your own recipes in the `recipes` module of your application
folder and run them using the recipe runner command `rr`.

Also you can use the rich library of recipe functions for writing your recipes.



