usage: Turn OS packages into wheels [-h] [-d DIRECTORY] [--py2] package
positionalarguments:
package
The name of the package to rewheel, as seen by Python (not your OS!).
optionalarguments:-h, --help
show this help message and exit
-d DIRECTORY, --directory DIRECTORY
Leave the new .whl file in the given directory. Otherwise the default is to use the current
working directory. If DIRECTORY doesn't exist, it will be created. This overrides
$DIRTBIKE_DIRECTORY
--py2 Use the python2 site-packages directory to build the wheel
dirtbike also recognizes the environment variable $DIRTBIKE_DIRECTORY which if set, is used as the
directory to put .whl files in. This is analogous to the -d/--directory option, although the command line
switch takes precedence.
dirtbike 0.3-8 September 2021 DIRTBIKE(1)