a ;`T@sdZddlZddlZddlZddlZddlZddlZddlZddl Z ddl Z ddl Z ddl Z ddl Z ddlZzddlZejZWneydZejZYn0z ddlZWneydZYn0z ddlZWneydZYn0gdZGdddeZGdddeZeZZdZd Zd ZdZd Zd Zd Z d Z!dZ"dZ#dZ$dZ%dZ&dZ'e (e&Z)dZ*dZ+dZ,dZ-dZ.dZ/dZ0dZ1d Z2dZ3dZ4dZ5e (e4Z6dZ7dZ8dZ9dZ:dZ;dZd Z?dZ@dZAdZBd ZCdZDd ZEd ZFd!ZGd"ZHd#ZId$ZJd%ZKe (eJZLdZMdZNdZOdZPdZQdZRdZSdZTd ZUdZVdZWdZXd&ZYd'ZZe (eYZ[d(Z\d)Z]e (e\Z^dZ_dZ`dZadZbdZcdZddZedZfd ZgdZhd*Zie jd+Zkd,d-Zld.d/Zmd0d1Znd2d3Zod4d5ZpGd6d7d7eqZrdasd8d9Ztd:d;ZuGdd?d?Zwd@dAdBdBdBdBdCdDdEdFdCdGdHdIdJdKdLdMZxdNdOZydodPdQZzdRdSZ{GdTdUdUZ|GdVdWdWZ}GdXdYdYej~ZGdZd[d[ej~ZGd\d]d]ZGd^d_d_eZd`daZdbdcZejZdddeZGdfdgdgeZGdhdidieZGdjdkdkZdpdldmZednkredS)qzP Read and write ZIP files. XXX references to utf-8 need further investigation. N) BadZipFile BadZipfileerror ZIP_STORED ZIP_DEFLATED ZIP_BZIP2ZIP_LZMA is_zipfileZipInfoZipFile PyZipFile LargeZipFilePathc@s eZdZdS)rN)__name__ __module__ __qualname__rr/usr/lib/python3.9/zipfile.pyr*src@seZdZdZdS)r zu Raised when writing a zipfile, the zipfile requires ZIP64 extensions and those extensions are disabled. N)rrr__doc__rrrrr .sr i -.?s<4s4H2LHsPK z<4s4B4HL2L5H2LsPK z <4s2B4HL2L2HsPKz<4sLQLsPKz <4sQ2H2L4QsPKiPKr0structr/structEndArchive64LocatorstringEndArchive64LocatorrsizeEndCentDir64structEndArchive64stringEndArchive64_ECD_SIGNATURE_ECD_DISK_NUMBER_ECD_DISK_START_ECD_ENTRIES_THIS_DISK_ECD_ENTRIES_TOTAL _ECD_SIZE _ECD_OFFSET)fpinoffsetendrecdataZsigZdisknoZreloffZdisksZszcreate_versionZ read_versionZdisk_numZdisk_dirZdircountZ dircount2ZdirsizeZ diroffsetrrr _EndRecData64s:       rXc Csf|dd|}z|t dWnty:YdS0|}t|tkr|ddtkr|dddkrtt |}t |}| d| |tt |t |St |dtd}||d|}|t}|dkrb|||t}t|tkrdSt tt |}|t}||t|t|}| || ||t |||||SdS) zReturn data from the "End of Central Directory" record, or None. The data is a list of the nine items in the ZIP "End of central dir" record followed by a tenth item, the file seek offset of this record.rrNr sr-i)rDtellsizeEndCentDirr:r>r0stringEndArchiverFr/structEndArchivelistr1rXmaxrfind_ECD_COMMENT_SIZE) rSZfilesizerVrUZmaxCommentStartr5ZrecDataZ commentSizecommentrrrr9sD         r9c@s\eZdZdZdZdddZddZdd d Zd d ZddZ e dddddZ ddZ d S)r z>Class with attributes describing each file in the ZIP archive.) orig_filenamerB date_time compress_type_compresslevelrbr3 create_systemrWextract_versionreserved flag_bitsvolume internal_attr external_attr header_offsetCRC compress_size file_size _raw_timeNoNamerrrrrcCs||_|td}|dkr(|d|}tjdkrJtj|vrJ|tjd}||_||_|ddkrjtdt |_ d|_ d|_ d|_ tjdkrd|_nd|_t|_t|_d|_d|_d|_d|_d|_d|_d|_dS)Nr/ruz+ZIP does not support timestamps before 1980r-Zwin32r)rcfindchrossepreplacerBrd ValueErrorrrerfrbr3sysplatformrgDEFAULT_VERSIONrWrhrirjrkrlrmrprq)selfrBrdZ null_byterrr__init__Ws4   zZipInfo.__init__cCsd|jj|jfg}|jtkr8|dt|j|j|jd?}|jd@}|rd|dt ||rv|d|| }|r|j r|d|j |r|j r|jtks|j |j kr|d|j |d d |S) Nz<%s filename=%r compress_type=%sr)rz filemode=%rz external_attr=%#xz file_size=%rz compress_size=%r>) __class__rrBrerr1compressor_namesgetrmstatfilemodeis_dirrqrpr2)rrChiloisdirrrr__repr__s0       zZipInfo.__repr__NcCs||j}|ddd>|dd>B|dB}|dd>|d d>B|ddB}|jd @rfd}}}n|j}|j}|j}|j}d} |d ur|tkp|tk}|rd } |t| dt | d ||}|tks|tkr|st d d}d}t } |j t krtt| } n|j tkrtt| } t| |j|_t| |j|_|\} } ttt|j|j| |j |||||t| t| } | | |S)z-Return the per-file header as a bytes object.rrur$rr!rrr&r rNz|_|rd|_|jd O_n|j|_|S) a_Construct an appropriate ZipInfo for a file on the filesystem. filename should be the path to a file or directory on the filesystem. arcname is the name which it will have within the archive (by default, this will be the same as filename, but without a drive letter and with leading path separators removed). rr"rurt;)rr;rNrrvrr)) isinstanceryPathLikefspathrS_ISDIRst_modetime localtimest_mtimepathnormpath splitdriverzaltseprmrqst_size) clsrBarcnamerstrmtimerdzinforrr from_files0       zZipInfo.from_filecCs|jddkS)z2Return True if this archive member is a directory.rvrBrrrrrszZipInfo.is_dir)rsrt)N)N) rrrr __slots__rrrrr classmethodrrrrrrr =s + .%r cCs0tdD]"}|d@r"|d?dA}q|dL}q|S)Nrrl q[)range)crcr7rrr_gen_crcs   rcsldddtdur&ttttdatfddfdd|D] }|qLfd d }|S) NixV4igE#ixV4cs|d?||Ad@AS)z(Compute the CRC32 primitive on one byte.rr)Zchr)crctablerrcrc323sz_ZipDecrypter..crc32cs<|d@d@ddd@d?dS)Nrrirr)c)rkey0key1key2rr update_keys7s z"_ZipDecrypter..update_keyscsNt}|j}|D]4}dB}|||dAd?d@N}|||qt|S)zDecrypt a bytes object.rrrr) bytearrayr1bytes)rVrCr1rk)rrrr decrypterAs z _ZipDecrypter..decrypter) _crctabler^maprr)pwdprr)rrrrrrr _ZipDecrypter)s   rc@s,eZdZddZddZddZddZd S) LZMACompressorcCs d|_dSN)_comprrrrrQszLZMACompressor.__init__cCsFtdtji}tjtjttj|gd|_tdddt ||S)NidfilterszrZrnrVrrrr>s  z_SharedFile.readcCs$|jdur |j}d|_||dSr)rr)rfileobjrrrrs z_SharedFile.closeN)r)r)rrrrrDr>rrrrrrs rc@s4eZdZddZddZddZddZd d Zd S) _TellablecCs||_d|_dSNr)r<rTrr<rrrrsz_Tellable.__init__cCs|j|}|j|7_|Sr)r<writerT)rrVr rrrrs z_Tellable.writecCs|jSr)rTrrrrrZsz_Tellable.tellcCs|jdSr)r<rrrrrrsz_Tellable.flushcCs|jdSr)r<rrrrrrsz_Tellable.closeN)rrrrrrZrrrrrrr s r cseZdZdZdZdZdZd(ddZd d Zd d Z d)ddZ d*ddZ ddZ d+ddZ ddZddZddZddZfdd Zd!d"Zd,d$d%Zd&d'ZZS)- ZipExtFilezZFile-like object for reading an archive member. Is returned by ZipFile.open(). i@iiNFcCs&||_||_||_|j|_|j|_|j|_t |j|_ d|_ d|_ d|_ d|_||_|j|_t|drz|j|_td|_nd|_d|_z4|r||_|j|_|j|_|j|_d|_WntyYn0d|_|r"|j d@r|j!d?d@}n|jd?d@}|"}||kr"t#d |j$dS) NFr-rroTrrrzBad password for file %r)%_fileobj_pwd_close_fileobjre_compress_typerp_compress_leftrq_leftr _decompressor_eof _readbuffer_offsetnewlinesmoderBnamer@ro _expected_crcr _running_crc _seekablerrZ_orig_compress_start_orig_compress_size_orig_file_size_orig_start_crcAttributeError _decrypterrjrr_init_decrypterrrc)rr rzipinforZ close_fileobjZ check_bytehrrrrsF        zZipExtFile.__init__cCs4t|j|_|jd}|jd8_||dS)Nrr&)rrr'rr>r)rrrrrr(Fs  zZipExtFile._init_decryptercCsvd|jj|jjfg}|jsX|d|j|jf|jtkrb|dt |j|jn |d|dd |S)N<%s.%sz name=%r mode=%rr [closed]rr) rrrclosedr1rrrrrrr2rrCrrrrQs   zZipExtFile.__repr__rcCsL|dkr>|jd|jd}|dkr>|j|j|}||_|Stj||S)zrRead and return a line from the stream. If limit is specified, at most limit bytes will be read. r r)rrwrioBufferedIOBasereadline)rlimitr6linerrrr2_szZipExtFile.readlinercCsr|t|j|jkr\||}t||jkrJ||j|jd|_d|_n|jt|8_|j|j|jdS)z6Returns buffered bytes without advancing the position.Nri)r0rrr>)rr chunkrrrpeekos zZipExtFile.peekcCs|jrtddS)NI/O operation on closed file.T)r-r|rrrrreadable|szZipExtFile.readablecCs|jrtd|dus|dkrV|j|jd}d|_d|_|jsR|||j7}q:|S||j}|t|jkr|j|j|}||_|S|t|j}|j|jd}d|_d|_|dkr|js||}|t|kr||_||_||d|7}q||7}|t|8}q|S)zRead and return up to n bytes. If the argument is omitted, None, or negative, data is read and returned until EOF is reached. zread from closed file.Nrr-)r-r|rrr_read1MAX_Nr0)rr bufendrVrrrr>s8   zZipExtFile.readcCs@|jdurdSt||j|_|jr<|j|jkr     zZipExtFile.read1cCs"|js|dkrdS|jtkrH|jj}|t|krR|||t|7}n ||}|jtkrj|jdk|_nx|jtkrt ||j }|j ||}|jj p|jdko|jj |_|jr||j 7}n |j |}|jj p|jdk|_|d|j}|jt|8_|jdkrd|_|||S)Nrr-T)rrrrZunconsumed_tailr0_read2rrr_ MIN_READ_SIZErrrrr>r rrrr9s4          zZipExtFile._read1cCsd|jdkrdSt||j}t||j}|j|}|jt|8_|sLt|jdur`||}|S)Nrr-) rr_rAminrr>r0EOFErrorr'r rrrr@s      zZipExtFile._read2cs0z|jr|jWtn t0dSr)rrrsuperrrrrrs zZipExtFile.closecCs|jrtd|jSNr7)r-r|r!rrrrrszZipExtFile.seekablercCsL|jrtd|jstd|}|dkr4|}n.|dkrF||}n|dkrZ|j|}ntd||jkrr|j}|dkr~d}||}||j}|dkr|t|j kr||_d}nf|dkr|j |j |j |_|j|_|j|_d|_ d|_t|j|_d|_|}|jdur||dkrDt|j|}||||8}q|S) Nzseek on closed file.!underlying stream is not seekablerrrzCwhence must be os.SEEK_SET (0), os.SEEK_CUR (1), or os.SEEK_END (2)r-F)r-r|r!r0UnsupportedOperationrZr$rr0rrrDr"r%r r#rrrrrrr'r(rB MAX_SEEK_READr>)rrTrZcurr_posZnew_posZ read_offsetZ buff_offsetZread_lenrrrrDsL            zZipExtFile.seekcCs>|jrtd|jstd|j|jt|j|j }|S)Nztell on closed file.rG) r-r|r!r0rHr$rr0rr)rZfileposrrrrZEs  zZipExtFile.tell)NF)r)r)r)r)rrrrr:rArIrr(rr2r6r8r>r>r?r9r@rrrDrZ __classcell__rrrErrs* 3    # %$  2rcs@eZdZddZeddZddZddZfd d ZZ S) _ZipWriteFilecCs8||_||_||_t|j|j|_d|_d|_d|_ dSr) _zinfo_zip64_zipfilerrerf _compressor _file_size_compress_size_crc)rzfrrrrrrOsz_ZipWriteFile.__init__cCs|jjSr)rNr<rrrrrYsz_ZipWriteFile._fileobjcCsdS)NTrrrrrwritable]sz_ZipWriteFile.writablecCsf|jrtdt|}|j|7_t||j|_|jrV|j|}|jt|7_|j ||SrF) r-r|r0rPrrRrOrrQrr)rrVnbytesrrrr`s  z_ZipWriteFile.writec sj|jr dSzNt|jrR|j}|jt|7_|j||j|j _ n |j |j _ |j |j _ |j |j _|j jd@r|jrdnd}|jt|t|j j |j j |j j|j|j_nn|js|j tkrtd|jtkrtd|j|j_|j|j j|j|j |j|j|jj|jj|j |j |jj|j j<Wd|j_ n d|j_ 0dS)Nrzdd Zd?d!d"d#d$Zd@d%d&ZdAd'd(ZdBd)d*Zed+d,Zd-d.Zd/d0ZdCd1d2ZdDd3d4Zd5d6Z d7d8Z!d9d:Z"d;d<Z#dS)Er ai Class with methods to open, read, write, close, list zip files. z = ZipFile(file, mode="r", compression=ZIP_STORED, allowZip64=True, compresslevel=None) file: Either the path to the file, or a file-like object. If it is a path, the file will be opened and closed by ZipFile. mode: The mode can be either read 'r', write 'w', exclusive create 'x', or append 'a'. compression: ZIP_STORED (no compression), ZIP_DEFLATED (requires zlib), ZIP_BZIP2 (requires bz2) or ZIP_LZMA (requires lzma). allowZip64: if True ZipFile will create files with ZIP64 extensions when needed, otherwise it will raise an exception when this would be necessary. compresslevel: None (default for the given compression type) or an integer specifying the level to pass to the compressor. When using ZIP_STORED or ZIP_LZMA this keyword has no effect. When using ZIP_DEFLATED integers 0 through 9 are accepted. When using ZIP_BZIP2 integers 1 through 9 are accepted. NrTrc CsH|dvrtdt|||_d|_d|_i|_g|_||_||_||_ d|_ d|_ ||_ t |tjrpt|}t |trd|_||_ddd d dd d d }||}zt|||_Wqty||vr||}YqYq0qqnd|_||_t|dd|_d|_t|_d|_d|_z|dkr2|n|dvrd|_z|j |_!Wn0t"tfyt#|j|_d|_!d|_Yn40z|j$|j!Wnt"tfyd|_Yn0nd|dkrz||j$|j!Wn4t%y|j$ddd|_|j |_!Yn0ntdWn$|j} d|_|&| Yn0dS)z]Open the ZIP file with mode read 'r', write 'w', exclusive create 'x', or append 'a'.)r[wxaz+ZipFile requires mode 'r', 'w', 'x', or 'a'FrNr-r?w+bx+br+bwbZxb)r[r\r]r^rar_r`rrTr[)r\r]r^rz"Mode must be 'r', 'w', 'x', or 'a')'r|r _allowZip64 _didModifydebugrYrXrrrr_comment_strict_timestampsrryrrstr _filePassedrBr0rAr<r:getattr _fileRefCnt threadingRLockrr!r_RealGetContentsrZrWr&r rDr_fpclose) rrrr allowZip64rrZmodeDictrr<rrrrs             zZipFile.__init__cCs|Srrrrrr __enter__szZipFile.__enter__cCs |dSrr)rtypevalue tracebackrrr__exit__szZipFile.__exit__cCsd|jj|jjfg}|jdurd|jr8|d|jn|jdurR|d|j|d|jn |d|dd|S)Nr+z file=%rz filename=%rz mode=%rr,rr) rrrr<rir1rBrr2r.rrrrs    zZipFile.__repr__c Cs|j}z t|}Wnty,tdYn0|s:td|jdkrLt||t}|t}|t|_ |t ||}|t t kr|t t8}|jdkr||}td||||||_||jd||}t|}d}||kr|t} t| tkrtdtt| } | ttkr*td|jdkr>t| || t} | d} | d @rj| d } n | d } t| } || t| _|| t | _!| t"| _#| dd \ | _$| _%| _&| _'| _(| _)} }| _*| _+| _,| j&t-krt.d | j&d| dd\| _/| _0| _1| | _2|d?d|d?d@|d@| d?| d?d@| d@df| _3| 4| j#|| _#|j56| | |j7| j8<|t| t| t| t }|jdkrtd|qdS)z/Read in the table of contents for the ZIP file.zFile is not a zip filerrzgiven, inferred, offsetrzTruncated central directoryz&Bad magic number for central directoryr!rrcp437rzzip file version %.1fr%r(r+r$rurr&rtotalN)9r<r9r:rreprintrQrR _ECD_COMMENTrf _ECD_LOCATIONrLrKrIrErWrDr>r0BytesIOsizeCentralDirr0rFr/structCentralDir _CD_SIGNATUREstringCentralDir_CD_FILENAME_LENGTHdecoder _CD_EXTRA_FIELD_LENGTHr3_CD_COMMENT_LENGTHrb_CD_LOCAL_HEADER_OFFSETrnrWrgrhrirjrerorprqMAX_EXTRACT_VERSIONrrkrlrmrrrdrrXr1rYrB)rr<rUZsize_cdZ offset_cdconcatZinferredrVrxcentdirrBflagsr]tdrrrrn$s                          zZipFile._RealGetContentscCsdd|jDS)z+Return a list of file names in the archive.cSsg|] }|jqSrr).0rVrrr tr-z$ZipFile.namelist..rXrrrrnamelistrszZipFile.namelistcCs|jS)zJReturn a list of class ZipInfo instances for files in the archive.rrrrrinfolistvszZipFile.infolistcCsLtdd|d|jD]0}d|jdd}td|j||jf|dqdS)z+Print a table of contents for the zip file.z%-46s %19s %12s)z File Namez Modified ZSize)rz%d-%02d-%02d %02d:%02d:%02dNr"z %-46s %s %12d)ryrXrdrBrq)rrrdaterrrprintdir{s zZipFile.printdirc Cspd}|jD]`}z>||jd}||r,q Wdn1s@0YWq tyh|jYS0q dS)z%Read all the files and check the CRC.ir[N)rXrArBr>r)rZ chunk_sizerfrrrtestzips  $ zZipFile.testzipcCs$|j|}|dur td||S)z,Return the instance of ZipInfo given 'name'.Nz(There is no item named %r in the archive)rYrKeyError)rrinforrrgetinfos  zZipFile.getinfocCs6|r t|ts tdt|j|r,||_nd|_dS)z)Set default password for encrypted files.pwd: expected bytes, got %sN)rr TypeErrorrsrr)rrrrr setpasswords zZipFile.setpasswordcCs|jS)z.The comment text associated with the ZIP file.)rfrrrrrbszZipFile.commentcCs^t|tstdt|jt|tkrNddl}|jdtdd|dt}||_ d|_ dS)Nzcomment: expected bytes, got %srz3Archive comment is too long; truncating to %d bytesr stacklevelT) rrrrsrr0ZIP_MAX_COMMENTwarningswarnrfrd)rrbrrrrrbs   cCs:||d|}|WdS1s,0YdS)zReturn file bytes for name.r[NrAr>)rrrr<rrrr>sz ZipFile.readF force_zip64c s|dvrtd|r0t|ts0tdt|j|rD|dkrDtdjsRtdt|trb|}n,|dkrt|}j|_ j |_ n |}|dkrj ||dSjrtdjd 7_tj|jjjfd d }z|t}t|tkrtd tt|}|ttkr&td ||t}|trL||t|jd@r`t d|jd@rtt d|t!d@r|"d} n |"d} | |j#krtd|j#|f|jd @} | r|s҈j$}|st%d|nd}t&||||dWS|'Yn0dS)auReturn file-like object for 'name'. name is a string for the file name within the ZIP file, or a ZipInfo object. mode should be 'r' to read a file already in the ZIP file, or 'w' to write to a file newly added to the archive. pwd is the password to decrypt files (only used for reading). When writing, if the file size is not known in advance but may exceed 2 GiB, pass force_zip64 to use the ZIP64 format, which can handle large files. If the size is known in advance, it is best to pass a ZipInfo instance for name, with zinfo.file_size set. >r\r[zopen() requires mode "r" or "w"rr\z'pwd is only supported for reading filesz2Attempt to use ZIP archive that was already closedrr rcsjSr)rrrrrr-zZipFile.open..zTruncated file headerz Bad magic number for file header z$compressed patched data (flag bit 5)@zstrong encryption (flag bit 6)rrrwz/File name in directory %r and header %r differ.z6File %r is encrypted, password required for extractionNT)(r|rrrrsrr<r rrerrfr_open_to_writerrkrrnrorr>sizeFileHeaderr0rrFr/r _FH_SIGNATUREr_FH_FILENAME_LENGTH_FH_EXTRA_FIELD_LENGTHrjr_FH_GENERAL_PURPOSE_FLAG_BITSrrcrrrr) rrrrrrZzef_fileZfheaderfnameZ fname_strZ is_encryptedrrrrAsz              z ZipFile.opencCs|r|jstd|jr tdd|_d|_d|_|jtkrJ|jdO_|js^|jdO_|j sjd|_ |jo|p|j dt k}|jr|j |j|j |_||d|_|j ||d|_t|||S) NzHforce_zip64 is True, but allowZip64 was False when opening the ZIP file.zzCan't write to the ZIP file while there is another write handle open on it. Close the first handle before opening another.rrrg?T)rcr|rrprorjrerr!rmrqrr<rDrWrZrn _writecheckrdrrrK)rrrrrrrrs4    zZipFile._open_to_writecCs*|durt}n t|}||||S)a#Extract a member from the archive to the current working directory, using its full name. Its file information is extracted as accurately as possible. `member' may be a filename or a ZipInfo object. You can specify a different directory using `path'. N)rygetcwdr_extract_member)rmemberrrrrrextractEs  zZipFile.extractcCsH|dur|}|dur"t}n t|}|D]}||||q0dS)zExtract all members from the archive to the current working directory. `path' specifies a different directory to extract to. `members' is optional and must be a subset of the list returned by namelist(). N)rryrrr)rrmembersrr)rrr extractallRs  zZipFile.extractallcCs^|j}|s(d}t|dt|}||_||}dd||D}|dd|D}|S)z;Replace bad characters and remove trailing dots from parts.z:<>|"?*_css|]}|dVqdS).N)rstriprr]rrr mr-z1ZipFile._sanitize_windows_name..css|]}|r|VqdSrrrrrrror-)!_windows_illegal_name_trans_tablerh maketransr0 translatesplitr2)rrpathseptableZillegalrrr_sanitize_windows_namecs zZipFile._sanitize_windows_namec sxt|ts||}|jdtjj}tjjrB|tjjtjj}tj |d}dtjj tjj ftjj fdd| tjjD}tjjdkr||tjj}tj ||}tj|}tj|}|rtj|st||r tj|st||S|j||dH}t|d}t||Wd n1sJ0YWd n1sj0Y|S) zbExtract the ZipInfo object 'member' to a physical file on the path targetpath. rvrrc3s|]}|vr|VqdSrrrZinvalid_path_partsrrrsz*ZipFile._extract_member..\rrbN)rr rrBr{ryrrzrrcurdirpardirr2rrrdirnameexistsmakedirsrrmkdirrAshutil copyfileobj)rrZ targetpathrrZ upperdirssourcetargetrrrrrs2  &      LzZipFile._extract_membercCs|j|jvr(ddl}|jd|jdd|jdvr:td|jsHtdt|j|j sd}t |j t krpd }n|j tkrd }n|jtkrd }|rt|d dS) z6Check for errors before writing a file to the archive.rNzDuplicate name: %rrrr\r]r^z&write() requires mode 'w', 'x', or 'a'z4Attempt to write ZIP archive that was already closed Files countZFilesizez Zipfile size would require ZIP64 extensions)rBrYrrrr|r<rrercr0rXZIP_FILECOUNT_LIMITrqrrnr )rrrrequires_zip64rrrrs,     zZipFile._writecheckc Cs|jstd|jrtdtj|||jd}|rDd|_d|_n0|durT||_ n|j |_ |durl||_ n|j |_ |r&|j |jr|j|j|j|_|j tkr|jdO_||d|_|j|||j|j<|j|d|j|_Wdn1s0Ynht|d L}||d }t||d Wdn1sd0YWdn1s0YdS) zLPut the bytes from filename into the archive under the name arcname.7Attempt to write to ZIP archive that was already closedz>Can't write to ZIP archive while an open writing handle existsrrNrTFr?r\i ) r<r|rr rrgrrprorerrfrrr!rDrWrZrnrrjrrdrXr1rYrBrrrArr)rrBrrerrsrcdestrrrrsF      .z ZipFile.writec Cs"t|tr|d}t|tsxt|ttddd}|j|_|j|_ |j ddkrpd|_ |j dO_ q|d |_ n|}|j st d |jrt d |dur||_|dur||_ t||_|jH|j|d d }||Wdn1s0YWdn1s0YdS)aWrite a file into the archive. The contents is 'data', which may be either a 'str' or a 'bytes' instance; if it is a 'str', it is encoded as UTF-8 first. 'zinfo_or_arcname' is either a ZipInfo instance or the name of the file in the archive.rNr")rBrdrrviAr)rrz?Can't write to ZIP archive while an open writing handle exists.r\)r)rrhrr rrrrerrfrBrmr<r|rr0rqrrAr)rZzinfo_or_arcnamerVrerrrrrrwritestrs:    zZipFile.writestrcCs |dS)z2Call the "close()" method in case the user forgot.Nrrrrrr__del__ szZipFile.__del__c Cs|jdurdS|jrtdzl|jdvrp|jrp|j,|jrJ|j|j| Wdn1sf0YW|j}d|_| |n|j}d|_| |0dS)zOClose the file, and for mode 'w', 'x' and 'a' write the ending records.NzvCan't close the ZIP file while there is an open writing handle on it. Close the writing handle before closing the zip.r) r<rr|rrdrr!rDrW_write_end_recordrorrrrrs  ( z ZipFile.closecCs|jD]}|j}|ddd>|dd>B|dB}|dd>|d d>B|ddB}g}|jtksr|jtkr||j||jd }d }n |j}|j}|jtkr||jd }n|j}|j} d} |rt| d } t j d d t |ddt |g|R| } t } |j tkr&tt| } n|j tkrrArrrrrrrrrrrrrorrrrr sP ZN      b )  * 2 )^r c@s4eZdZdZdeddfddZd d d Zd d ZdS)r zDClass to create ZIP archives with Python library files and packages.r[TrcCstj|||||d||_dS)N)rrrp)r r _optimize)rrrrrpoptimizerrrrs zPyZipFile.__init__rNcCst|}|rD||sD|jr@tj|r,dnd}td||fdStj|\}}tj|rhtj|d}tj|r|rd||f}n|}|jrtd|d|| |d d |\}} |jrtd | | || t t |} | d| D]} tj|| } tj| \} }tj| rRtjtj| dr|j| ||d q|d kr|r~|| s~|jrtd| q| | d d |\}} |jrtd | | || qn|jrtd|t t |D]} tj|| } tj| \} }|d kr|r,|| s,|jrtd| q| | d d |\}} |jrVtd | | || qnP|d dd krtd| |d d |\}} |jrtd| | || dS)aAdd all files from "pathname" to the ZIP archive. If pathname is a package directory, search the directory and all package subdirectories recursively for all *.py and enter the modules into the archive. If pathname is a plain directory, listdir *.py and enter all modules. Else, pathname must be a Python *.py file and the module will be put into the archive. Added modules are always module.pyc. This method will compile the module.py into module.pyc if necessary. If filterfunc(pathname) is given, it is called with every argument. When it is False, the file or directory is skipped. rrz%s %r skipped by filterfuncNz __init__.py%s/%szAdding package inasrZAdding) filterfunc.pyzfile %r skipped by filterfunczAdding files from directoryz.Files added with writepy() must end with ".py"z Adding file)ryrrerrryrr2isfile _get_codenamersortedlistdirremovesplitextwritepyr)rpathnamebasenamerZlabeldirrZinitnamerrZdirlistrBrrootZextrrrrs            zPyZipFile.writepyc sdfdd }|d}|d}tjj|dd}tjj|dd}tjj|d d}jdkr\tj|rt|jt|jkr|} } ntj|rt|jt|jkr|} |} ntj|rt|jt|jkr|} |} nvtj|rt|jt|jkr|} |} nD||rRt j j d kr4|} nt j j dkrH|} n|} |} n|} } njd krr|} |} n<|} jdkr|} n&jd kr|} nd j} t | tj| rt| jt|jks||jd s|} } tj| d} |rd || f} | | fS)aReturn (filename, archivename) for the path. Given a module name path, return the correct file path and archive name, compiling if necessary. For example, given /python/lib/string, return (/python/lib/string.pyc, string). rc sdddl}jrtd|z|j|d|dWn2|jy^}zt|jWYd}~dSd}~00dS)NrZ CompilingT)doraiserF) py_compilererycompilePyCompileErrormsg)rrrerrrrr_compiles  z)PyZipFile._get_codename.._compilerz.pycr) optimizationrrrz"invalid value for 'optimize': {!r})rr)r) importlibutilcache_from_sourcerryrrrrr}rrformatr|r) rrrrZfile_pyZfile_pycZ pycache_opt0Z pycache_opt1Z pycache_opt2rrrZ archivenamerrrrsj             zPyZipFile._get_codename)rN)rrrrrrrrrrrrr s   Rr cCstt|ddS)a2 Given a path with elements separated by posixpath.sep, generate all parents of that path. >>> list(_parents('b/d')) ['b'] >>> list(_parents('/b/d/')) ['/b'] >>> list(_parents('b/d/f/')) ['b/d', 'b'] >>> list(_parents('b')) [] >>> list(_parents('')) [] rN) itertoolsislice _ancestry)rrrr_parents:srccs4|tj}|r0|tjkr0|Vt|\}}q dS)aR Given a path with elements separated by posixpath.sep, generate all elements of that path >>> list(_ancestry('b/d')) ['b/d', 'b'] >>> list(_ancestry('/b/d/')) ['/b/d', '/b'] >>> list(_ancestry('b/d/f/')) ['b/d/f', 'b/d', 'b'] >>> list(_ancestry('b')) ['b'] >>> list(_ancestry('')) [] N)r posixpathrzr)rtailrrrrMs rcCstt|j|S)zZ Return items in minuend not in subtrahend, retaining order with O(1) lookup. )r filterfalseset __contains__)ZminuendZ subtrahendrrr _differencegsrcsHeZdZdZeddZfddZddZdd Ze d d Z Z S) CompleteDirszk A ZipFile subclass that ensures that implied directories are always included in the namelist. cCs.tjtt|}dd|D}tt||S)Ncss|]}|tjVqdSr)rrz)rrrrrrxr-z-CompleteDirs._implied_dirs..)rchain from_iterablerr_deduper)namesparentsZas_dirsrrr _implied_dirsuszCompleteDirs._implied_dirscs tt|}|t||Sr)rDrrr^r )rr rErrr{szCompleteDirs.namelistcCs t|Sr)rrrrrr _name_setszCompleteDirs._name_setcCs,|}|d}||vo||v}|r(|S|S)zx If the name represents a directory, return that name as a directory (with the trailing slash). rv)r )rrr rZ dir_matchrrr resolve_dirszCompleteDirs.resolve_dircCsNt|tr|St|ts ||Sd|jvr.t}||}t|t||S)zl Given a source (filename or zipfile), return an appropriate CompleteDirs subclass. r[)rrr r__new__varsupdate)rrresrrrmakes    zCompleteDirs.make) rrrr staticmethodr rr r rrrJrrrErros   rcs,eZdZdZfddZfddZZS) FastLookupzV ZipFile subclass to ensure implicit dirs exist and are resolved rapidly. csFtt|jWdS1s&0Ytt||_|jSr) contextlibsuppressr&Z_FastLookup__namesrDrrrrErrrs $zFastLookup.namelistcsFtt|jWdS1s&0Ytt||_|jSr)rrr&Z_FastLookup__lookuprDrr rrErrr s $zFastLookup._name_set)rrrrrr rJrrrErrs rc@seZdZdZdZd$ddZd%ddZed d Zd d Z d dZ ddZ ddZ ddZ ddZddZddZddZddZdd ZeZed!d"Zd#S)&ru A pathlib-compatible interface for zip files. Consider a zip file with this structure:: . ├── a.txt └── b ├── c.txt └── d └── e.txt >>> data = io.BytesIO() >>> zf = ZipFile(data, 'w') >>> zf.writestr('a.txt', 'content of a') >>> zf.writestr('b/c.txt', 'content of c') >>> zf.writestr('b/d/e.txt', 'content of e') >>> zf.filename = 'abcde.zip' Path accepts the zipfile object itself or a filename >>> root = Path(zf) From there, several path operations are available. Directory iteration (including the zip file itself): >>> a, b = root.iterdir() >>> a Path('abcde.zip', 'a.txt') >>> b Path('abcde.zip', 'b/') name property: >>> b.name 'b' join with divide operator: >>> c = b / 'c.txt' >>> c Path('abcde.zip', 'b/c.txt') >>> c.name 'c.txt' Read text: >>> c.read_text() 'content of c' existence: >>> c.exists() True >>> (b / 'missing.txt').exists() False Coercion to string: >>> str(c) 'abcde.zip/b/c.txt' z>{self.__class__.__name__}({self.root.filename!r}, {self.at!r})rcCst||_||_dSr)rrrat)rrrrrrrs z Path.__init__r[cOs\|dd}|d}|jj|j||d}d|vrD|s8|r@td|Stj|g|Ri|S)z Open this entry as text or binary following the semantics of ``pathlib.Path.open()`` by passing arguments through to io.TextIOWrapper(). rNrrbz*encoding args invalid for binary operation)poprrArr|r0 TextIOWrapper)rrargskwargsrZzip_modestreamrrrrAs z Path.opencCst|jdSNrv)rrrrrrrrr sz Path.namecOsD|jdg|Ri|}|WdS1s60YdS)Nr[r)rrrstrmrrr read_text szPath.read_textcCs6|d}|WdS1s(0YdS)Nr?r)rrrrr read_bytes s zPath.read_bytescCst|jd|jdkSr)rrrr)rrrrr _is_child szPath._is_childcCs t|j|Sr)rr)rrrrr_next sz Path._nextcCs|j p|jdSr)rendswithrrrrr sz Path.is_dircCs | Sr)rrrrris_file sz Path.is_filecCs|j|jvSr)rrr rrrrr! sz Path.existscCs.|stdt|j|j}t|j|S)NzCan't listdir a file)rr|rr#rrfilterr")rZsubsrrriterdir$ sz Path.iterdircCst|jj|jSr)rr2rrBrrrrr__str__* sz Path.__str__cCs|jj|dS)Nr) _Path__reprrrrrrr- sz Path.__repr__cCs t|j|}||j|Sr)rr2rr#rr )raddnextrrrjoinpath0 sz Path.joinpathcCs(t|jd}|r|d7}||Sr)rrrrr#)rZ parent_atrrrparent6 sz Path.parentN)r)r[)rrrrr)rrArZrr r!r"r#rr%rr'r(rr, __truediv__r-rrrrrs(@   rc s ddl}d}|j|d}|jdd}|jdddd d |jd d d ddd|jdddddd|jddddd ||}|jdur|j}t|d}|}Wdn1s0Y|rtd |tdnB|j dur"|j }t|d}| Wdn1s0Yn|j durp|j \}}t|d}| |Wdn1sd0Yn|jdur|jd} |j} fddt| df}| D]P} tj| } | stjtj| } | dtjtjfvrd} || | qWdn1s0YdS) Nrz3A simple command-line interface for zipfile module.) descriptionT)Zrequiredz-lz--list zShow listing of a zipfile)metavarhelpz-ez --extractr)r0z zExtract zipfile into target dir)nargsr1r2z-cz--create+)zzzCreate zipfile from sourcesz-tz--testzTest if a zipfile is validr[z.The following enclosed file is corrupted: {!r}z Done testingcsptj|r|||tnPtj|rl|r8|||tt|D]$}|tj||tj||qFdSr) ryrrrrrrrr2)rSrzippathZnmaddToZiprrr7f s   zmain..addToZipr\r)argparseArgumentParserZadd_mutually_exclusive_group add_argument parse_argstestr rryrr^rrrZcreaterryrrrrr) rr8r/parsergrouprrSZbadfilerZzip_namefilesrr5rr6rmain> s\         &   *   ,    r@__main__)N)N)rZbinasciiimportlib.utilrr0rryrrrrFr}rlrrrr ImportErrorrr__all__ Exceptionrr rrrrrrrrrrrrrrr]r\rr[rLrMrNrOrPrQrRrarzr{r~rr}rZ_CD_CREATE_VERSIONZ_CD_CREATE_SYSTEMZ_CD_EXTRACT_VERSIONZ_CD_EXTRACT_SYSTEMZ _CD_FLAG_BITSZ_CD_COMPRESS_TYPEZ_CD_TIMEZ_CD_DATEZ_CD_CRCZ_CD_COMPRESSED_SIZEZ_CD_UNCOMPRESSED_SIZErrrZ_CD_DISK_NUMBER_STARTZ_CD_INTERNAL_FILE_ATTRIBUTESZ_CD_EXTERNAL_FILE_ATTRIBUTESrrrrrZ_FH_EXTRACT_VERSIONZ_FH_EXTRACT_SYSTEMrZ_FH_COMPRESSION_METHODZ_FH_LAST_MOD_TIMEZ_FH_LAST_MOD_DATEZ_FH_CRCZ_FH_COMPRESSED_SIZEZ_FH_UNCOMPRESSED_SIZErrrGrHrErJrKrIZ_CD64_SIGNATUREZ_CD64_DIRECTORY_RECSIZEZ_CD64_CREATE_VERSIONZ_CD64_EXTRACT_VERSIONZ_CD64_DISK_NUMBERZ_CD64_DISK_NUMBER_STARTZ_CD64_NUMBER_ENTRIES_THIS_DISKZ_CD64_NUMBER_ENTRIES_TOTALZ_CD64_DIRECTORY_SIZEZ_CD64_OFFSET_START_CENTDIRrVZStructr.r8r=r rXr9objectr rrrrrrrrrrr r1rrKr r rrdictfromkeysrrrrrr@rrrrrsR                +=\& &KNu/2 =