whey


Namewhey JSON
Version 0.1.0 PyPI version JSON
download
home_pagehttps://github.com/repo-helper/whey
SummaryA simple Python wheel builder for simple projects.
upload_time2024-04-08 21:45:42
maintainerNone
docs_urlNone
authorDominic Davis-Foster
requires_python>=3.6.1
licenseCopyright (c) 2021 Dominic Davis-Foster Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords build distribution packaging pep517 pep621 sdist wheel
VCS
bugtrack_url
requirements attrs click consolekit dist-meta dom-toml domdf-python-tools handy-archives natsort packaging pyproject-parser shippinglabel
Travis-CI No Travis.
coveralls test coverage No coveralls.
            #####
whey
#####

.. start short_desc

**A simple Python wheel builder for simple projects.**

.. end short_desc


``whey``:

* supports `PEP 621 <https://www.python.org/dev/peps/pep-0621/>`_ metadata.
* can be used as a `PEP 517 <https://www.python.org/dev/peps/pep-0517/>`_ build backend.
* creates `PEP 427 <https://www.python.org/dev/peps/pep-0427/>`_ `wheels <https://realpython.com/python-wheels/>`_.
* handles type hint files
  (`py.typed <https://www.python.org/dev/peps/pep-0561/>`_ and ``*.pyi`` stubs).
* is distributed under the `MIT License <https://choosealicense.com/licenses/mit/>`_.
* `is the liquid remaining after milk has been curdled and strained <https://en.wikipedia.org/wiki/Whey>`_.
  It is a byproduct of the manufacture of cheese and has several commercial uses.


See `the documentation`_ for configuration_ and usage_ information.

.. _the documentation: https://whey.readthedocs.io/en/latest/
.. _configuration: https://whey.readthedocs.io/en/latest/configuration.html
.. _usage: https://whey.readthedocs.io/en/latest/configuration.html

.. 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/latest?logo=read-the-docs
	:target: https://whey.readthedocs.io/en/latest
	:alt: Documentation Build Status

.. |docs_check| image:: https://github.com/repo-helper/whey/workflows/Docs%20Check/badge.svg
	:target: https://github.com/repo-helper/whey/actions?query=workflow%3A%22Docs+Check%22
	:alt: Docs Check Status

.. |actions_linux| image:: https://github.com/repo-helper/whey/workflows/Linux/badge.svg
	:target: https://github.com/repo-helper/whey/actions?query=workflow%3A%22Linux%22
	:alt: Linux Test Status

.. |actions_windows| image:: https://github.com/repo-helper/whey/workflows/Windows/badge.svg
	:target: https://github.com/repo-helper/whey/actions?query=workflow%3A%22Windows%22
	:alt: Windows Test Status

.. |actions_macos| image:: https://github.com/repo-helper/whey/workflows/macOS/badge.svg
	:target: https://github.com/repo-helper/whey/actions?query=workflow%3A%22macOS%22
	:alt: macOS Test Status

.. |actions_flake8| image:: https://github.com/repo-helper/whey/workflows/Flake8/badge.svg
	:target: https://github.com/repo-helper/whey/actions?query=workflow%3A%22Flake8%22
	:alt: Flake8 Status

.. |actions_mypy| image:: https://github.com/repo-helper/whey/workflows/mypy/badge.svg
	:target: https://github.com/repo-helper/whey/actions?query=workflow%3A%22mypy%22
	:alt: mypy status

.. |requires| image:: https://dependency-dash.repo-helper.uk/github/repo-helper/whey/badge.svg
	:target: https://dependency-dash.repo-helper.uk/github/repo-helper/whey/
	:alt: Requirements Status

.. |coveralls| image:: https://img.shields.io/coveralls/github/repo-helper/whey/master?logo=coveralls
	:target: https://coveralls.io/github/repo-helper/whey?branch=master
	:alt: Coverage

.. |codefactor| image:: https://img.shields.io/codefactor/grade/github/repo-helper/whey?logo=codefactor
	:target: https://www.codefactor.io/repository/github/repo-helper/whey
	:alt: CodeFactor Grade

.. |pypi-version| image:: https://img.shields.io/pypi/v/whey
	:target: https://pypi.org/project/whey/
	:alt: PyPI - Package Version

