loongson/pypi/: wheel-0.37.1 metadata and description

Homepage Simple index

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

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

File Tox results History
wheel-0.37.1-py2.py3-none-any.whl
Size
34 KB
Type
Python Wheel
Python
2.7

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.