loongson/pypi/: wheel-0.32.3 metadata and description

Homepage Simple index Newer version available

A built-package format for Python.

author Daniel Holth
author_email 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 :: 2
  • Programming Language :: Python :: 2.7
  • Programming Language :: Python :: 3
  • Programming Language :: Python :: 3.4
  • Programming Language :: Python :: 3.5
  • Programming Language :: Python :: 3.6
  • Programming Language :: Python :: 3.7
keywords wheel,packaging
license MIT
maintainer Alex Grönholm
maintainer_email alex.gronholm@nextday.fi
platform
  • UNKNOWN
project_urls
  • Issue Tracker, https://github.com/pypa/wheel/issues
  • Documentation, https://wheel.readthedocs.io/
  • Changelog, https://wheel.readthedocs.io/en/stable/news.html
provides_extras test
requires_dist
  • pytest (>=3.0.0) ; extra == 'test'
  • pytest-cov ; extra == 'test'
requires_python >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*

Because this project isn't in the mirror_whitelist, no releases from root/pypi are included.

File Tox results History
wheel-0.32.3-py2.py3-none-any.whl
Size
21 KB
Type
Python Wheel
Python
2.7
  • Replaced 1 time(s)
  • Uploaded to loongson/pypi by loongson 2022-07-25 01:28:07

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.

Code of Conduct

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