Ñò
œèRc           @   sG  d  Z  d d k l Z l Z d d k l Z d „  Z e d d d d d	 d
 d d d d d ƒZ e d d d d
 d d d d g  d d ƒZ e d d d d d d e	 d d ƒZ
 e d d d d d d d g  d
 d d d ƒZ e d d d d  d d d e	 d d! ƒZ e d" d d# d
 d d d d g  d d$ ƒZ e d% d d& d d d g  d
 d' d d( ƒZ e d) d d* d d d e d d+ ƒZ e d, d d* d d- d d. ƒZ e d/ d d0 d d d g  d
 d' d d1 ƒZ e d2 d d3 d d- d e d d4 ƒZ e d5 d6 d d7 d d d g  d
 d8 d d9 ƒZ e d: d d; d d d d< ƒZ e d= d d> d
 d? d dV d d@ ƒZ e dA dB d dC d d d e	 d dD ƒZ e dE dF dG dH d dI d
 d? d e d dJ ƒZ e dK d dL d d d
 dM d dN ƒZ e dO d dP d d d
 dM d dQ ƒZ e dR d d d e	 d dS ƒZ h dT dU 6e e e
 e e e e e e e e g dM 6Z dV S(W   s   shared options and groupsiÿÿÿÿ(   t   make_optiont   OptionGroup(   t   build_prefixc         C   s9   t  | |  d ƒ } x |  d D] } | i | ƒ q W| S(   s‡   
    Return an OptionGroup object
    group  -- assumed to be dict with 'name' and 'options' keys
    parser -- an optparse Parser
    t   namet   options(   R   t
   add_option(   t   groupt   parsert   option_groupt   option(    (    sJ   /var/www/html/kasc-wg8/erics/lib/python2.6/site-packages/pip/cmdoptions.pyt   make_option_group   s
     s   -is   --index-urls
   --pypi-urlt   destt	   index_urlt   metavart   URLt   defaults   https://pypi.python.org/simple/t   helps4   Base URL of Python Package Index (default %default).s   --extra-index-urlt   extra_index_urlst   actiont   appends@   Extra URLs of package indexes to use in addition to --index-url.s
   --no-indext   no_indext
   store_truesA   Ignore package index (only looking at --find-links URLs instead).s   -fs   --find-linkst
   find_linkst   urls§   If a url or path to an html file, then parse for links to archives. If a local path or file:// url that's a directory, then look for archives in the directory listing.s   -Ms   --use-mirrorst   use_mirrorssB   Use the PyPI mirrors as a fallback in case the main index is down.s	   --mirrorst   mirrorss9   Specific mirror URLs to query when --use-mirrors is used.s   --allow-externalt   allow_externalt   PACKAGEs1   Allow the installation of externally hosted filess   --allow-all-externalt   allow_all_externals5   Allow the installation of all externally hosted filess   --no-allow-externalt   store_falses8   Disallow the installation of all externally hosted filess   --allow-insecuret   allow_insecures9   Allow the installation of insecure and unverifiable filess   --no-allow-insecuret   allow_all_insecures<   Disallow the installation of insecure and unverifiable filess   -rs   --requirementt   requirementst   filesQ   Install from the given requirements file. This option can be used multiple times.s   --use-wheelt	   use_wheelsu   Find and prefer wheel archives when searching indexes and find-links locations. Default to accepting source archives.s   --download-cachet   download_cachet   dirs#   Cache downloaded packages in <dir>.s	   --no-depss   --no-dependenciest   ignore_dependenciess#   Don't install package dependencies.s   -bs   --builds   --build-dirs   --build-directoryt	   build_dirs¬   Directory to unpack packages into and build in. The default in a virtualenv is "<venv path>/build". The default for global installs is "<OS temp dir>/pip_build_<username>".s   --install-optiont   install_optionsR   s"  Extra arguments to be supplied to the setup.py install command (use like --install-option="--install-scripts=/usr/local/bin"). Use multiple --install-option options to pass multiple options to setup.py install. If you are using an option with a directory path, be sure to use absolute path.s   --global-optiont   global_optionssT   Extra global options to be supplied to the setup.py call before the install command.s
   --no-cleans!   Don't clean up build directories.s   Package Index OptionsR   N(   t   __doc__t   optparseR    R   t   pip.locationsR   R
   R   t   extra_index_urlt   FalseR   R   R   R   R   t   TrueR   t   no_allow_externalt   allow_unsafet   no_allow_unsafeR    R"   t   NoneR#   t   no_depsR&   R'   R(   t   no_cleant   index_group(    (    (    sJ   /var/www/html/kasc-wg8/erics/lib/python2.6/site-packages/pip/cmdoptions.pyt   <module>   s
  																								