SILENT KILLERPanel

Current Path: > > lib > python2.7 > site-packages > pip > > > commands


Operation   : Linux premium131.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
Software     : Apache
Server IP    : 162.0.232.56 | Your IP: 216.73.216.111
Domains      : 1034 Domain(s)
Permission   : [ 0755 ]

Files and Folders in: //lib/python2.7/site-packages/pip///commands

NameTypeSizeLast ModifiedActions
__init__.py File 2244 bytes April 21 2022 18:08:21.
__init__.pyc File 2636 bytes April 21 2022 18:08:35.
__init__.pyo File 2636 bytes April 21 2022 18:08:35.
check.py File 1382 bytes April 21 2022 18:08:21.
check.pyc File 1599 bytes April 21 2022 18:08:35.
check.pyo File 1599 bytes April 21 2022 18:08:35.
completion.py File 2453 bytes April 21 2022 18:08:21.
completion.pyc File 2894 bytes April 21 2022 18:08:35.
completion.pyo File 2894 bytes April 21 2022 18:08:35.
download.py File 7810 bytes April 21 2022 18:08:21.
download.pyc File 6173 bytes April 21 2022 18:08:35.
download.pyo File 6173 bytes April 21 2022 18:08:35.
freeze.py File 2835 bytes April 21 2022 18:08:21.
freeze.pyc File 3193 bytes April 21 2022 18:08:35.
freeze.pyo File 3193 bytes April 21 2022 18:08:35.
hash.py File 1597 bytes April 21 2022 18:08:21.
hash.pyc File 2403 bytes April 21 2022 18:08:35.
hash.pyo File 2403 bytes April 21 2022 18:08:35.
help.py File 982 bytes April 21 2022 18:08:21.
help.pyc File 1352 bytes April 21 2022 18:08:35.
help.pyo File 1352 bytes April 21 2022 18:08:35.
install.py File 18289 bytes April 21 2022 18:08:21.
install.pyc File 12098 bytes April 21 2022 18:08:35.
install.pyo File 12098 bytes April 21 2022 18:08:35.
list.py File 11369 bytes April 21 2022 18:08:21.
list.pyc File 11139 bytes April 21 2022 18:08:35.
list.pyo File 11094 bytes April 21 2022 18:08:36.
search.py File 4502 bytes April 21 2022 18:08:21.
search.pyc File 4955 bytes April 21 2022 18:08:35.
search.pyo File 4955 bytes April 21 2022 18:08:35.
show.py File 5891 bytes April 21 2022 18:08:21.
show.pyc File 5747 bytes April 21 2022 18:08:35.
show.pyo File 5747 bytes April 21 2022 18:08:35.
uninstall.py File 2884 bytes April 21 2022 18:08:21.
uninstall.pyc File 3039 bytes April 21 2022 18:08:35.
uninstall.pyo File 3039 bytes April 21 2022 18:08:35.
wheel.py File 7729 bytes April 21 2022 18:08:21.
wheel.pyc File 6366 bytes April 21 2022 18:08:35.
wheel.pyo File 6366 bytes April 21 2022 18:08:35.

Reading File: //lib/python2.7/site-packages/pip///commands/download.pyc

