A CLI tool to display useful Python recipes.
Project description
Pyrecipes
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
Installation
pip install pyrecipes
Example Usage
Show recipes help and subcommands
recipes
List all chapters
recipes chapters
List all recipes
recipes ls
List all recipes in a specific chapter
recipes ls 1
List all recipes in a specific chapter with a short description
recipes ls 1 -d
Show recipe code
recipes show 1 3
Run the recipe as a script
recipes run 1 3
Search for recipes containing a pattern
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]'
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pyrecipes-0.1.9.tar.gz
(2.3 MB
view details)
Built Distribution
File details
Details for the file pyrecipes-0.1.9.tar.gz
.
File metadata
- Download URL: pyrecipes-0.1.9.tar.gz
- Upload date:
- Size: 2.3 MB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | aa94a840123b353df3dec60dfc13e8003e28266e8608b67c2eee2a455e51242d |
|
MD5 | 39ac8ae4ea0dfd4ca00b3f3d7bc8b8d0 |
|
BLAKE2b-256 | 5f57774bc4e2fd3b380e92e985ecc77c9199c6ebb8ad806dc0e4a69360252499 |
File details
Details for the file pyrecipes-0.1.9-py3-none-any.whl
.
File metadata
- Download URL: pyrecipes-0.1.9-py3-none-any.whl
- Upload date:
- Size: 2.3 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3a255fc379244ab55ddc20b90f35bdcb551b9b6a8e6cbcf99ded9b5ec19c1e5c |
|
MD5 | be6b2d7b83addc54dff625920ea7012e |
|
BLAKE2b-256 | 42a315ecf199f9d40cc11f0a32112dd414617112fe4c04503433e2b15c8c2c00 |