Skip to content

Home

What is cooklang-py

cooklang-py is a Python based parsing library for the Cooklang recipe markup language. It will parse a Cooklang file and give access to:

Note that Ingredients, Cookware, and Timings all derive from the BaseObj class.

Installing cooklang-py

cooklang-py requires Python 3.10 or above. You can download python from python.org.

cooklang-py is available via PyPI and can be installed via pip or uv:

# pip
$ pip install cooklang-py

#uv
$ uv pip install cooklang-py