Orbits  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Pages
Namespaces | Functions | Variables
pip.commands Namespace Reference

Namespaces

namespace  bundle
 
namespace  completion
 
namespace  freeze
 
namespace  help
 
namespace  install
 
namespace  list
 
namespace  search
 
namespace  show
 
namespace  uninstall
 
namespace  unzip
 
namespace  wheel
 
namespace  zip
 

Functions

def get_summaries
 
def get_similar_commands
 
def _sort_commands
 

Variables

dictionary commands
 
list commands_order
 

Detailed Description

Package containing all pip commands

Function Documentation

def pip.commands._sort_commands (   cmddict,
  order 
)
private
def pip.commands.get_similar_commands (   name)
Command name auto-correct.
def pip.commands.get_summaries (   ignore_hidden = True,
  ordered = True 
)
Yields sorted (command name, command summary) tuples.

Variable Documentation

dictionary pip.commands.commands
Initial value:
1 = {
2  BundleCommand.name: BundleCommand,
3  CompletionCommand.name: CompletionCommand,
4  FreezeCommand.name: FreezeCommand,
5  HelpCommand.name: HelpCommand,
6  SearchCommand.name: SearchCommand,
7  ShowCommand.name: ShowCommand,
8  InstallCommand.name: InstallCommand,
9  UninstallCommand.name: UninstallCommand,
10  UnzipCommand.name: UnzipCommand,
11  ZipCommand.name: ZipCommand,
12  ListCommand.name: ListCommand,
13  WheelCommand.name: WheelCommand,
14 }
list pip.commands.commands_order
Initial value:
1 = [
2  InstallCommand,
3  UninstallCommand,
4  FreezeCommand,
5  ListCommand,
6  ShowCommand,
7  SearchCommand,
8  WheelCommand,
9  ZipCommand,
10  UnzipCommand,
11  BundleCommand,
12  HelpCommand,
13 ]

Copyright 2014 Google Inc. All rights reserved.