Orbits  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Pages
Public Member Functions | Public Attributes | Private Member Functions | List of all members
pip.wheel.WheelBuilder Class Reference
Inheritance diagram for pip.wheel.WheelBuilder:
_object

Public Member Functions

def __init__
 
def build
 

Public Attributes

 requirement_set
 
 finder
 
 wheel_dir
 
 build_options
 
 global_options
 

Private Member Functions

def _build_one
 

Detailed Description

Build wheels from a RequirementSet.

Constructor & Destructor Documentation

def pip.wheel.WheelBuilder.__init__ (   self,
  requirement_set,
  finder,
  wheel_dir,
  build_options = [],
  global_options = [] 
)

Member Function Documentation

def pip.wheel.WheelBuilder._build_one (   self,
  req 
)
private
Build one wheel.
def pip.wheel.WheelBuilder.build (   self)
Build wheels.

Member Data Documentation

pip.wheel.WheelBuilder.build_options
pip.wheel.WheelBuilder.finder
pip.wheel.WheelBuilder.global_options
pip.wheel.WheelBuilder.requirement_set
pip.wheel.WheelBuilder.wheel_dir

The documentation for this class was generated from the following file:

Copyright 2014 Google Inc. All rights reserved.