summaryrefslogtreecommitdiff
path: root/docs/manpages/wheel.rst
blob: df1ac2aa0cf1c004873abcd795895ecfe6795a97 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
:orphan:

wheel manual page
=================

Synopsis
--------

**wheel** [*command*] [*options*]


Description
-----------

:program:`wheel` installs and operates on `PEP 427`_ format binary wheels.


Commands
--------
  ``unpack``
    Unpack wheel

  ``pack``
    Repack a previously unpacked wheel

  ``convert``
    Convert egg or wininst to wheel

  ``tags``
    Change the tags on a wheel file

  ``version``
    Print version and exit

  ``help``
    Show this help

Try ``wheel <command> --help`` for more information.


Options
-------
  -h, --help            show this help message and exit


.. _`PEP 427`: https://www.python.org/dev/peps/pep-0427/