/usr/lib/python3.6/site-packages/pip/commands/__pycache__
NameSizeModeActions
check.cpython-36.opt-1.pyc12470644editdlrm
check.cpython-36.pyc12470644editdlrm
completion.cpython-36.opt-1.pyc25780644editdlrm
completion.cpython-36.pyc25780644editdlrm
download.cpython-36.opt-1.pyc53630644editdlrm
download.cpython-36.pyc53630644editdlrm
freeze.cpython-36.opt-1.pyc25600644editdlrm
freeze.cpython-36.pyc25600644editdlrm
hash.cpython-36.opt-1.pyc19010644editdlrm
hash.cpython-36.pyc19010644editdlrm
help.cpython-36.opt-1.pyc10520644editdlrm
help.cpython-36.pyc10520644editdlrm
install.cpython-36.opt-1.pyc104340644editdlrm
install.cpython-36.pyc104340644editdlrm
list.cpython-36.opt-1.pyc96240644editdlrm
list.cpython-36.pyc96630644editdlrm
search.cpython-36.opt-1.pyc41420644editdlrm
search.cpython-36.pyc41420644editdlrm
show.cpython-36.opt-1.pyc53130644editdlrm
show.cpython-36.pyc53130644editdlrm
uninstall.cpython-36.opt-1.pyc25380644editdlrm
uninstall.cpython-36.pyc25380644editdlrm
wheel.cpython-36.opt-1.pyc54000644editdlrm
wheel.cpython-36.pyc54000644editdlrm
__init__.cpython-36.opt-1.pyc20060644editdlrm
__init__.cpython-36.pyc20060644editdlrm
Edit: /usr/lib/python3.6/site-packages/pip/commands/__pycache__/hash.cpython-36.pyc (1901B)
3 Pf=@s~ddlmZddlZddlZddlZddlmZddlmZddl m Z ddl m Z m Z ejeZGdddeZd d ZdS) )absolute_importN)Command)ERROR) read_chunks) FAVORITE_HASH STRONG_HASHEScs4eZdZdZdZdZdZfddZddZZ S) HashCommandz Compute a hash of a local package archive. These can be used with --hash in a requirements file to do repeatable installs. hashz%prog [options] ...z#Compute hashes of package archives.c sJtt|j|||jjdddtdtddjtd|jj d|jdS) Nz-az --algorithm algorithmZstorez$The hash algorithm to use: one of %sz, )destchoicesactiondefaulthelpr) superr__init__Zcmd_optsZ add_optionrrjoinparserZinsert_option_group)selfargskw) __class__/usr/lib/python3.6/hash.pyrszHashCommand.__init__cCsD|s|jjtjtS|j}x"|D]}tjd||t||q"WdS)Nz%s: --hash=%s:%s) rZ print_usagesysstderrrr loggerinfo _hash_of_file)rZoptionsrr pathrrrrun(s zHashCommand.run) __name__ __module__ __qualname____doc__nameZusageZsummaryrr __classcell__rr)rrrs  rc CsDt|d,}tj|}xt|D]}|j|q WWdQRX|jS)z!Return the hash digest of a file.rbN)openhashlibnewrupdateZ hexdigest)rr archiver chunkrrrr3s   r)Z __future__rr)ZloggingrZpip.basecommandrZpip.status_codesrZ pip.utilsrZpip.utils.hashesrrZ getLoggerr!rrrrrrrs     #