Recipes from Python Cookbook, Third Edition, by David Beazley and Brian K. Jones. Copyright © 2013 David Beazley and Brian Jones. Published by O'Reilly Media, Inc. Used with permission.
This project implements a simple CLI tool to list, run and view these recipes.
Special thanks to O'Reilly Media, Inc and the Authors for permission to use their recipes.
Check out Author David Beazley's website: https://www.dabeaz.com/
Add this amazing book to your bookshelf here
pip install pyrecipes
recipes
recipes chapters
recipes ls
recipes ls 1
recipes ls 1 -d
recipes show 1 3
recipes run 1 3
RegEx is supported.
recipes search 'itertools'
recipes search 'itertools' --color green
recipes search 'event' --ignore-case
recipes search 'functools' -c
recipes search '[a-z]\d[^\s]'