root/alpine313/: wheel-0.46.3 metadata and description

Simple index PyPI page

Command line tool for manipulating wheel files

author_email Daniel Holth <dholth@fastmail.fm>
classifiers
  • Development Status :: 5 - Production/Stable
  • Intended Audience :: Developers
  • Topic :: System :: Archiving :: Packaging
  • Programming Language :: Python
  • Programming Language :: Python :: 3 :: Only
  • Programming Language :: Python :: 3.9
  • Programming Language :: Python :: 3.10
  • Programming Language :: Python :: 3.11
  • Programming Language :: Python :: 3.12
  • Programming Language :: Python :: 3.13
  • Programming Language :: Python :: 3.14
description_content_type text/x-rst
keywords wheel,packaging
license_expression MIT
license_file
  • LICENSE.txt
maintainer_email Alex Grönholm <alex.gronholm@nextday.fi>
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
provides_extras
  • test
requires_dist
  • packaging >= 24.0
  • pytest >= 6.0.0 ; extra == "test"
  • setuptools >= 77 ; extra == "test"
requires_python >=3.9
File Tox results History
wheel-0.46.3-py3-none-any.whl
Size
30 KB
Type
Python Wheel
Python
3

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

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!

Documentation

The documentation can be found on Read The Docs.

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.