Orbits
1
|
Public Member Functions | |
def | __init__ |
def | run |
Public Member Functions inherited from pip.basecommand.Command | |
def | __init__ |
def | setup_logging |
def | parse_args |
def | main |
Static Public Attributes | |
string | name = 'wheel' |
string | usage |
string | summary = 'Build wheels from your requirements.' |
Static Public Attributes inherited from pip.basecommand.Command | |
name = None | |
usage = None | |
hidden = False | |
Additional Inherited Members | |
Public Attributes inherited from pip.basecommand.Command | |
parser | |
cmd_opts | |
Build Wheel archives for your requirements and dependencies. Wheel is a built-package format, and offers the advantage of not recompiling your software during every install. For more details, see the wheel docs: http://wheel.readthedocs.org/en/latest. Requirements: setuptools>=0.8, and wheel. 'pip wheel' uses the bdist_wheel setuptools extension from the wheel package to build individual wheels.
def pip.commands.wheel.WheelCommand.__init__ | ( | self, | |
args, | |||
kw | |||
) |
def pip.commands.wheel.WheelCommand.run | ( | self, | |
options, | |||
args | |||
) |
|
static |
|
static |
|
static |
Copyright 2014 Google Inc. All rights reserved.