A tool to create recipes for building conda packages from distributions on PyPI.
Project description
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.
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
mkrecipe-0.6.0.tar.gz
(10.6 kB
view hashes)
Built Distribution
mkrecipe-0.6.0-py3-none-any.whl
(34.5 kB
view hashes)