===========
whey-conda
===========
.. start short_desc
**Whey extension for creating Conda packages for Python projects.**
.. end short_desc
.. start shields
.. list-table::
:stub-columns: 1
:widths: 10 90
* - Docs
- |docs| |docs_check|
* - Tests
- |actions_linux| |actions_windows| |actions_macos| |coveralls|
* - PyPI
- |pypi-version| |supported-versions| |supported-implementations| |wheel|
* - Anaconda
- |conda-version| |conda-platform|
* - Activity
- |commits-latest| |commits-since| |maintained| |pypi-downloads|
* - QA
- |codefactor| |actions_flake8| |actions_mypy|
* - Other
- |license| |language| |requires|
.. |docs| image:: https://img.shields.io/readthedocs/whey-conda/latest?logo=read-the-docs
:target: https://whey-conda.readthedocs.io/en/latest
:alt: Documentation Build Status
.. |docs_check| image:: https://github.com/repo-helper/whey-conda/workflows/Docs%20Check/badge.svg
:target: https://github.com/repo-helper/whey-conda/actions?query=workflow%3A%22Docs+Check%22
:alt: Docs Check Status
.. |actions_linux| image:: https://github.com/repo-helper/whey-conda/workflows/Linux/badge.svg
:target: https://github.com/repo-helper/whey-conda/actions?query=workflow%3A%22Linux%22
:alt: Linux Test Status
.. |actions_windows| image:: https://github.com/repo-helper/whey-conda/workflows/Windows/badge.svg
:target: https://github.com/repo-helper/whey-conda/actions?query=workflow%3A%22Windows%22
:alt: Windows Test Status
.. |actions_macos| image:: https://github.com/repo-helper/whey-conda/workflows/macOS/badge.svg
:target: https://github.com/repo-helper/whey-conda/actions?query=workflow%3A%22macOS%22
:alt: macOS Test Status
.. |actions_flake8| image:: https://github.com/repo-helper/whey-conda/workflows/Flake8/badge.svg
:target: https://github.com/repo-helper/whey-conda/actions?query=workflow%3A%22Flake8%22
:alt: Flake8 Status
.. |actions_mypy| image:: https://github.com/repo-helper/whey-conda/workflows/mypy/badge.svg
:target: https://github.com/repo-helper/whey-conda/actions?query=workflow%3A%22mypy%22
:alt: mypy status
.. |requires| image:: https://dependency-dash.repo-helper.uk/github/repo-helper/whey-conda/badge.svg
:target: https://dependency-dash.repo-helper.uk/github/repo-helper/whey-conda/
:alt: Requirements Status
.. |coveralls| image:: https://img.shields.io/coveralls/github/repo-helper/whey-conda/master?logo=coveralls
:target: https://coveralls.io/github/repo-helper/whey-conda?branch=master
:alt: Coverage
.. |codefactor| image:: https://img.shields.io/codefactor/grade/github/repo-helper/whey-conda?logo=codefactor
:target: https://www.codefactor.io/repository/github/repo-helper/whey-conda
:alt: CodeFactor Grade
.. |pypi-version| image:: https://img.shields.io/pypi/v/whey-conda
:target: https://pypi.org/project/whey-conda/
:alt: PyPI - Package Version
.. |supported-versions| image:: https://img.shields.io/pypi/pyversions/whey-conda?logo=python&logoColor=white
:target: https://pypi.org/project/whey-conda/
:alt: PyPI - Supported Python Versions
.. |supported-implementations| image:: https://img.shields.io/pypi/implementation/whey-conda
:target: https://pypi.org/project/whey-conda/
:alt: PyPI - Supported Implementations
.. |wheel| image:: https://img.shields.io/pypi/wheel/whey-conda
:target: https://pypi.org/project/whey-conda/
:alt: PyPI - Wheel
.. |conda-version| image:: https://img.shields.io/conda/v/domdfcoding/whey-conda?logo=anaconda
:target: https://anaconda.org/domdfcoding/whey-conda
:alt: Conda - Package Version
.. |conda-platform| image:: https://img.shields.io/conda/pn/domdfcoding/whey-conda?label=conda%7Cplatform
:target: https://anaconda.org/domdfcoding/whey-conda
:alt: Conda - Platform
.. |license| image:: https://img.shields.io/github/license/repo-helper/whey-conda
:target: https://github.com/repo-helper/whey-conda/blob/master/LICENSE
:alt: License
.. |language| image:: https://img.shields.io/github/languages/top/repo-helper/whey-conda
:alt: GitHub top language
.. |commits-since| image:: https://img.shields.io/github/commits-since/repo-helper/whey-conda/v0.3.0
:target: https://github.com/repo-helper/whey-conda/pulse
:alt: GitHub commits since tagged version
.. |commits-latest| image:: https://img.shields.io/github/last-commit/repo-helper/whey-conda
:target: https://github.com/repo-helper/whey-conda/commit/master
:alt: GitHub last commit
.. |maintained| image:: https://img.shields.io/maintenance/yes/2024
:alt: Maintenance
.. |pypi-downloads| image:: https://img.shields.io/pypi/dm/whey-conda
:target: https://pypi.org/project/whey-conda/
:alt: PyPI - Downloads
.. end shields
Installation
--------------
.. start installation
``whey-conda`` can be installed from PyPI or Anaconda.
To install with ``pip``:
.. code-block:: bash
$ python -m pip install whey-conda
To install with ``conda``:
* First add the required channels
.. code-block:: bash
$ conda config --add channels https://conda.anaconda.org/conda-forge
$ conda config --add channels https://conda.anaconda.org/domdfcoding
* Then install
.. code-block:: bash
$ conda install whey-conda
.. end installation
-----
To enable ``whey-conda``, add the following lines to your ``pyproject.toml`` file:
.. code-block:: TOML
[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.
.. _the documentation: https://whey-conda.readthedocs.io/en/latest/
Raw data
{
"_id": null,
"home_page": "https://github.com/repo-helper/whey-conda",
"name": "whey-conda",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.6",
"maintainer_email": null,
"keywords": "build, conda, distribution, packaging, pep621",
"author": null,
"author_email": "Dominic Davis-Foster <dominic@davis-foster.co.uk>",
"download_url": "https://files.pythonhosted.org/packages/ef/b6/013576d3612c69d744c96851173fe3085ef295b517d50f5b152847b0cf97/whey_conda-0.3.0.tar.gz",
"platform": "Windows",
"description": "\n===========\nwhey-conda\n===========\n\n.. start short_desc\n\n**Whey extension for creating Conda packages for Python projects.**\n\n.. end short_desc\n\n\n.. start shields\n\n.. list-table::\n\t:stub-columns: 1\n\t:widths: 10 90\n\n\t* - Docs\n\t - |docs| |docs_check|\n\t* - Tests\n\t - |actions_linux| |actions_windows| |actions_macos| |coveralls|\n\t* - PyPI\n\t - |pypi-version| |supported-versions| |supported-implementations| |wheel|\n\t* - Anaconda\n\t - |conda-version| |conda-platform|\n\t* - Activity\n\t - |commits-latest| |commits-since| |maintained| |pypi-downloads|\n\t* - QA\n\t - |codefactor| |actions_flake8| |actions_mypy|\n\t* - Other\n\t - |license| |language| |requires|\n\n.. |docs| image:: https://img.shields.io/readthedocs/whey-conda/latest?logo=read-the-docs\n\t:target: https://whey-conda.readthedocs.io/en/latest\n\t:alt: Documentation Build Status\n\n.. |docs_check| image:: https://github.com/repo-helper/whey-conda/workflows/Docs%20Check/badge.svg\n\t:target: https://github.com/repo-helper/whey-conda/actions?query=workflow%3A%22Docs+Check%22\n\t:alt: Docs Check Status\n\n.. |actions_linux| image:: https://github.com/repo-helper/whey-conda/workflows/Linux/badge.svg\n\t:target: https://github.com/repo-helper/whey-conda/actions?query=workflow%3A%22Linux%22\n\t:alt: Linux Test Status\n\n.. |actions_windows| image:: https://github.com/repo-helper/whey-conda/workflows/Windows/badge.svg\n\t:target: https://github.com/repo-helper/whey-conda/actions?query=workflow%3A%22Windows%22\n\t:alt: Windows Test Status\n\n.. |actions_macos| image:: https://github.com/repo-helper/whey-conda/workflows/macOS/badge.svg\n\t:target: https://github.com/repo-helper/whey-conda/actions?query=workflow%3A%22macOS%22\n\t:alt: macOS Test Status\n\n.. |actions_flake8| image:: https://github.com/repo-helper/whey-conda/workflows/Flake8/badge.svg\n\t:target: https://github.com/repo-helper/whey-conda/actions?query=workflow%3A%22Flake8%22\n\t:alt: Flake8 Status\n\n.. |actions_mypy| image:: https://github.com/repo-helper/whey-conda/workflows/mypy/badge.svg\n\t:target: https://github.com/repo-helper/whey-conda/actions?query=workflow%3A%22mypy%22\n\t:alt: mypy status\n\n.. |requires| image:: https://dependency-dash.repo-helper.uk/github/repo-helper/whey-conda/badge.svg\n\t:target: https://dependency-dash.repo-helper.uk/github/repo-helper/whey-conda/\n\t:alt: Requirements Status\n\n.. |coveralls| image:: https://img.shields.io/coveralls/github/repo-helper/whey-conda/master?logo=coveralls\n\t:target: https://coveralls.io/github/repo-helper/whey-conda?branch=master\n\t:alt: Coverage\n\n.. |codefactor| image:: https://img.shields.io/codefactor/grade/github/repo-helper/whey-conda?logo=codefactor\n\t:target: https://www.codefactor.io/repository/github/repo-helper/whey-conda\n\t:alt: CodeFactor Grade\n\n.. |pypi-version| image:: https://img.shields.io/pypi/v/whey-conda\n\t:target: https://pypi.org/project/whey-conda/\n\t:alt: PyPI - Package Version\n\n.. |supported-versions| image:: https://img.shields.io/pypi/pyversions/whey-conda?logo=python&logoColor=white\n\t:target: https://pypi.org/project/whey-conda/\n\t:alt: PyPI - Supported Python Versions\n\n.. |supported-implementations| image:: https://img.shields.io/pypi/implementation/whey-conda\n\t:target: https://pypi.org/project/whey-conda/\n\t:alt: PyPI - Supported Implementations\n\n.. |wheel| image:: https://img.shields.io/pypi/wheel/whey-conda\n\t:target: https://pypi.org/project/whey-conda/\n\t:alt: PyPI - Wheel\n\n.. |conda-version| image:: https://img.shields.io/conda/v/domdfcoding/whey-conda?logo=anaconda\n\t:target: https://anaconda.org/domdfcoding/whey-conda\n\t:alt: Conda - Package Version\n\n.. |conda-platform| image:: https://img.shields.io/conda/pn/domdfcoding/whey-conda?label=conda%7Cplatform\n\t:target: https://anaconda.org/domdfcoding/whey-conda\n\t:alt: Conda - Platform\n\n.. |license| image:: https://img.shields.io/github/license/repo-helper/whey-conda\n\t:target: https://github.com/repo-helper/whey-conda/blob/master/LICENSE\n\t:alt: License\n\n.. |language| image:: https://img.shields.io/github/languages/top/repo-helper/whey-conda\n\t:alt: GitHub top language\n\n.. |commits-since| image:: https://img.shields.io/github/commits-since/repo-helper/whey-conda/v0.3.0\n\t:target: https://github.com/repo-helper/whey-conda/pulse\n\t:alt: GitHub commits since tagged version\n\n.. |commits-latest| image:: https://img.shields.io/github/last-commit/repo-helper/whey-conda\n\t:target: https://github.com/repo-helper/whey-conda/commit/master\n\t:alt: GitHub last commit\n\n.. |maintained| image:: https://img.shields.io/maintenance/yes/2024\n\t:alt: Maintenance\n\n.. |pypi-downloads| image:: https://img.shields.io/pypi/dm/whey-conda\n\t:target: https://pypi.org/project/whey-conda/\n\t:alt: PyPI - Downloads\n\n.. end shields\n\nInstallation\n--------------\n\n.. start installation\n\n``whey-conda`` can be installed from PyPI or Anaconda.\n\nTo install with ``pip``:\n\n.. code-block:: bash\n\n\t$ python -m pip install whey-conda\n\nTo install with ``conda``:\n\n\t* First add the required channels\n\n\t.. code-block:: bash\n\n\t\t$ conda config --add channels https://conda.anaconda.org/conda-forge\n\t\t$ conda config --add channels https://conda.anaconda.org/domdfcoding\n\n\t* Then install\n\n\t.. code-block:: bash\n\n\t\t$ conda install whey-conda\n\n.. end installation\n\n-----\n\nTo enable ``whey-conda``, add the following lines to your ``pyproject.toml`` file:\n\n.. code-block:: TOML\n\n\t[tool.whey.builders]\n\tbinary = \"whey_conda\"\n\nThe ``whey-conda``-specific configuration is defined in the ``tool.whey-conda`` table.\nSee `the documentation`_ for more details.\n\n.. _the documentation: https://whey-conda.readthedocs.io/en/latest/\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Whey extension for creating Conda packages for Python projects.",
"version": "0.3.0",
"project_urls": {
"Documentation": "https://whey-conda.readthedocs.io/en/latest",
"Homepage": "https://github.com/repo-helper/whey-conda",
"Issue Tracker": "https://github.com/repo-helper/whey-conda/issues",
"Source Code": "https://github.com/repo-helper/whey-conda"
},
"split_keywords": [
"build",
" conda",
" distribution",
" packaging",
" pep621"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "1cd685c6bdba96b2f09bb062288f6f1d435aba755b89c23c7744b9c27b97f491",
"md5": "1db3594a689c38cdb12a36470c6316dd",
"sha256": "b6dd921aab73cd2032662c3a7e3c214569359775a22ffeae1b2f06529117a4b7"
},
"downloads": -1,
"filename": "whey_conda-0.3.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "1db3594a689c38cdb12a36470c6316dd",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.6",
"size": 11165,
"upload_time": "2024-10-16T14:42:40",
"upload_time_iso_8601": "2024-10-16T14:42:40.191646Z",
"url": "https://files.pythonhosted.org/packages/1c/d6/85c6bdba96b2f09bb062288f6f1d435aba755b89c23c7744b9c27b97f491/whey_conda-0.3.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "efb6013576d3612c69d744c96851173fe3085ef295b517d50f5b152847b0cf97",
"md5": "91213473609038b0a784e534a45565ad",
"sha256": "13119f55c38bd685dd6eaf21aba302d1ff850fbbe2648b0e7581cf5868417b6a"
},
"downloads": -1,
"filename": "whey_conda-0.3.0.tar.gz",
"has_sig": false,
"md5_digest": "91213473609038b0a784e534a45565ad",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.6",
"size": 9834,
"upload_time": "2024-10-16T14:42:41",
"upload_time_iso_8601": "2024-10-16T14:42:41.354950Z",
"url": "https://files.pythonhosted.org/packages/ef/b6/013576d3612c69d744c96851173fe3085ef295b517d50f5b152847b0cf97/whey_conda-0.3.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-10-16 14:42:41",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "repo-helper",
"github_project": "whey-conda",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [],
"tox": true,
"lcname": "whey-conda"
}