Name | wheel JSON |
Version |
0.45.1
JSON |
| download |
home_page | None |
Summary | A built-package format for Python |
upload_time | 2024-11-23 00:18:23 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.8 |
license | None |
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/8a/98/2d9906746cdc6a6ef809ae6338005b3f21bb568bea3165cfc6a243fdc25c/wheel-0.45.1.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.1",
"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": "0b2c87f3254fd8ffd29e4c02732eee68a83a1d3c346ae39bc6822dcbcb697f2b",
"md5": "67835ab585e0d1522727173dd4b09eae",
"sha256": "708e7481cc80179af0e556bbf0cc00b8444c7321e2700b8d8580231d13017248"
},
"downloads": -1,
"filename": "wheel-0.45.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "67835ab585e0d1522727173dd4b09eae",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 72494,
"upload_time": "2024-11-23T00:18:21",
"upload_time_iso_8601": "2024-11-23T00:18:21.207713Z",
"url": "https://files.pythonhosted.org/packages/0b/2c/87f3254fd8ffd29e4c02732eee68a83a1d3c346ae39bc6822dcbcb697f2b/wheel-0.45.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "8a982d9906746cdc6a6ef809ae6338005b3f21bb568bea3165cfc6a243fdc25c",
"md5": "dddc505d0573d03576c7c6c5a4fe0641",
"sha256": "661e1abd9198507b1409a20c02106d9670b2576e916d58f520316666abca6729"
},
"downloads": -1,
"filename": "wheel-0.45.1.tar.gz",
"has_sig": false,
"md5_digest": "dddc505d0573d03576c7c6c5a4fe0641",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 107545,
"upload_time": "2024-11-23T00:18:23",
"upload_time_iso_8601": "2024-11-23T00:18:23.513421Z",
"url": "https://files.pythonhosted.org/packages/8a/98/2d9906746cdc6a6ef809ae6338005b3f21bb568bea3165cfc6a243fdc25c/wheel-0.45.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-11-23 00:18:23",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "pypa",
"github_project": "wheel",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "wheel"
}