Orbits
1
|
Namespaces | |
namespace | __main__ |
namespace | _vendor |
namespace | backwardcompat |
namespace | basecommand |
namespace | baseparser |
namespace | cmdoptions |
namespace | commands |
namespace | download |
namespace | exceptions |
namespace | index |
namespace | locations |
namespace | log |
namespace | pep425tags |
namespace | req |
namespace | runner |
namespace | status_codes |
namespace | util |
namespace | vcs |
namespace | wheel |
Classes | |
class | FrozenRequirement |
Writing freeze files. More... | |
Functions | |
def | autocomplete |
def | create_main_parser |
def | parseopts |
def | main |
def | bootstrap |
Variables | |
cmdoptions = pip.cmdoptions | |
string | __version__ = "1.5.6" |
tuple | exit = main() |
def pip.autocomplete | ( | ) |
Command and option completion for the main option parser (and options) and its subcommands (and options). Enable by sourcing one of the completion shell scripts (bash or zsh).
def pip.bootstrap | ( | ) |
Bootstrapping function to be called from install-pip.py script.
def pip.create_main_parser | ( | ) |
def pip.main | ( | initial_args = None | ) |
def pip.parseopts | ( | args | ) |
string pip.__version__ = "1.5.6" |
pip.cmdoptions = pip.cmdoptions |
tuple pip.exit = main() |
Copyright 2014 Google Inc. All rights reserved.