Skip to main content

Easily view and edit the contents of exports from the Paprika app.

Project description

Paprika-Recipes: Easily manage your paprika recipes

Paprika is a lovely recipe app that works so much better than I ever expected a recipe app to, and although its totally possible to edit recipes without leaving the app, that can be a little inconvenient. This console app and library are built to make creating and editing your recipes easy by providing you tools for editing or creating individual recipes, downloading your whole recipe list, and even working with recipe exports generated by the app.

Installation

pip install paprika-recipes

Usage

Modifying via Paprika's API

This app can interact directly with Paprika's API using the commands documented here, but before beginning, you will need to store your paprika account information in your system keyring by running:

paprika-recipes store-password

You'll be asked for your e-mail and password; after that point, the console app will fetch your password from your system keyring instead of prompting you for it.

The instructions below assume that you've answered "yes" when asked whether you'd like to use this account by default, but if you didn't -- see --help for instructions.

Modifying one of your existing recipes

You can modify a recipe on your Paprika account by running the following

paprika-recipes edit-recipe

You'll be presented with a list of recipes on your account and after you select the recipe you'd like to edit, your editor will be opened to allow you to make the modifications you want to make. Just save and close your editor to upload your updated recipe to Paprika.

If you have decided that you've made a mistake and would like to abort, just delete all of the contents of the file before saving and closing your editor. We won't update your recipe if you do that.

You can also provide search parameters as command-line arguments to limit the list of recipes presented to you, and if your search terms match just one of your recipes, we'll open the editor straight away.

Creating a new recipe on your Paprika account

You can create a new recipe on your Paprika account by running the following

paprika-recipes create-recipe

Your editor will be opened to a brand new empty recipe. Just write out your recipe's instructions and whatever other fields you'd like to fill out, then save and close your editor -- we'll upload your recipe to your Paprika account as soon as your editor has closed.

If you have decided that you've made a mistake and would like to abort, just delete all of the contents of the file before saving and closing your editor. We won't update your recipe if you do that.

Downloading your whole recipe collection

If you want to download your whole recipe archive instead of editing or creating a single recipe at a time, you can download your whole recipe collection into a directory on your computer.

The expected workflow for changing your recipes when using this method is a three-step process:

  1. Downloading your paprika recipes from your account.
  2. Modifying the extracted yaml recipe files or creating new ones.
  3. Uploading your changed or new recipes back to your account.
Downloading
paprika-recipes download-recipes /path/to/export/your/recipes
Uploading
paprika-recipes upload-recipes /path/to/where/you/exported/your/recipes

Modifying via Exported Archives

The expected workflow for changing your recipes is a three-step process:

  1. Extracting your paprikarecipes file to a directory.
  2. Modifying the extracted yaml recipe files.
  3. Compress your recipes back into an archive.

Extracting

paprika-recipes extract-archive /path/to/your/export.paprikarecipes /path/to/extract/recipes/to/

Compressing

paprika-recipes create-archive /path/you/earlier/extracted/recipes/to/ /path/to/a/new/export.paprikarecipes

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

paprika-recipes-2.0.0.tar.gz (12.6 kB view details)

Uploaded Source

Built Distribution

paprika_recipes-2.0.0-py3-none-any.whl (19.7 kB view details)

Uploaded Python 3

File details

Details for the file paprika-recipes-2.0.0.tar.gz.

File metadata

  • Download URL: paprika-recipes-2.0.0.tar.gz
  • Upload date:
  • Size: 12.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.8.2

File hashes

Hashes for paprika-recipes-2.0.0.tar.gz
Algorithm Hash digest
SHA256 8b302693208dc5122edb449008d9a5f5fd522c520ebf62917c944273790e567a
MD5 6385109861ec1163a36c959f7da69a3f
BLAKE2b-256 904e307b4d8cb607129dcc7ae069c57652a4a502890442dd5795aac0c1987f86

See more details on using hashes here.

File details

Details for the file paprika_recipes-2.0.0-py3-none-any.whl.

File metadata

  • Download URL: paprika_recipes-2.0.0-py3-none-any.whl
  • Upload date:
  • Size: 19.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.8.2

File hashes

Hashes for paprika_recipes-2.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 27764fdf9f71968d4a9965f4e53c8a0e3159023b13d14f0d6b83cdea7baa2331
MD5 5884fbc1e0550e807357e1b7b58a4fc2
BLAKE2b-256 bcd16b3ea34a3ad94cbb7eebce0a3c265712eb6fd6510d301783e5023553712f

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page