ok

Mini Shell

Direktori : /opt/alt/python33/lib/python3.3/site-packages/pip/
Upload File :
Current File : //opt/alt/python33/lib/python3.3/site-packages/pip/cmdoptions.pyc

�
�2{Yc@sGdZddlZddlmZmZmZddlmZd�Zde	fd��YZ
e
dd	d
ddddd
�Ze
ddd
ddddede�Z
e
ddd
ddddddd�Ze
ddd
ddddd�Ze
ddd
ddddddd �Ze
d!d
d"d#d$dd%�Ze
d&d
d'dddede�Ze
d(d)d
d*d#d$dedd+�Ze
d,d
d-dddede�Ze
d.d
d/d0d1dd2dd3�Ze
d4d5d#d6d
d7d0d8dd9dd:�Ze
d;d
d<d0d1dd2de�Ze
d=d
d>d0d1dd2de�Ze
d?d
d@d0dAdBdCdDdEdFgdgddGd#dddH�Ze
dId
dJd0d1dd2d#d$ddK�Ze
dLdMdNd
dOd#dPddQddR�Ze
dSd
dTd#dPddGdgddU�Ze
dVd
dWdddeddX�Ze
dYdZd
d[ddGdgd#d\dd]�Ze
d^d_d
d`dddede�Ze
dad
dbd#dPddGdgde�Z e
dcd
ddddGdgd#deddf�Z!e
dgd
dhdddeddi�Z"e
djd
dhddkdede�Z#e
dldmd
dnddGdgd#deddo�Z$e
dpd
dqddkdede�Z%e
drd
dsdddeddt�Z&e
dudvd
dwddGdgd#dxddy�Z'e
dzd
d{ddde�Z(e
d|d
d{ddkde)dd}�Z*e
d~d
dd#d�dddd��Z,e
d�d�d
d�dddedd��Z-e
d�d�d�d�d
d�d#d�dd��Z.e
d�d
d�ddGd#d�dd��Z/e
d�d
d�ddGd#d�dd��Z0e
d�dddedd��Z1id�d�6ee
eeeeeeeeeeeeegd�6Z2id�d�6eeeeee e!e"e#e$e%e&gd�6Z3dS(�sE
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.

i����N(tOptionGroupt
SUPPRESS_HELPtOption(tdefault_log_filecCs?t||d�}x%|dD]}|j|j��qW|S(s�
    Return an OptionGroup object
    group  -- assumed to be dict with 'name' and 'options' keys
    parser -- an optparse Parser
    tnametoptions(Rt
add_optiontmake(tgrouptparsertoption_grouptoption((s?/opt/alt/python33/lib/python3.3/site-packages/pip/cmdoptions.pytmake_option_groupstOptionMakercBs eZdZd�Zd�ZRS(s�Class 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(targstkwargs(tselfRR((s?/opt/alt/python33/lib/python3.3/site-packages/pip/cmdoptions.pyt__init__s	cCs1tj|j�}tj|j�}t||�S(N(tcopytdeepcopyRRR(Rt	args_copytkwargs_copy((s?/opt/alt/python33/lib/python3.3/site-packages/pip/cmdoptions.pyR s(t__name__t
__module__t__doc__RR(((s?/opt/alt/python33/lib/python3.3/site-packages/pip/cmdoptions.pyR
s	s-hs--helptdestthelptactions
Show help.s--require-virtualenvs--require-venvtrequire_venvt
store_truetdefaults-vs	--verbosetverbosetcountisDGive more output. Option is additive, and can be used up to 3 times.s-Vs	--versiontversionsShow version and exit.s-qs--quiettquietsGive less output.s--logtlogtmetavartpathsAPath to a verbose appending log. This log is inactive by default.s--log-explicit-levelstlog_explicit_levelss
--log-files--local-logtlog_fileshPath to a verbose non-appending log, that only logs failures. This log is active by default at %default.s
--no-inputtno_inputs--proxytproxyttypetstrts<Specify a proxy in the form [user:passwd@]proxy.server:port.s	--timeouts--default-timeouttsecttimeouttfloatis2Set the socket timeout (default %default seconds).s
--default-vcstdefault_vcss--skip-requirements-regextskip_requirements_regexs--exists-actiont
exists_actiontchoicetchoiceststitwtbtappendsPDefault action when a path already exists: (s)witch, (i)gnore, (w)ipe, (b)ackup.s--certtcertsPath to alternate CA bundle.s-is--index-urls
--pypi-urlt	index_urltURLshttps://pypi.python.org/simple/s4Base URL of Python Package Index (default %default).s--extra-index-urltextra_index_urlss@Extra URLs of package indexes to use in addition to --index-url.s
--no-indextno_indexsAIgnore package index (only looking at --find-links URLs instead).s-fs--find-linkst
find_linksturls�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-mirrorstuse_mirrorss	--mirrorstmirrorss--allow-externaltallow_externaltPACKAGEs1Allow the installation of externally hosted filess--allow-all-externaltallow_all_externals5Allow the installation of all externally hosted filess--no-allow-externaltstore_falses--allow-unverifieds--allow-insecuretallow_unverifieds9Allow the installation of insecure and unverifiable filess--no-allow-insecuretallow_all_insecures--process-dependency-linkstprocess_dependency_linkss*Enable the processing of dependency links.s-rs
--requirementtrequirementstfilesQInstall from the given requirements file. This option can be used multiple times.s--use-wheelt	use_wheels--no-use-wheelsVDo not Find and prefer wheel archives when searching indexes and find-links locations.s--download-cachetdownload_cachetdirs#Cache downloaded packages in <dir>.s	--no-depss--no-dependenciestignore_dependenciess#Don't install package dependencies.s-bs--builds--build-dirs--build-directoryt	build_dirs/Directory to unpack packages into and build in.s--install-optiontinstall_optionsRs"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-optiontglobal_optionssTExtra global options to be supplied to the setup.py call before the install command.s
--no-cleans!Don't clean up build directories.sGeneral OptionsRsPackage Index Options(4RRtoptparseRRRt
pip.locationsRRtobjectR
thelp_tFalsetrequire_virtualenvRR!R"R#R&R'R(R)R.R0R1R2R:R;textra_index_urlR>R?RARBRCREtno_allow_externaltallow_unsafetno_allow_unsafeRIRJRLtTruetno_use_wheeltNoneRMtno_depsRPRQRRtno_cleant
general_grouptindex_group(((s?/opt/alt/python33/lib/python3.3/site-packages/pip/cmdoptions.pyt<module>	s																																																	


Zerion Mini Shell 1.0