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 47 48 49 50 51 52 53 54 55 56 57 58 59
|
.\" Text automatically generated by txt2man
.TH whey 1 "25 May 2024" "0.1.1" "whey"
.SH NAME
whey - Build a wheel for the given project
.SH SYNOPSIS
.nf
.fam C
\fBwhey\fP [\fIOPTIONS\fP] [\fIPROJECT\fP]
.fam T
.fi
.fam T
.fi
.SH DESCRIPTION
\fBwhey\fP Build a wheel for the given project:
.IP \(bu 3
supports PEP 621 metadata.
.IP \(bu 3
can be used as a PEP 517 build backend.
.IP \(bu 3
creates PEP 427 wheels.
.IP \(bu 3
handles type hint files (py.typed and *.pyi stubs).
.IP \(bu 3
is distributed under the MIT License.
.SH OPTIONS
\fB-s\fP, \fB--sdist\fP - Build a source distribution.
.PP
\fB-w\fP, \fB--wheel\fP - Build a wheel.
.PP
\fB-b\fP, \fB--binary\fP - Build a binary distribution.
.PP
\fB-B\fP, \fB--builder\fP <BUILDER> - The builder to build with.
.PP
\fB--build-dir\fP <DIRECTORY> - The temporary build directory.
.PP
\fB-o\fP, \fB--out-dir\fP <DIRECTORY> - The output directory.
.PP
\fB-v\fP, \fB--verbose\fP - Enable verbose output.
.TP
.B
\fB-S\fP, \fB--show-builders\fP -
Show the builders which will be used, and exit.
.PP
\fB--colour\fP, \fB--no-colour\fP - Whether to use coloured output.
.PP
\fB-T\fP, \fB--traceback\fP - Show the complete traceback on error.
.TP
.B
\fB--version\fP
- Show the version and exit.
.PP
\fB-h\fP, \fB--help\fP - Show this message and exit.
.SH AUTHORS
Written by Dominic Davis-Foste <dominic@davis-foster.co.uk>
.PP
This manual page was written by Josenison F. da Silva
<nilsonfsilva@hotmail.com> and Bo YU <tsu.yubo@gmail.com> for the
Debian project (but may be used by others).
|