Orbits  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Pages
Classes | Namespaces | Functions | Variables
wheel.py File Reference

Classes

class  pip.wheel.Wheel
 
class  pip.wheel.WheelBuilder
 

Namespaces

namespace  pip.wheel
 

Functions

def pip.wheel.rehash
 
def pip.wheel.binary
 
def pip.wheel.open_for_csv
 
def pip.wheel.fix_script
 
def pip.wheel.root_is_purelib
 
def pip.wheel.get_entrypoints
 
def pip.wheel.move_wheel_files
 
def pip.wheel._unique
 
def pip.wheel.uninstallation_paths
 
def pip.wheel.wheel_version
 
def pip.wheel.check_compatibility
 

Variables

string pip.wheel.wheel_ext = '.whl'
 
tuple pip.wheel.VERSION_COMPATIBLE = (1, 0)
 
tuple pip.wheel.dist_info_re = re.compile(r"""^(?P<namever>(?P<name>.+?)(-(?P<ver>\d.+?))?) \.dist-info$""", re.VERBOSE)
 

Copyright 2014 Google Inc. All rights reserved.