�
��abc@@s�ddlmZddlZddlZddlmZddlmZddlm	Z	ddl
mZddlm
Z
ddlmZmZdd	lmZdd
lmZeje�Zdefd��YZdS(
i(tabsolute_importN(tCommandError(t
FormatControl(tRequirementSet(tRequirementCommand(t
cmdoptions(t
ensure_dirtnormalize_path(tBuildDirectory(tcheck_path_ownertDownloadCommandcB@s2eZdZdZdZdZd�Zd�ZRS(sL
    Download packages from:

    - PyPI (and other indexes) using requirement specifiers.
    - VCS project urls.
    - Local project directories.
    - Local or remote source archives.

    pip also supports downloading from "requirements files", which provide
    an easy way to specify a whole environment to be downloaded.
    tdownloads%
      %prog [options] <requirement specifier> [package-index-options] ...
      %prog [options] -r <requirements file> [package-index-options] ...
      %prog [options] [-e] <vcs project url> ...
      %prog [options] [-e] <local project path> ...
      %prog [options] <archive url/path> ...sDownload packages.c
O@s
tt|�j||�|j}|jtj��|jtj��|jtj��|jtj	��|jtj
��|jtj��|jtj��|jtj
��|jtj��|jtj��|jtj��|jtj��|jddddddddd	tjd
d�|jddd
dd
d	dd
d�|jdddddd	dd
d�|jdddddd	dd
d�|jdddddd	dd
d�tjtj|j�}|jjd|�|jjd|�dS(Ns-ds--dests--destination-dirs--destination-directorytdesttdownload_dirtmetavartdirtdefaultthelpsDownload packages into <dir>.s
--platformtplatforms`Only download wheels compatible with <platform>. Defaults to the platform of the running system.s--python-versiontpython_versions&Only download wheels compatible with Python interpreter version <version>. If not specified, then the current system interpreter minor version is used. A major version (e.g. '2') can be specified to match all minor revs of that major version.  A minor version (e.g. '34') can also be specified.s--implementationtimplementations�Only download wheels compatible with Python implementation <implementation>, e.g. 'pp', 'jy', 'cp',  or 'ip'. If not specified, then the current interpreter implementation is used.  Use 'py' to force implementation-agnostic wheels.s--abitabis�Only download wheels compatible with Python abi <abi>, e.g. 'pypy_41'.  If not specified, then the current interpreter abi tag is used.  Generally you will need to specify --implementation, --platform, and --python-version when using this option.i(tsuperR
t__init__tcmd_optst
add_optionRtconstraintsteditabletrequirementst	build_dirtno_depstglobal_optionst	no_binarytonly_binarytsrctpretno_cleantrequire_hashestostcurdirtNonetmake_option_grouptnon_deprecated_index_grouptparsertinsert_option_group(tselftargstkwRt
index_opts((s9/usr/lib/python2.7/site-packages/pip/commands/download.pyR*sb		c
C@sZt|_|jr!|jg}nd}t|j|j|j|jg�}tt	�t	dg��}|r�|j
|kr�td��ntj
j|j�|_t|j�|_t|j�|j|���}|jd|d|d|jd|d|jd|j�}|jp|j}|jrWt|j�rWtjd	|j�d|_nt|jd
|���}	td|	d|jd
|jdtd|jd|d|jd|j�}
|j |
|||||j!d�|
j"s�dS|
j#|�dj$g|
j%D]}|j!^q�}|r4tj&d|�n|jsJ|
j'�nWdQXWdQX|
S(Ns:all:s�--only-binary=:all: must be set and --no-binary must not be set (or must be set to :none:) when restricting platform and interpreter constraints using --python-version, --platform, --abi, or --implementation.toptionstsessionRtpython_versionsRRs�The directory '%s' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.tdeleteRtsrc_dirR
tignore_installedtignore_dependenciestisolatedR%t sSuccessfully downloaded %s((tTrueR6RR(tanyRRRRtsettformat_controlRR&tpathtabspathR5RR
Rt_build_sessiont_build_package_finderR$Rt	cache_dirR	tloggertwarningRRR7t
isolated_modeR%tpopulate_requirement_settnamethas_requirementst
prepare_filestjointsuccessfully_downloadedtinfot
cleanup_files(
R-R1R.R3tdist_restriction_settbinary_onlyR2tfindertbuild_deleteRtrequirement_settreqt
downloaded((s9/usr/lib/python2.7/site-packages/pip/commands/download.pytrun{sx		
			
					
"
	(t__name__t
__module__t__doc__RGtusagetsummaryRRU(((s9/usr/lib/python2.7/site-packages/pip/commands/download.pyR
s	Q(t
__future__RtloggingR&tpip.exceptionsRt	pip.indexRtpip.reqRtpip.basecommandRtpipRt	pip.utilsRRtpip.utils.buildRtpip.utils.filesystemR	t	getLoggerRVRCR
(((s9/usr/lib/python2.7/site-packages/pip/commands/download.pyt<module>s

SILENT KILLER Tool