.. |supported-versions| image:: https://img.shields.io/pypi/pyversions/whey?logo=python&logoColor=white
	:target: https://pypi.org/project/whey/
	:alt: PyPI - Supported Python Versions

.. |supported-implementations| image:: https://img.shields.io/pypi/implementation/whey
	:target: https://pypi.org/project/whey/
	:alt: PyPI - Supported Implementations

.. |wheel| image:: https://img.shields.io/pypi/wheel/whey
	:target: https://pypi.org/project/whey/
	:alt: PyPI - Wheel

.. |conda-version| image:: https://img.shields.io/conda/v/conda-forge/whey?logo=anaconda
	:target: https://anaconda.org/conda-forge/whey
	:alt: Conda - Package Version

.. |conda-platform| image:: https://img.shields.io/conda/pn/conda-forge/whey?label=conda%7Cplatform
	:target: https://anaconda.org/conda-forge/whey
	:alt: Conda - Platform

.. |license| image:: https://img.shields.io/github/license/repo-helper/whey
	:target: https://github.com/repo-helper/whey/blob/master/LICENSE
	:alt: License

.. |language| image:: https://img.shields.io/github/languages/top/repo-helper/whey
	:alt: GitHub top language

.. |commits-since| image:: https://img.shields.io/github/commits-since/repo-helper/whey/v0.1.0
	:target: https://github.com/repo-helper/whey/pulse
	:alt: GitHub commits since tagged version

.. |commits-latest| image:: https://img.shields.io/github/last-commit/repo-helper/whey
	:target: https://github.com/repo-helper/whey/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
	:target: https://pypi.org/project/whey/
	:alt: PyPI - Downloads

.. end shields

Installation
--------------

.. start installation

``whey`` can be installed from PyPI or Anaconda.

To install with ``pip``:

.. code-block:: bash

	$ python -m pip install whey

To install with ``conda``:

.. code-block:: bash

	$ conda install -c conda-forge whey

.. end installation

``whey`` also has an optional README validation feature, which checks the README will render correctly on PyPI.
This requires that the ``readme`` extra is installed:

.. code-block:: bash

	$ python -m pip install whey[readme]

and in ``pyproject.toml``:

