ó
€
\c           @   sE  d  Z  d d l m Z m 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 i d$ d% 6e e e e	 e
 e g d& 6Z d' S((   s   shared options and groupsiÿÿÿÿ(   t   make_optiont   OptionGroupc         C   s9   t  | |  d ƒ } x |  d D] } | j | ƒ 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(    (    sU   /data/av2000/b2b/venv/lib/python2.7/site-packages/pip-1.3-py2.7.egg/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   Package Index OptionsR   R   N(   t   __doc__t   optparseR    R   R	   R   t   extra_index_urlt   FalseR   R   R   R   t   index_group(    (    (    sU   /data/av2000/b2b/venv/lib/python2.7/site-packages/pip-1.3-py2.7.egg/pip/cmdoptions.pyt   <module>   sb   									