mkrecipe 0.7.0

Creator: bradpython12

Last updated:

Add to Cart

Description:

mkrecipe 0.7.0

A tool to create recipes for building conda packages from distributions on PyPI.






Docs


Tests


PyPI


Anaconda


Activity


QA


Other





Installation
mkrecipe can be installed from PyPI or Anaconda.
To install with pip:
$ python -m pip install mkrecipe
To install with conda:


First add the required channels

$ conda config --add channels https://conda.anaconda.org/conda-forge
$ conda config --add channels https://conda.anaconda.org/domdfcoding

Then install

$ conda install mkrecipe



Usage
mkrecipe is configured in pyproject.toml. See the documentation for more information.
mkrecipe can then be run with the mkrecipe command when in the project directory.
This will write the conda recipe to ./conda/meta.yaml.
The output directory can be customised using the -o / --outfile option.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.