/opt/alt/python34/lib/python3.4/site-packages/pip/commands
NameSizeModeActions
__pycache__/-0755rm
bundle.py17870644editdlrm
bundle.pyc22800644editdlrm
bundle.pyo22800644editdlrm
completion.py18380644editdlrm
completion.pyc24520644editdlrm
completion.pyo24520644editdlrm
freeze.py46640644editdlrm
freeze.pyc46240644editdlrm
freeze.pyo46240644editdlrm
help.py9270644editdlrm
help.pyc13340644editdlrm
help.pyo13340644editdlrm
install.py137800644editdlrm
install.pyc104490644editdlrm
install.pyo104490644editdlrm
list.py68140644editdlrm
list.pyc66160644editdlrm
list.pyo66160644editdlrm
search.py47360644editdlrm
search.pyc55460644editdlrm
search.pyo55460644editdlrm
show.py27670644editdlrm
show.pyc34710644editdlrm
show.pyo34710644editdlrm
uninstall.py22030644editdlrm
uninstall.pyc27160644editdlrm
uninstall.pyo27160644editdlrm
unzip.py1850644editdlrm
unzip.pyc5770644editdlrm
unzip.pyo5770644editdlrm
wheel.py77140644editdlrm
wheel.pyc63270644editdlrm
wheel.pyo63270644editdlrm
zip.py148210644editdlrm
zip.pyc121600644editdlrm
zip.pyo121600644editdlrm
__init__.py22360644editdlrm
__init__.pyc26890644editdlrm
__init__.pyo26890644editdlrm
Edit: /opt/alt/python34/lib/python3.4/site-packages/pip/commands/install.pyo (10449B)
Ñò *‘Rec@sôddkZddkZddkZddkZddklZlZlZddkl Z ddk l Z l Z l Z lZddklZddklZddklZlZlZddklZdd klZd efd „ƒYZdS( iÿÿÿÿN(tInstallRequirementtRequirementSettparse_requirements(tlogger(t src_prefixtvirtualenv_no_globaltdistutils_schemet build_prefix(tCommand(t PackageFinder(tInstallationErrort CommandErrortPreviousBuildDirError(t cmdoptions(tBuildDirectorytInstallCommandcBsAeZdZdZdZdZeZd„Zd„Z d„Z RS(sI Install packages from: - PyPI (and other indexes) using requirement specifiers. - VCS project urls. - Local project directories. - Local or remote source archives. pip also supports installing from "requirements files", which provide an easy way to specify a whole environment to be installed. tinstallsõ %prog [options] ... %prog [options] -r ... %prog [options] [-e] ... %prog [options] [-e] ... %prog [options] ...sInstall packages.c Oshtt|ƒi||Ž|i}|idddddddgdd d d ƒ|itiiƒƒ|itiiƒƒ|id d ddddddd dƒ|iddddddddddd dƒ|iti iƒƒ|idddddddddt d dƒ|idddddd d d!ƒ|id"dd#dd d d$ƒ|id%d&dd'dd d d(ƒ|iti iƒƒ|id)dd*dd d d+ƒ|id,dd-dd d d.ƒ|iti iƒƒ|itiiƒƒ|id/dd0dd d d1ƒ|id2dd3dd d d4ƒ|id5dd6ddddd d7ƒ|id8dd9dd:ddd d;ƒ|id<dd dd=dtd d>ƒ|id?dd@dd=d dAƒ|itiiƒƒ|itiiƒƒ|idBdd dtd dCƒ|itiiƒƒtiti|iƒ}|iidD|ƒ|iidD|ƒdS(ENs-es --editabletdestt editablestactiontappendtdefaulttmetavarspath/urlthelpskInstall a project in editable mode (i.e. setuptools "develop mode") from a local project path or a VCS url.s-ts--targett target_dirtdirsInstall packages into .s-ds --downloads--download-dirs--download-directoryt download_dirs`Download packages into instead of installing them, regardless of what's already installed.s--srcs--sources --source-dirs--source-directorytsrc_dirs˜Directory to check out editable projects into. The default in a virtualenv is "/src". The default for global installs is "/src".s-Us --upgradetupgradet store_truesˆUpgrade all packages to the newest available version. This process is recursive regardless of whether a dependency is already satisfied.s--force-reinstalltforce_reinstallsKWhen upgrading, reinstall all packages even if they are already up-to-date.s-Is--ignore-installedtignore_installeds5Ignore the installed packages (reinstalling instead).s --no-installt no_installsNDEPRECATED. Download and unpack all packages, but don't actually install them.s --no-downloadt no_downloadsDEPRECATED. Don't download any packages, just install the ones already downloaded (completes an install run with --no-install).s--usert use_user_sitesInstall using the user scheme.s--eggtas_eggsâInstall packages as eggs, not 'flat', like pip normally does. This option is not about installing *from* eggs. (WARNING: Because this option overrides pip's normal install logic, requirements files may not behave as expected.)s--roott root_paths=Install everything relative to this alternate root directory.s--strip-file-prefixtstrip_file_prefixtprefixs5Strip given prefix from script paths in wheel RECORD.s --compiletcompilesCompile py files to pycs --no-compilet store_falsesDo not compile py files to pycs--presYInclude pre-release and development versions. By default, pip only finds stable versions.i(tsuperRt__init__tcmd_optst add_optionR t requirementstmaket build_dirtNonetdownload_cacheRtno_depstinstall_optionstglobal_optionstTruet use_wheelt no_use_wheeltFalsetno_cleantmake_option_groupt index_grouptparsertinsert_option_group(tselftargstkwR+t index_opts((sE/opt/alt/python34/lib/python3.4/site-packages/pip/commands/install.pyR*(sÌ     cCsRtd|id|d|id|id|id|id|id|id |ƒ S( s¨ Create a package finder appropriate to this install command. This method is meant to be overridden by subclasses, not called directly. t find_linkst index_urlsR6tallow_externaltallow_unverifiedtallow_all_externaltallow_all_prereleasestprocess_dependency_linkstsession(R RBR6RDRERFtpreRH(R>toptionsRCRI((sE/opt/alt/python34/lib/python3.4/site-packages/pip/commands/install.pyt_build_package_finder±s      cCs|ip|ip|ip |iotiddƒn|iot|_t|_n|idjo!|ip |io t |_n|iot i i |iƒ|_nt i i |iƒ|_|ipg}|io+tƒotdƒ‚n|idƒnd}|iot|_tiƒ}t i i |iƒ|_t i i|iƒo't i i|iƒ otdƒ‚n|id|ƒn|ipg}|ig|i}|io$tiddi|ƒƒg}n|i otidd ƒn|i!o!tidd ƒ||i!7}n|i"|ƒ}|i#|||ƒ}|ip|i } t$|id | ƒi%i&ƒ} z?| ~ } t'd | d |id|id|i(d|i)d|i*d|id|i+d|i,d|id|d|d|i-ƒ } x'|D]} | i.t/i0| dƒƒqWx0|i1D]%} | i.t/i2| d|i3ƒƒqFWxG|i4D]<}x3t5|d|d|d|ƒD]}| i.|ƒqžWqyW| i6p\h|i7d6}|i8o&dt9|ddi|i8ƒƒ}n d |}ti:|ƒdSzuyO|ip#| i;|d!|i<d"|i<ƒn | i=ƒ|i o}|i< or| i>||d#|i?d$|i@ƒdig}| iAD]}||i7q¨~ƒ}|otid%|ƒqpn|i<pPdig}| iBD]}||i7q~ƒ}|otid&|ƒqpn3|i<o(| iC|iDƒtid'|iDƒnWntEj ot|_‚nXWd|i o,|i p |io| iFd"|i<ƒnXWdQX|ioœt i i|iƒpt iG|iƒntHd(d)|ƒd*}xHt iI|ƒD]7}tJiKt i i||ƒt i i|i|ƒƒq/WtJiL|ƒn| S(+Ns1.7s~DEPRECATION: --no-install, --no-download, --build, and --no-clean are deprecated. See https://github.com/pypa/pip/issues/906.sZCan not perform a '--user' install. User site-packages are not visible in this virtualenv.s--users=Target path exists but is not a directory, will not continue.s--home=sIgnoring indexes: %st,sˆ--use-mirrors has been deprecated and will be removed in the future. Explicit uses of --index-url and/or --extra-index-url is suggested.s…--mirrors has been deprecated and will be removed in the future. Explicit uses of --index-url and/or --extra-index-url is suggested.tdeleteR/RRR1RR#Rtignore_dependenciesRR"RRIt pycompilet default_vcstfinderRKtnames^You must give at least one requirement to %(name)s (maybe you meant "pip %(name)s %(links)s"?)tlinkst sLYou must give at least one requirement to %(name)s (see "pip help %(name)s")tforce_root_egg_infotbundletrootR%sSuccessfully installed %ssSuccessfully downloaded %ssCreated bundle in %stthometpurelib(MR R!R/R9Rt deprecatedRR5RR0RtostpathtabspathRR3R"RR RRttempfiletmkdtemptexiststisdirR R4t index_urltextra_index_urlstno_indextnotifytjoint use_mirrorstmirrorst_build_sessionRLRt__exit__t __enter__RR1RR#RORR'tadd_requirementRt from_lineRt from_editableRQR-Rthas_requirementsRSRBtdicttwarnt prepare_filesRWt locate_filesRR$R%tsuccessfully_installedtsuccessfully_downloadedt create_bundletbundle_filenameR t cleanup_filestmakedirsRtlistdirtshutiltmovetrmtree(R>RKR?R3ttemp_target_dirR4RCRIRRt build_deletet_[1]R/trequirement_setRStfilenametreqtoptstmsgt_[2]t installedt_[3]t downloadedtlib_dirtitem((sE/opt/alt/python34/lib/python3.4/site-packages/pip/commands/install.pytrunÃsì              -       ,              #  #    #  #     ( t__name__t __module__t__doc__RStusagetsummaryR8RWR*RLRŽ(((sE/opt/alt/python34/lib/python3.4/site-packages/pip/commands/install.pyRs  ‰ (R]tsysR`R}tpip.reqRRRtpip.logRt pip.locationsRRRRtpip.basecommandRt pip.indexR tpip.exceptionsR R R tpipR tpip.utilRR(((sE/opt/alt/python34/lib/python3.4/site-packages/pip/commands/install.pyts    "