whey-conda

Whey extension for creating Conda packages for Python projects.


Keywords
build, conda, distribution, packaging, pep621, python
License
MIT
Install
pip install whey-conda==0.2.0

Documentation

whey-conda

Whey extension for creating Conda packages for Python projects.

Docs Documentation Build Status Docs Check Status
Tests Linux Test Status Windows Test Status macOS Test Status Coverage
PyPI PyPI - Package Version PyPI - Supported Python Versions PyPI - Supported Implementations PyPI - Wheel
Anaconda Conda - Package Version Conda - Platform
Activity GitHub last commit GitHub commits since tagged version Maintenance PyPI - Downloads
QA CodeFactor Grade Flake8 Status mypy status
Other License GitHub top language Requirements Status

Installation

whey-conda can be installed from PyPI or Anaconda.

To install with pip:

$ python -m pip install whey-conda

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 whey-conda

To enable whey-conda, add the following lines to your pyproject.toml file:

[tool.whey.builders]
binary = "whey_conda"

The whey-conda-specific configuration is defined in the tool.whey-conda table. See the documentation for more details.