internal/tools/: wheel-0.43.0 metadata and description

Simple index

A built-package format for Python

author_email Daniel Holth <dholth@fastmail.fm>
classifiers
  • Development Status :: 5 - Production/Stable
  • Intended Audience :: Developers
  • Topic :: System :: Archiving :: Packaging
  • License :: OSI Approved :: MIT License
  • Programming Language :: Python
  • Programming Language :: Python :: 3 :: Only
  • Programming Language :: Python :: 3.8
  • Programming Language :: Python :: 3.9
  • Programming Language :: Python :: 3.10
  • Programming Language :: Python :: 3.11
  • Programming Language :: Python :: 3.12
description_content_type text/x-rst
keywords wheel,packaging
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
  • pytest >= 6.0.0 ; extra == "test"
  • setuptools >= 65 ; extra == "test"
requires_python >=3.8
File Tox results History
wheel-0.43.0-py3-none-any.whl
Size
64 KB
Type
Python Wheel
Python
3
  • Replaced 18 time(s)
  • Uploaded to internal/tools by internal 2024-07-14 14:39:59
wheel-0.43.0.tar.gz
Size
97 KB
Type
Source

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

It has two different roles:

  1. A setuptools extension for building wheels that provides the bdist_wheel setuptools command

  2. 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.

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.