[FEATURE] facilities for post-processing editing of meta.yaml
See original GitHub issueIs your feature request related to a problem? Please describe.
A lot of issues might be addressed by some post-processor functionality (or a guide for post-processing) the meta.yaml
files produced by grayskull
. This would be particularly useful for CI setups I think.
Describe the solution you’d like
After meta.yaml
is processed, edit the file using python code or CLI so as to add certain values to certain fields.
Issue Analytics
- State:
- Created 2 years ago
- Comments:6 (6 by maintainers)
Top Results From Across the Web
Defining metadata (meta.yaml) - Conda
All the metadata in the conda-build recipe is specified in the meta.yaml file. ... This feature is particularly useful when dealing with multiple...
Read more >Updating the conda-forge pysteps-feedstock
Open a PR into each out-of-date feedstock updating the meta.yaml for the most recent upstream release. These steps are run automatically every six...
Read more >Gst-nvdspostprocess (Alpha) - NVIDIA Documentation Center
The Gst-nvdspostprocess plugin is a customizable plugin which provides a custom library interface for post processing on Tensor output of ...
Read more >UnityYAML - Unity - Manual
This documentation outlines which parts of the YAML spec UnityYAML supports. You cannot externally produce or edit UnityYAML files. Supported features. Feature ......
Read more >Core Features - Spring
This section dives into the details of Spring Boot. Here you can learn about the key features that you may want to use...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I was writing another project for this purpose, I don’t want to add those kinda of functionalities in grayskull, because it would be out of the scope of this project. I prefer grayskull to be focused in just generating the recipe.
However, I was working on this project https://github.com/marcelotrevisani/souschef to be able to easily manipulate conda recipes. It is working OK, but it is not ready yet
Closing this in favor of
souschef