wheel


Namewheel JSON
Version 0.45.0 PyPI version JSON
download
home_pageNone
SummaryA built-package format for Python
upload_time2024-11-08 21:45:01
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseNone
keywords wheel packaging
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            wheel
=====

This is a command line tool for manipulating Python wheel files, as defined in
`PEP 427`_. It contains the following functionality:

* Convert ``.egg`` archives into ``.whl``
* Unpack wheel archives
* Repack wheel archives
* Add or remove tags in existing wheel archives

.. _PEP 427: https://www.python.org/dev/peps/pep-0427/

Historical note
---------------

This project used to contain the implementation of the setuptools_ ``bdist_wheel``
command, but as of setuptools v70.1, it no longer needs ``wheel`` installed for that to
work. Thus, you should install this **only** if you intend to use the ``wheel`` command
line tool!

.. _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": null,
    "name": "wheel",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "Alex Gr\u00f6nholm <alex.gronholm@nextday.fi>",
    "keywords": "wheel, packaging",
    "author": null,
    "author_email": "Daniel Holth <dholth@fastmail.fm>",
    "download_url": "https://files.pythonhosted.org/packages/e7/52/fd4516fb8f7d11a08e3f9cd69eb1558f098ab67e79f32d920c4974ee550f/wheel-0.45.0.tar.gz",
    "platform": null,
    "description": "wheel\n=====\n\nThis is a command line tool for manipulating Python wheel files, as defined in\n`PEP 427`_. It contains the following functionality:\n\n* Convert ``.egg`` archives into ``.whl``\n* Unpack wheel archives\n* Repack wheel archives\n* Add or remove tags in existing wheel archives\n\n.. _PEP 427: https://www.python.org/dev/peps/pep-0427/\n\nHistorical note\n---------------\n\nThis project used to contain the implementation of the setuptools_ ``bdist_wheel``\ncommand, but as of setuptools v70.1, it no longer needs ``wheel`` installed for that to\nwork. Thus, you should install this **only** if you intend to use the ``wheel`` command\nline tool!\n\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": null,
    "summary": "A built-package format for Python",
    "version": "0.45.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": "928165ae90d584a73ca976d8f1eb83e2f58447a4055a9fb3ae69b28721070bdf",
                "md5": "a848c4282e799a0843900f58b9d78ba5",
                "sha256": "52f0baa5e6522155090a09c6bd95718cc46956d1b51d537ea5454249edb671c7"
            },
            "downloads": -1,
            "filename": "wheel-0.45.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a848c4282e799a0843900f58b9d78ba5",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 72497,
            "upload_time": "2024-11-08T21:44:59",
            "upload_time_iso_8601": "2024-11-08T21:44:59.497610Z",
            "url": "https://files.pythonhosted.org/packages/92/81/65ae90d584a73ca976d8f1eb83e2f58447a4055a9fb3ae69b28721070bdf/wheel-0.45.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e752fd4516fb8f7d11a08e3f9cd69eb1558f098ab67e79f32d920c4974ee550f",
                "md5": "3d1f79ff04a1252fa709dec58aa7249b",
                "sha256": "a57353941a3183b3d5365346b567a260a0602a0f8a635926a7dede41b94c674a"
            },
            "downloads": -1,
            "filename": "wheel-0.45.0.tar.gz",
            "has_sig": false,
            "md5_digest": "3d1f79ff04a1252fa709dec58aa7249b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 107426,
            "upload_time": "2024-11-08T21:45:01",
            "upload_time_iso_8601": "2024-11-08T21:45:01.476496Z",
            "url": "https://files.pythonhosted.org/packages/e7/52/fd4516fb8f7d11a08e3f9cd69eb1558f098ab67e79f32d920c4974ee550f/wheel-0.45.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-08 21:45:01",
    "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.53537s