wheel


Namewheel JSON
Version 0.43.0 PyPI version JSON
download
home_page
SummaryA built-package format for Python
upload_time2024-03-11 19:29:17
maintainer
docs_urlNone
author
requires_python>=3.8
license
keywords wheel packaging
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            wheel
=====

This library is the reference implementation of the Python wheel packaging
standard, as defined in `PEP 427`_.

It has two different roles:

#. A setuptools_ extension for building wheels that provides the
   ``bdist_wheel`` setuptools command
#. A command line tool for working with wheel files

It should be noted that wheel is **not** intended to be used as a library, and
as such there is no stable, public API.

.. _PEP 427: https://www.python.org/dev/peps/pep-0427/
.. _setuptools: https://pypi.org/project/setuptools/

Documentation
-------------

The documentation_ can be found on Read The Docs.

.. _documentation: https://wheel.readthedocs.io/

Code of Conduct
---------------

Everyone interacting in the wheel project's codebases, issue trackers, chat
rooms, and mailing lists is expected to follow the `PSF Code of Conduct`_.

.. _PSF Code of Conduct: https://github.com/pypa/.github/blob/main/CODE_OF_CONDUCT.md


            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "wheel",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "Alex Gr\u00f6nholm <alex.gronholm@nextday.fi>",
    "keywords": "wheel,packaging",
    "author": "",
    "author_email": "Daniel Holth <dholth@fastmail.fm>",
    "download_url": "https://files.pythonhosted.org/packages/b8/d6/ac9cd92ea2ad502ff7c1ab683806a9deb34711a1e2bd8a59814e8fc27e69/wheel-0.43.0.tar.gz",
    "platform": null,
    "description": "wheel\n=====\n\nThis library is the reference implementation of the Python wheel packaging\nstandard, as defined in `PEP 427`_.\n\nIt has two different roles:\n\n#. A setuptools_ extension for building wheels that provides the\n   ``bdist_wheel`` setuptools command\n#. A command line tool for working with wheel files\n\nIt should be noted that wheel is **not** intended to be used as a library, and\nas such there is no stable, public API.\n\n.. _PEP 427: https://www.python.org/dev/peps/pep-0427/\n.. _setuptools: https://pypi.org/project/setuptools/\n\nDocumentation\n-------------\n\nThe documentation_ can be found on Read The Docs.\n\n.. _documentation: https://wheel.readthedocs.io/\n\nCode of Conduct\n---------------\n\nEveryone interacting in the wheel project's codebases, issue trackers, chat\nrooms, and mailing lists is expected to follow the `PSF Code of Conduct`_.\n\n.. _PSF Code of Conduct: https://github.com/pypa/.github/blob/main/CODE_OF_CONDUCT.md\n\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "A built-package format for Python",
    "version": "0.43.0",
    "project_urls": {
        "Changelog": "https://wheel.readthedocs.io/en/stable/news.html",
        "Documentation": "https://wheel.readthedocs.io/",
        "Issue Tracker": "https://github.com/pypa/wheel/issues",
        "Source": "https://github.com/pypa/wheel"
    },
    "split_keywords": [
        "wheel",
        "packaging"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7dcdd7460c9a869b16c3dd4e1e403cce337df165368c71d6af229a74699622ce",
                "md5": "e65b1197e1dfc6bbc8df362935f5943d",
                "sha256": "55c570405f142630c6b9f72fe09d9b67cf1477fcf543ae5b8dcb1f5b7377da81"
            },
            "downloads": -1,
            "filename": "wheel-0.43.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e65b1197e1dfc6bbc8df362935f5943d",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 65775,
            "upload_time": "2024-03-11T19:29:15",
            "upload_time_iso_8601": "2024-03-11T19:29:15.522219Z",
            "url": "https://files.pythonhosted.org/packages/7d/cd/d7460c9a869b16c3dd4e1e403cce337df165368c71d6af229a74699622ce/wheel-0.43.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b8d6ac9cd92ea2ad502ff7c1ab683806a9deb34711a1e2bd8a59814e8fc27e69",
                "md5": "387af15d51367a19d834d6db413547d0",
                "sha256": "465ef92c69fa5c5da2d1cf8ac40559a8c940886afcef87dcf14b9470862f1d85"
            },
            "downloads": -1,
            "filename": "wheel-0.43.0.tar.gz",
            "has_sig": false,
            "md5_digest": "387af15d51367a19d834d6db413547d0",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 99109,
            "upload_time": "2024-03-11T19:29:17",
            "upload_time_iso_8601": "2024-03-11T19:29:17.320983Z",
            "url": "https://files.pythonhosted.org/packages/b8/d6/ac9cd92ea2ad502ff7c1ab683806a9deb34711a1e2bd8a59814e8fc27e69/wheel-0.43.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-11 19:29:17",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "pypa",
    "github_project": "wheel",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "wheel"
}
        
Elapsed time: 0.21410s