Easily view and edit the contents of exports from the Paprika app.
Project description
Paprika: Easily read and modify your paprika recipes
Paprika is a lovely recipe app that works a lot better than I was expecting it to, and although its recipe imports are usually fantastic, sometimes things are imported just slightly incorrectly and require manual touch-up. This is a library I built to make that just a little easier to do.
Installation
pip install paprika-recipes
Usage
Modifying via Paprika's API
Modifying one of your existing recipes
You can modify a recipe on your Paprika account by running the following
paprika-recipes edit-recipe your@email.address
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@email.address
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:
- Downloading your paprika recipes from your account.
- Modifying the extracted yaml recipe files or creating new ones.
- Uploading your changed or new recipes back to your account.
Before beginning, though, 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, this library will fetch your password from your system keyring instead of prompting you for it.
Downloading
paprika-recipes download-recipes your@email.address /path/to/export/your/recipes
Uploading
paprika-recipes upload-recipes your@email.address /path/to/where/you/exported/your/recipes
Modifying via Exported Archives
The expected workflow for changing your recipes is a three-step process:
- Extracting your
paprikarecipes
file to a directory. - Modifying the extracted yaml recipe files.
- 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
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
Built Distribution
File details
Details for the file paprika-recipes-1.2.0.tar.gz
.
File metadata
- Download URL: paprika-recipes-1.2.0.tar.gz
- Upload date:
- Size: 11.7 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
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4b82a54a4014147e58cda346e5ee981eadf23e1e8d4389e898155b34129b2480 |
|
MD5 | 6e69204bd273ca8a70020f5203565fc0 |
|
BLAKE2b-256 | 0b75354b9f6018428a9a75265431470a4857bcb4dace31a47f9ba9fa8ad75f82 |
File details
Details for the file paprika_recipes-1.2.0-py3-none-any.whl
.
File metadata
- Download URL: paprika_recipes-1.2.0-py3-none-any.whl
- Upload date:
- Size: 19.0 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
Algorithm | Hash digest | |
---|---|---|
SHA256 | c5bab1114ac3700bf008d4354bd7b5fc6b618c2fcec2d93091c5e8371541bfdb |
|
MD5 | 1e60f027ce0b17ba025526c2dabf089b |
|
BLAKE2b-256 | 55964a458b484986fd1ec057834b24fb26310b63046cb003e5937b18e66e6207 |