File "cmdoptions.cpython-34.pyc"

Full Path: /home/attunedd/public_html/byp/izo/con7ext_sym404/rintoar.txt/opt/alt/python34/lib/python3.4/site-packages/pip/__pycache__/cmdoptions.cpython-34.pyc
File size: 7.06 KB
MIME-type: text/x-bytecode.python
Charset: 8 bit


Rer$@sJdZddlZddlmZmZmZddlmZddZGddde	Z
e
d	d
ddd
dddZe
ddddd
ddddeZe
ddddd
dddddZ
e
ddddd
dddZe
dddd d
ddddd!Ze
d"dd#d$d%dd&Ze
d'dd(d
ddddeZe
d)d*dd+d$d%dedd,Ze
d-dd.d
ddddeZe
d/dd0d1d2dd3dd4Ze
d5d6d$d7dd8d1d9dd:dd;Ze
d<dd=d1d2dd3deZe
d>dd?d1d2dd3deZe
d@ddAd1dBdCdDdEdFdGgdgd
dHd$d
ddIZe
dJddKd1d2dd3d$d%ddLZe
dMdNdOddPd$dQddRddSZe
dTddUd$dQd
dHdgddVZe
dWddXd
dddddYZe
dZd[dd\d
dHdgd$d]dd^Ze
d_d`ddad
ddddeZe
dbddcd$dQd
dHdgdeZe
dddded
dHdgd$dfddgZ e
dhddid
dddddjZ!e
dkddid
dldddeZ"e
dmdnddod
dHdgd$dfddpZ#e
dqddrd
dldddeZ$e
dsddtd
ddddduZ%e
dvdwddxd
dHdgd$dyddzZ&e
d{dd|d
ddeZ'e
d}dd|d
dldd~ddZ(e
dddd$dddddZ)e
ddddd
dddddZ*e
ddddddd$dddZ+e
dddd
dHd$dddZ,e
dddd
dHd$dddZ-e
dd
dddddZ.idd6eee
eeeeeeeeeeeegd6Z/idd6eeeeeee e!e"e#e$e%gd6Z0dS)aE
shared options and groups

The principle here is to define options once, but *not* instantiate them globally.
One reason being that options with action='append' can carry state between parses.
pip parse's general options twice internally, and shouldn't pass on state.
To be consistent, all options will follow this design.

N)OptionGroup
SUPPRESS_HELPOption)default_log_filecCs?t||d}x%|dD]}|j|jqW|S)z
    Return an OptionGroup object
    group  -- assumed to be dict with 'name' and 'options' keys
    parser -- an optparse Parser
    nameoptions)r
add_optionmake)groupparseroption_groupoptionr)/tmp/pip-ztkk0jow-build/pip/cmdoptions.pymake_option_groupsrc@s.eZdZdZddZddZdS)OptionMakerzClass that stores the args/kwargs that would be used to make an Option,
    for making them later, and uses deepcopy's to reset state.cOs||_||_dS)N)argskwargs)selfrrrrr__init__s	zOptionMaker.__init__cCs1tj|j}tj|j}t||S)N)copydeepcopyrrr)r	args_copykwargs_copyrrrr	 szOptionMaker.makeN)__name__
__module____qualname____doc__rr	rrrrrsrz-hz--helpdesthelpactionz
Show help.z--require-virtualenvz--require-venvrequire_venv
store_truedefaultFz-vz	--verboseverbosecountzDGive more output. Option is additive, and can be used up to 3 times.z-Vz	--versionversionzShow version and exit.z-qz--quietquietzGive less output.z--loglogmetavarpathzAPath to a verbose appending log. This log is inactive by default.z--log-explicit-levelslog_explicit_levelsz
--log-filez--local-loglog_filezhPath to a verbose non-appending log, that only logs failures. This log is active by default at %default.z
--no-inputno_inputz--proxyproxytypestrz<Specify a proxy in the form [user:passwd@]proxy.server:port.z	--timeoutz--default-timeoutsectimeoutfloatz2Set the socket timeout (default %default seconds).z
--default-vcsdefault_vcsz--skip-requirements-regexskip_requirements_regexz--exists-action
exists_actionchoicechoicessiwbappendzPDefault action when a path already exists: (s)witch, (i)gnore, (w)ipe, (b)ackup.z--certcertzPath to alternate CA bundle.z-iz--index-urlz
--pypi-url	index_urlURLzhttps://pypi.python.org/simple/z4Base URL of Python Package Index (default %default).z--extra-index-urlextra_index_urlsz@Extra URLs of package indexes to use in addition to --index-url.z
--no-indexno_indexzAIgnore package index (only looking at --find-links URLs instead).z-fz--find-links
find_linksurlzIf 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.z-Mz
--use-mirrorsuse_mirrorsz	--mirrorsmirrorsz--allow-externalallow_externalPACKAGEz1Allow the installation of externally hosted filesz--allow-all-externalallow_all_externalz5Allow the installation of all externally hosted filesz--no-allow-externalstore_falsez--allow-unverifiedz--allow-insecureallow_unverifiedz9Allow the installation of insecure and unverifiable filesz--no-allow-insecureallow_all_insecurez--process-dependency-linksprocess_dependency_linksz*Enable the processing of dependency links.z-rz
--requirementrequirementsfilezQInstall from the given requirements file. This option can be used multiple times.z--use-wheel	use_wheelz--no-use-wheelTzVDo not Find and prefer wheel archives when searching indexes and find-links locations.z--download-cachedownload_cachedirz#Cache downloaded packages in <dir>.z	--no-depsz--no-dependenciesignore_dependenciesz#Don't install package dependencies.z-bz--buildz--build-dirz--build-directory	build_dirz/Directory to unpack packages into and build in.z--install-optioninstall_optionsra"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.z--global-optionglobal_optionszTExtra global options to be supplied to the setup.py call before the install command.z
--no-cleanz!Don't clean up build directories.zGeneral OptionsrzPackage Index Options)1rroptparserrr
pip.locationsrrobjectrhelp_require_virtualenvr$r&r'r(r+r,r-r.r3r6r7r8r@rAextra_index_urlrDrErGrHrIrKno_allow_externalallow_unsafeno_allow_unsaferOrPrRno_use_wheelrSno_depsrVrWrXno_clean
general_groupindex_grouprrrr<module>	s