.. code-block:: TOML

	[build-system]
	requires = [ "whey[readme]",]
	build-backend = "whey"

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/repo-helper/whey",
    "name": "whey",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6.1",
    "maintainer_email": null,
    "keywords": "build, distribution, packaging, pep517, pep621, sdist, wheel",
    "author": "Dominic Davis-Foster",
    "author_email": "Dominic Davis-Foster <dominic@davis-foster.co.uk>",
    "download_url": "https://files.pythonhosted.org/packages/e7/60/5f68e88d1716c63c6c774b275013abcc78a19d06590a98cd308f45ededd1/whey-0.1.0.tar.gz",
    "platform": "Windows",
    "description": "#####\nwhey\n#####\n\n.. start short_desc\n\n**A simple Python wheel builder for simple projects.**\n\n.. end short_desc\n\n\n``whey``:\n\n* supports `PEP 621 <https://www.python.org/dev/peps/pep-0621/>`_ metadata.\n* can be used as a `PEP 517 <https://www.python.org/dev/peps/pep-0517/>`_ build backend.\n* creates `PEP 427 <https://www.python.org/dev/peps/pep-0427/>`_ `wheels <https://realpython.com/python-wheels/>`_.\n* handles type hint files\n  (`py.typed <https://www.python.org/dev/peps/pep-0561/>`_ and ``*.pyi`` stubs).\n* is distributed under the `MIT License <https://choosealicense.com/licenses/mit/>`_.\n* `is the liquid remaining after milk has been curdled and strained <https://en.wikipedia.org/wiki/Whey>`_.\n  It is a byproduct of the manufacture of cheese and has several commercial uses.\n\n\nSee `the documentation`_ for configuration_ and usage_ information.\n\n.. _the documentation: https://whey.readthedocs.io/en/latest/\n.. _configuration: https://whey.readthedocs.io/en/latest/configuration.html\n.. _usage: https://whey.readthedocs.io/en/latest/configuration.html\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/latest?logo=read-the-docs\n\t:target: https://whey.readthedocs.io/en/latest\n\t:alt: Documentation Build Status\n\n.. |docs_check| image:: https://github.com/repo-helper/whey/workflows/Docs%20Check/badge.svg\n\t:target: https://github.com/repo-helper/whey/actions?query=workflow%3A%22Docs+Check%22\n\t:alt: Docs Check Status\n\n.. |actions_linux| image:: https://github.com/repo-helper/whey/workflows/Linux/badge.svg\n\t:target: https://github.com/repo-helper/whey/actions?query=workflow%3A%22Linux%22\n\t:alt: Linux Test Status\n\n.. |actions_windows| image:: https://github.com/repo-helper/whey/workflows/Windows/badge.svg\n\t:target: https://github.com/repo-helper/whey/actions?query=workflow%3A%22Windows%22\n\t:alt: Windows Test Status\n\n.. |actions_macos| image:: https://github.com/repo-helper/whey/workflows/macOS/badge.svg\n\t:target: https://github.com/repo-helper/whey/actions?query=workflow%3A%22macOS%22\n\t:alt: macOS Test Status\n\n.. |actions_flake8| image:: https://github.com/repo-helper/whey/workflows/Flake8/badge.svg\n\t:target: https://github.com/repo-helper/whey/actions?query=workflow%3A%22Flake8%22\n\t:alt: Flake8 Status\n\n.. |actions_mypy| image:: https://github.com/repo-helper/whey/workflows/mypy/badge.svg\n\t:target: https://github.com/repo-helper/whey/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/badge.svg\n\t:target: https://dependency-dash.repo-helper.uk/github/repo-helper/whey/\n\t:alt: Requirements Status\n\n.. |coveralls| image:: https://img.shields.io/coveralls/github/repo-helper/whey/master?logo=coveralls\n\t:target: https://coveralls.io/github/repo-helper/whey?branch=master\n\t:alt: Coverage\n\n.. |codefactor| image:: https://img.shields.io/codefactor/grade/github/repo-helper/whey?logo=codefactor\n\t:target: https://www.codefactor.io/repository/github/repo-helper/whey\n\t:alt: CodeFactor Grade\n\n.. |pypi-version| image:: https://img.shields.io/pypi/v/whey\n\t:target: https://pypi.org/project/whey/\n\t:alt: PyPI - Package Version\n\n.. |supported-versions| image:: https://img.shields.io/pypi/pyversions/whey?logo=python&logoColor=white\n\t:target: https://pypi.org/project/whey/\n\t:alt: PyPI - Supported Python Versions\n\n.. |supported-implementations| image:: https://img.shields.io/pypi/implementation/whey\n\t:target: https://pypi.org/project/whey/\n\t:alt: PyPI - Supported Implementations\n\n.. |wheel| image:: https://img.shields.io/pypi/wheel/whey\n\t:target: https://pypi.org/project/whey/\n\t:alt: PyPI - Wheel\n\n.. |conda-version| image:: https://img.shields.io/conda/v/conda-forge/whey?logo=anaconda\n\t:target: https://anaconda.org/conda-forge/whey\n\t:alt: Conda - Package Version\n\n.. |conda-platform| image:: https://img.shields.io/conda/pn/conda-forge/whey?label=conda%7Cplatform\n\t:target: https://anaconda.org/conda-forge/whey\n\t:alt: Conda - Platform\n\n.. |license| image:: https://img.shields.io/github/license/repo-helper/whey\n\t:target: https://github.com/repo-helper/whey/blob/master/LICENSE\n\t:alt: License\n\n.. |language| image:: https://img.shields.io/github/languages/top/repo-helper/whey\n\t:alt: GitHub top language\n\n.. |commits-since| image:: https://img.shields.io/github/commits-since/repo-helper/whey/v0.1.0\n\t:target: https://github.com/repo-helper/whey/pulse\n\t:alt: GitHub commits since tagged version\n\n.. |commits-latest| image:: https://img.shields.io/github/last-commit/repo-helper/whey\n\t:target: https://github.com/repo-helper/whey/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\n\t:target: https://pypi.org/project/whey/\n\t:alt: PyPI - Downloads\n\n.. end shields\n\nInstallation\n--------------\n\n.. start installation\n\n``whey`` 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\n\nTo install with ``conda``:\n\n.. code-block:: bash\n\n\t$ conda install -c conda-forge whey\n\n.. end installation\n\n``whey`` also has an optional README validation feature, which checks the README will render correctly on PyPI.\nThis requires that the ``readme`` extra is installed:\n\n.. code-block:: bash\n\n\t$ python -m pip install whey[readme]\n\nand in ``pyproject.toml``:\n\n.. code-block:: TOML\n\n\t[build-system]\n\trequires = [ \"whey[readme]\",]\n\tbuild-backend = \"whey\"\n",
    "bugtrack_url": null,
    "license": "Copyright (c) 2021 Dominic Davis-Foster  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.  THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ",
    "summary": "A simple Python wheel builder for simple projects.",
    "version": "0.1.0",
    "project_urls": {
        "Documentation": "https://whey.readthedocs.io/en/latest",
        "Homepage": "https://github.com/repo-helper/whey",
        "Issue Tracker": "https://github.com/repo-helper/whey/issues",
        "Source Code": "https://github.com/repo-helper/whey"
    },
    "split_keywords": [
        "build",
        " distribution",
        " packaging",
        " pep517",
        " pep621",
        " sdist",
        " wheel"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e7241d7682e70877114745f7350ee8780074040602d593c1722d1e74993339ed",
                "md5": "468c2643a0278dba01fda7cd64f10356",
                "sha256": "6774946c66eb04263ea45b7d445cdbf49a014c93247fae1ad2f8267a1ac7c0bd"
            },
            "downloads": -1,
            "filename": "whey-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "468c2643a0278dba01fda7cd64f10356",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6.1",
            "size": 31604,
            "upload_time": "2024-04-08T21:45:40",
            "upload_time_iso_8601": "2024-04-08T21:45:40.365899Z",
            "url": "https://files.pythonhosted.org/packages/e7/24/1d7682e70877114745f7350ee8780074040602d593c1722d1e74993339ed/whey-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e7605f68e88d1716c63c6c774b275013abcc78a19d06590a98cd308f45ededd1",
                "md5": "85160db4db287282fed3ca44d962dd6e",
                "sha256": "846bde196c5116571801237e546a55fa7d25fc984071bd10c4460bd4db659b37"
            },
            "downloads": -1,
            "filename": "whey-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "85160db4db287282fed3ca44d962dd6e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6.1",
            "size": 39279,
            "upload_time": "2024-04-08T21:45:42",
            "upload_time_iso_8601": "2024-04-08T21:45:42.489372Z",
            "url": "https://files.pythonhosted.org/packages/e7/60/5f68e88d1716c63c6c774b275013abcc78a19d06590a98cd308f45ededd1/whey-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-08 21:45:42",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "repo-helper",
    "github_project": "whey",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "attrs",
            "specs": [
                [
                    ">=",
                    "22.2.0"
                ]
            ]
        },
        {
            "name": "click",
            "specs": [
                [
                    ">=",
                    "7.1.2"
                ]
            ]
        },
        {
            "name": "consolekit",
            "specs": [
                [
                    ">=",
                    "1.4.1"
                ]
            ]
        },
        {
            "name": "dist-meta",
            "specs": [
                [
                    ">=",
                    "0.1.0"
                ]
            ]
        },
        {
            "name": "dom-toml",
            "specs": [
                [
                    ">=",
                    "2.0.0"
                ]
            ]
        },
        {
            "name": "domdf-python-tools",
            "specs": [
                [
                    ">=",
                    "2.8.0"
                ]
            ]
        },
        {
            "name": "handy-archives",
            "specs": [
                [
                    ">=",
                    "0.2.0"
                ]
            ]
        },
        {
            "name": "natsort",
            "specs": [
                [
                    ">=",
                    "7.1.1"
                ]
            ]
        },
        {
            "name": "packaging",
            "specs": [
                [
                    ">=",
                    "20.9"
                ]
            ]
        },
        {
            "name": "pyproject-parser",
            "specs": [
                [
                    ">=",
                    "0.11.0"
                ]
            ]
        },
        {
            "name": "shippinglabel",
            "specs": [
                [
                    ">=",
                    "0.16.0"
                ]
            ]
        }
    ],
    "tox": true,
    "lcname": "whey"
}
        
Elapsed time: 0.23831s