Yfk@sdZdZdZdZdZdZddlmZddl Z ddl Z ddl Z ddl Z ddl Z ddlZddlZddlZddlZyddlZddlZWnek rdZZYnXeefZyeef7ZWnek r YnXd d d d gZd ZdZedZdZdZdZ dZ!dZ"dZ#d Z$dZ%dZ&dZ'dZ(dZ)dZ*dZ+dZ,dZ-dZ.dZ/d Z0d!Z1dZ2d"Z3d#Z4e3Z5e#e$e%e&e)e*e+e'e(e,e-e.f Z6e#e$e+e.fZ7e,e-e.fZ8d$d%d&d'd(d)d*d+fZ9d$d%d*d+hZ:d,e;d-e;d'e;d(e<d)e<d&e<iZ=e j>d.d/fkrd0Z?n e j@Z?d1d2ZAd3d4ZBd5d6ZCd7e5d8d9ZDd:d;ZEded<d=ZFd>d?ZGd@dAZHGdBd d eIZJGdCdDdDeJZKGdEdFdFeJZLGdGdHdHeJZMGdIdJdJeJZNGdKdLdLeJZOGdMdNdNeOZPGdOdPdPeOZQGdQdRdReOZRGdSdTdTeOZSGdUdVdVeOZTGdWdXdXZUGdYdZdZZVGd[d\d\eWZXGd]d^d^eWZYGd_d`d`e jZZ[Gdad d eWZ\Gdbd d eWZ]GdcddddZ^ded Z_e]jZdfdgZ`eadhkre`dS)iz,Read from and write to tar format archives. z0.9.0u"Lars Gustäbel (lars@gustaebel.de)z5$Date: 2011-02-25 17:42:01 +0200 (Fri, 25 Feb 2011) $z?$Id: tarfile.py 88586 2011-02-25 15:42:01Z marc-andre.lemburg $u4Gustavo Niemeyer, Niels Gustäbel, Richard Townsend.)openNTarFileTarInfo is_tarfileTarErrorsisustar sustar00d01234567LKSxgXpathlinkpathsizemtimeuidgidunamegnameZatimeZctimentZcezutf-8cCs2|j||}|d||t|tS)z8Convert a string to a null-terminated bytes object. N)encodelenNUL)slengthencodingerrorsr*,/opt/alt/python35/lib64/python3.5/tarfile.pystnsr,cCs;|jd}|dkr+|d|}|j||S)z8Convert a null-terminated bytes object to a string. srN)finddecode)r&r(r)pr*r*r+ntss r1c Cs|dd krd}x:tt|dD]"}|dK}|||d7}q-W|ddkrdt|d| }nRy1t|dd}t|jpd d}Wntk rtd YnX|S) z/Convert a number field to a python number. rrasciistrict0zinvalid header)r2r3)ranger$r1intstrip ValueErrorInvalidHeaderError)r&nir*r*r+ntis  r@r4cCsd|kod|dknrNtd|dt|fdt}n|tkrd|d |kod|dknr|dkrtdg}ntdg}d||}xEt|dD]$}|jd|d@|dL}qWn td |S) z/Convert a python number to a number field. rr4rz%0*or6r5r2r3zoverflow in number field)bytesr:r% GNU_FORMAT bytearrayr9insertr<)r>digitsformatr&r?r*r*r+itns $*9  rGcCsBdttjd|}dttjd|}||fS)aCalculate the checksum for a member's header by summing up all characters except for the chksum field which is treated as if it was filled with spaces. According to the GNU tar sources, some tars (Sun and NeXT) calculate chksum with signed char, which will be different if there are chars in the buffer with the high bit set. So we calculate two checksums, unsigned and signed. r5Z 148B8x356BZ 148b8x356b)sumstructZ unpack_from)bufZunsigned_chksumZ signed_chksumr*r*r+ calc_chksumss rKc Cs|dkrdS|dkr0tj||dSd}t||\}}xNt|D]@}|j|}t||kr|d|j|qXW|dkr|j|}t||kr|d|j|dS)zjCopy length bytes from fileobj src to fileobj dst. If length is None, copy the entire content. rNizunexpected end of datai@)shutil copyfileobjdivmodr9readr$write) srcZdstr' exceptionZBUFSIZEblocks remainderbrJr*r*r+rNs$      rNcCs,ddl}|jdtdtj|S)z/Deprecated in this location; use stat.filemode.rNz$deprecated in favor of stat.filemoder)warningswarnDeprecationWarningstatfilemode)moderWr*r*r+r[s   r[cCsPttjdd}|dk r<|j|dj|}t|dddS)Nr(backslashreplaceend )getattrsysstdoutr#r/print)r&r(r*r*r+ _safe_prints rdc@seZdZdZdS)rzBase exception.N)__name__ __module__ __qualname____doc__r*r*r*r+r s c@seZdZdZdS) ExtractErrorz%General exception for extract errors.N)rerfrgrhr*r*r*r+ris ric@seZdZdZdS) ReadErrorz&Exception for unreadable tar archives.N)rerfrgrhr*r*r*r+rjs rjc@seZdZdZdS)CompressionErrorz.Exception for unavailable compression methods.N)rerfrgrhr*r*r*r+rks rkc@seZdZdZdS) StreamErrorz=Exception for unsupported operations on stream-like TarFiles.N)rerfrgrhr*r*r*r+rls rlc@seZdZdZdS) HeaderErrorz!Base exception for header errors.N)rerfrgrhr*r*r*r+rms rmc@seZdZdZdS)EmptyHeaderErrorzException for empty headers.N)rerfrgrhr*r*r*r+rns rnc@seZdZdZdS)TruncatedHeaderErrorz Exception for truncated headers.N)rerfrgrhr*r*r*r+ro s roc@seZdZdZdS)EOFHeaderErrorz"Exception for end of file headers.N)rerfrgrhr*r*r*r+rp#s rpc@seZdZdZdS)r=zException for invalid headers.N)rerfrgrhr*r*r*r+r=&s r=c@seZdZdZdS)SubsequentHeaderErrorz3Exception for missing and invalid extended headers.N)rerfrgrhr*r*r*r+rq)s rqc@sFeZdZdZddZddZddZdd Zd S) _LowLevelFilezLow-level file object. Supports reading and writing. It is used instead of a regular file object for streaming access. cCsbdtjdtjtjBtjBi|}ttdrF|tjO}tj||d|_dS)NrwO_BINARYi) osO_RDONLYO_WRONLYO_CREATO_TRUNChasattrrurfd)selfnamer\r*r*r+__init__6s   z_LowLevelFile.__init__cCstj|jdS)N)rvcloser|)r}r*r*r+r?sz_LowLevelFile.closecCstj|j|S)N)rvrPr|)r}rr*r*r+rPBsz_LowLevelFile.readcCstj|j|dS)N)rvrQr|)r}r&r*r*r+rQEsz_LowLevelFile.writeN)rerfrgrhrrrPrQr*r*r*r+rr0s   rrc@seZdZdZddZddZddZdd Zd d Zd d Z ddZ ddZ dddZ dddZ ddZddZdS)_StreamaClass that serves as an adapter between TarFile and a stream-like object. The stream-like object only needs to have a read() or write() method and is accessed blockwise. Use of gzip or bzip2 compression is possible. A stream-like object could be for example: sys.stdin, sys.stdout, a socket, a tape device etc. _Stream is intended to be used only internally. c Cs{d|_|dkr-t||}d|_|dkrQt|}|j}|pZd|_||_||_||_||_d|_ d|_ d|_ y|dkr,yddl }Wnt k rtd YnX||_ |jd|_|d kr|j|j|_qI|jn|d kryddl}Wnt k rhtd YnX|d krd|_|j|_t|_qI|j|_n|d kr-yddl}Wnt k rtdYnX|d krd|_|j|_|j|_qI|j|_n|dkrItd|Wn*|jsf|jjd|_ YnXdS)z$Construct a _Stream object. TNF*rgzzzlib module is not availablersbz2zbz2 module is not availablexzzlzma module is not availabletarzunknown compression type %r) _extfileobjrr _StreamProxy getcomptyper~r\comptypefileobjbufsizerJposclosedzlib ImportErrorrkcrc32crc _init_read_gzerrorrS_init_write_gzrdbufZBZ2DecompressorcmpOSErrorZ BZ2CompressorlzmaZLZMADecompressor LZMAErrorZLZMACompressorr) r}r~r\rrrrrrr*r*r+rSsl                                z_Stream.__init__cCs't|dr#|j r#|jdS)Nr)r{rr)r}r*r*r+__del__sz_Stream.__del__cCs|jjd|jj|jj |jjd|_tjdtt j }|j d|d|j j dr|j dd |_ |j |j j d d tdS) z6Initialize for writing with gzip compression. rzd?Zd@dAZ dBdCZ!dDdEZ"dFdGZ#dHdIZ$dJdKZ%dLdMZ&dNdOZ'dPdQZ(dRdSZ)dTdUZ*dVdWZ+dXdYZ,dZd[Z-d\d]Z.d^d_Z/d`daZ0dbdcZ1dddeZ2dfdgZ3dhS)jraInformational class which holds the details about an archive member given by a tar header block. TarInfo objects are returned by TarFile.getmember(), TarFile.getmembers() and TarFile.gettarinfo() and are usually created internally. r~r\rrrrchksumtypelinknamer r!devmajordevminorrr pax_headersrr_sparse_structs _link_targetrcCs||_d|_d|_d|_d|_d|_d|_t|_d|_ d|_ d|_ d|_ d|_ d|_d|_d|_i|_dS)zXConstruct a TarInfo object. name is the optional name of the member. irrN)r~r\rrrrrREGTYPErrr r!rrrrrr)r}r~r*r*r+rs"                zTarInfo.__init__cCs|jS)N)r~)r}r*r*r+_getpathszTarInfo._getpathcCs ||_dS)N)r~)r}r~r*r*r+_setpathszTarInfo._setpathcCs|jS)N)r)r}r*r*r+ _getlinkpathszTarInfo._getlinkpathcCs ||_dS)N)r)r}rr*r*r+ _setlinkpathszTarInfo._setlinkpathcCs d|jj|jt|fS)Nz<%s %r at %#x>)rrer~id)r}r*r*r+__repr__szTarInfo.__repr__cCsd|jd|jd@d|jd|jd|jd|jd|jd |jd |jd |j d |j d |j d|j i }|d t kr|djd r|dd7<|S)z9Return the TarInfo's attributes as a dictionary. r~r\irrrrrrrr r!rr/)r~r\rrrrrrrr r!rrDIRTYPEr)r}infor*r*r+get_infos             $zTarInfo.get_infosurrogateescapecCsv|j}|tkr+|j|||S|tkrJ|j|||S|tkrf|j||StddS)zy||jd d Wn#tk r||||YnXt|||kr>||||WxdD]}\}}||krd||r0rr*r*r+rs<      1   z"TarInfo._create_pax_generic_headerc CsNt|dkrtdt|tkr<td|jttkr]tdt|dd}|t|krt d|}t |dd|||_ t|dd |_ t|d d |_ t|d d |_t|d d |_t|d d|_||_|dd |_t |d d|||_t |dd|||_t |dd|||_t|dd|_t|dd|_t |dd||}|jtkr'|j jdr't|_|jtkrd}g}xtdD]u} y<t|||d} t||d|d} Wntk rPYnX|j| | f|d7}qOWt|d} t|dd} || | f|_ |j!r!|j j"d|_ |rJ|jt#krJ|d|j |_ |S)zAConstruct a TarInfo object from a 512 byte bytes object. rz empty headerztruncated headerzend of file headerz bad checksumrlt|ii i)iIiQiYirirriii)$r$rnrrocountr%rpr@rKr=r1r~r\rrrrrrrr r!rrAREGTYPErrGNUTYPE_SPARSEr9r<rboolrisdirrstrip GNU_TYPES)rrJr(r)robjrrstructsr?rnumbytes isextendedorigsizer*r*r+frombufsZ      ! "  zTarInfo.frombufcCsP|jjt}|j||j|j}|jjt|_|j|S)zOReturn the next TarInfo object from TarFile object tarfile. ) rrPrr(r(r)rr _proc_member)rrrJr#r*r*r+ fromtarfile5szTarInfo.fromtarfilecCst|jttfkr"|j|S|jtkr>|j|S|jtttfkrc|j |S|j |SdS)zYChoose the right processing method depending on the type and call it. N) rrr _proc_gnulongr _proc_sparserrSOLARIS_XHDTYPE _proc_pax _proc_builtin)r}rr*r*r+r)Js   zTarInfo._proc_membercCsu|jj|_|j}|js6|jtkrL||j|j7}||_|j |j |j |j |S)zfProcess a builtin type or an unknown type which will be treated as a regular file. ) rrrisregrSUPPORTED_TYPES_blockrr_apply_pax_inforr(r))r}rrr*r*r+r/Ws  zTarInfo._proc_builtinc Cs|jj|j|j}y|j|}Wntk rQtdYnX|j|_|jt krt ||j |j |_ n*|jtkrt ||j |j |_|S)zSProcess the blocks that hold a GNU longname or longlink member. z missing or bad subsequent header)rrPr2rr*rmrqrrrr1r(r)r~rr)r}rrJnextr*r*r+r+hs  zTarInfo._proc_gnulongc Cs#|j\}}}|`x|r|jjt}d}xtdD]}y<t|||d}t||d|d} Wntk rPYnX|r| r|j|| f|d7}qFWt|d}qW||_ |jj |_ |j |j |j |_||_ |S)z8Process a GNU sparse header plus extra headers. rrri)rrrPrr9r@r<rrrrrr2rr) r}rr$r&r'rJrr?rr%r*r*r+r,~s( "    zTarInfo._proc_sparsec Cs|jj|j|j}|jtkr9|j}n|jj}tj d|}|dk r|j dj d|d<|j d}|dkr|j }nd}tjd}d}x|j||}|sP|j\} } t| } ||jd d|jd| d} |j| dd|j} | tkrt|j| ||j |j} n|j| dd|j} | || <|| 7}qWy|j|} Wntk rtd YnXd |kr|j| |n_d |kr|j| ||n=|j d dkrY|j ddkrY|j| |||jttfkr| j||j |j|j | _ d|kr| j!} | j"s| jt#kr| | j| j7} | |_ | S)zVProcess an extended or global header as described in POSIX.1-2008. s\d+ hdrcharset=([^\n]+)\nNrzutf-8 hdrcharsetZBINARYs(\d+) ([^=]+)=rrz missing or bad subsequent headerzGNU.sparse.mapzGNU.sparse.sizezGNU.sparse.major1zGNU.sparse.minorr8r)$rrPr2rrrrrresearchgroupr/r r(compilematchgroupsr:r^r_decode_pax_fieldr)PAX_NAME_FIELDSr*rmrq_proc_gnusparse_01_proc_gnusparse_00_proc_gnusparse_10rr-r3rrr0r1)r}rrJrr<r6r(Zregexrr'rrr4rr*r*r+r.s`     .        *    zTarInfo._proc_paxcCsg}x6tjd|D]"}|jt|jdqWg}x6tjd|D]"}|jt|jdqXWtt|||_dS)z?Process a GNU tar extended sparse header, version 0.0. s\d+ GNU.sparse.offset=(\d+)\nrs\d+ GNU.sparse.numbytes=(\d+)\nN)r8finditerrr:r:listzipr)r}r4rrJZoffsetsr<r%r*r*r+rAs  zTarInfo._proc_gnusparse_00cCsVdd|djdD}tt|ddd|ddd|_dS)z?Process a GNU tar extended sparse header, version 0.1. cSsg|]}t|qSr*)r:).0xr*r*r+ s z.TarInfo._proc_gnusparse_01..zGNU.sparse.map,Nrr)r rDrEr)r}r4rrr*r*r+r@ s zTarInfo._proc_gnusparse_01cCsd}g}|jjt}|jdd\}}t|}xgt||dkrd|kr}||jjt7}|jdd\}}|jt|qEW|jj|_t t |ddd|ddd|_ dS)z?Process a GNU tar extended sparse header, version 1.0. Ns rr) rrPrr r:r$rrrrDrEr)r}r4rrZfieldsrrJZnumberr*r*r+rBs  zTarInfo._proc_gnusparse_10c Cs x|jD]\}}|dkr8t|d|q |dkr]t|dt|q |dkrt|dt|q |tkr |tkryt||}Wntk rd}YnX|dkr|jd}t|||q W|j|_dS) zoReplace fields with supplemental information from a previous pax extended or global header. zGNU.sparse.namerzGNU.sparse.sizerzGNU.sparse.realsizerrN) rsetattrr: PAX_FIELDSPAX_NUMBER_FIELDSr<r!rr)r}rr(r)rrr*r*r+r3!s"        zTarInfo._apply_pax_infoc Cs=y|j|dSWn"tk r8|j||SYnXdS)z1Decode a single field from a pax record. r7N)r/UnicodeDecodeError)r}rr(Zfallback_encodingZfallback_errorsr*r*r+r>8s zTarInfo._decode_pax_fieldcCs-t|t\}}|r%|d7}|tS)z_Round up a byte count by BLOCKSIZE and return it, e.g. _block(834) => 1024. r)rOr)r}rrTrUr*r*r+r2@s zTarInfo._blockcCs |jtkS)N)r REGULAR_TYPES)r}r*r*r+r0Isz TarInfo.isregcCs |jS)N)r0)r}r*r*r+isfileKszTarInfo.isfilecCs |jtkS)N)rr)r}r*r*r+r Msz TarInfo.isdircCs |jtkS)N)rSYMTYPE)r}r*r*r+issymOsz TarInfo.issymcCs |jtkS)N)rLNKTYPE)r}r*r*r+islnkQsz TarInfo.islnkcCs |jtkS)N)rCHRTYPE)r}r*r*r+ischrSsz TarInfo.ischrcCs |jtkS)N)rBLKTYPE)r}r*r*r+isblkUsz TarInfo.isblkcCs |jtkS)N)rFIFOTYPE)r}r*r*r+isfifoWszTarInfo.isfifocCs |jdk S)N)r)r}r*r*r+issparseYszTarInfo.issparsecCs|jtttfkS)N)rrTrVrX)r}r*r*r+isdev[sz TarInfo.isdevN)r~r\rrrrrrrr r!rrrrrrrrr)4rerfrgrh __slots__rrrpropertyrrrrrrDEFAULT_FORMATENCODINGrrrr classmethodrr staticmethodrr rrr(r*r)r/r+r,r.rAr@rBr3r>r2r0rOr rQrSrUrWrYrZr[r*r*r*r+rs`         1  3?    f             c@seZdZdZdZdZdZdZeZ e Z dZ e ZeZdddddddddddddd Zeddded d Zeddd d ZedddddZedddddZedddddZddddddddiZddZdd Zd!d"Zd#d$Zdddd%d&Zd'd(dd)d*Zdd'dd+dd,d-Z dd.d/Z!d0dd1dd2d3Z"d4d'd1dd5d6Z#d7d8Z$d'dd9d:Z%d;d<Z&d=d>Z'd?d@Z(dAdBZ)dCdDZ*dEdFZ+dGdHZ,dIdJZ-dKdLZ.dMdNZ/dddOdPZ0dQdRZ1ddSdTZ2dUdVZ3dWdXZ4dYdZZ5d[d\Z6d]d^Z7dS)_rz=The TarFile Class provides an interface to tar archives. rFrNrsrc Csddddddddi} || kr6td ||_| ||_|s|jdkrtjj| rd|_d|_t||j}d |_n`|d krt|d rt |j t t fr|j }t|d r|j|_d|_|rtjj |nd |_ ||_|d k rC||_|d k rX||_|d k rm||_|d k r||_|d k r||_| |_| d k r|jtkr| |_n i|_| d k r| |_| d k r| |_d |_g|_d |_|jj|_i|_y:|jdkrZd |_|j |_|jdkrx|jj!|jy&|jj"|}|jj#|Wqlt$k r|jj!|jPYqlt%k r}zt&t |WYd d }~XqlXqlW|jdkrid|_|jri|jj'|jj(}|jj)||jt*|7_Wn*|js|jj+d|_YnXd S)aOpen an (uncompressed) tar archive `name'. `mode' is either 'r' to read from an existing archive, 'a' to append data to an existing file or 'w' to create a new file overwriting an existing one. `mode' defaults to 'r'. If `fileobj' is given, it is used for reading or writing data. If it can be determined, `mode' is overridden by `fileobj's mode. `fileobj' is not closed, when TarFile is closed. rsrbazr+brtwbrGZxbz!mode must be 'r', 'a', 'w' or 'x'FNr~r\T)rcrtrG),r<r\_modervrexists bltn_openrr{rr~rrAabspathrrFr dereference ignore_zerosr(r)rrdebug errorlevelrmembers_loadedrrinodes firstmemberr4rr*rrprmrjrrrQr$r)r}r~r\rrFrrirjr(r)rrkrlZmodeserJr*r*r+rys     "      !                        )     zTarFile.__init__c sY| r| rtd|dkrfdd}xtjd|D]}tj|}|dk r|j} y||d||SWqNttfk r} z!|dk r|j| wNWYdd} ~ XqNXqNWtdnSd |kr}|jd d \} }| p#d} |p/d }|jkrZtj|}ntd |||| ||Sd |kr'|jd d \} }| pd} |pd }| dkrtdt || |||} y|| | |} Wn| j YnXd| _ | S|dkrIj ||||StddS)aOpen a tar archive for reading, writing or appending. Return an appropriate TarFile class. mode: 'r' or 'r:*' open for reading with transparent compression 'r:' open for reading exclusively uncompressed 'r:gz' open for reading with gzip compression 'r:bz2' open for reading with bzip2 compression 'r:xz' open for reading with lzma compression 'a' or 'a:' open for appending, creating the file if necessary 'w' or 'w:' open for writing without compression 'w:gz' open for writing with gzip compression 'w:bz2' open for writing with bzip2 compression 'w:xz' open for writing with lzma compression 'x' or 'x:' create a tarfile exclusively without compression, raise an exception if the file is already created 'x:gz' create a gzip compressed tarfile, raise an exception if the file is already created 'x:bz2' create a bzip2 compressed tarfile, raise an exception if the file is already created 'x:xz' create an lzma compressed tarfile, raise an exception if the file is already created 'r|*' open a stream of tar blocks with transparent compression 'r|' open an uncompressed stream of tar blocks for reading 'r|gz' open a gzip compressed stream of tar blocks 'r|bz2' open a bzip2 compressed stream of tar blocks 'r|xz' open an lzma compressed stream of tar blocks 'w|' open an uncompressed stream for writing 'w|gz' open a gzip compressed stream for writing 'w|bz2' open a bzip2 compressed stream for writing 'w|xz' open an lzma compressed stream for writing znothing to openrsr:*csj|dkS)Ntaropen) OPEN_METH)r)rr*r+not_compressedsz$TarFile.open..not_compressedkeyNz%file could not be opened successfully:rrzunknown compression type %r|rtzmode must be 'r' or 'w'FrcrGzundiscernible mode)rsrr)rsrt)rcrtrG) r<sortedrtr`rrjrkrr rrrrs)rr~r\rrkwargsrurfuncZ saved_posrqr[streamrr*)rr+rsP%                 z TarFile.opencKs+|dkrtd|||||S)zCOpen uncompressed tar archive name for reading or writing. rsrcrtrGz!mode must be 'r', 'a', 'w' or 'x')rsrcrtrG)r<)rr~r\rrzr*r*r+rsAs  zTarFile.taropenrcKs)|d krtdyddl}|jWn$ttfk rUtdYnXy |j||d||}Wn9tk r|dk r|dkrtd YnXy|j||||}WnKtk r|j |dkrtd Yn|j YnXd |_ |S) zkOpen gzip compressed tar archive name for reading or writing. Appending is not allowed. rsrtrGzmode must be 'r', 'w' or 'x'rNzgzip module is not availablerVznot a gzip fileF)rsrtrG) r<gzipZGzipFilerAttributeErrorrkrrjrsrr)rr~r\r compresslevelrzr}rr*r*r+gzopenIs2             zTarFile.gzopencKs|d krtdyddl}Wntk rHtdYnX|j|pX||d|}y|j||||}WnQttfk r|j|dkrt d Yn|jYnXd |_ |S) zlOpen bzip2 compressed tar archive name for reading or writing. Appending is not allowed. rsrtrGzmode must be 'r', 'w' or 'x'rNzbz2 module is not availablerznot a bzip2 fileF)rsrtrG) r<rrrkZBZ2FilersrEOFErrorrrjr)rr~r\rrrzrrr*r*r+bz2openks(         zTarFile.bz2opencKs|d krtdyddl}Wntk rHtdYnX|j|pX||d|}y|j||||}WnT|jtfk r|j|dkrt d Yn|jYnXd |_ |S) zkOpen lzma compressed tar archive name for reading or writing. Appending is not allowed. rsrtrGzmode must be 'r', 'w' or 'x'rNzlzma module is not availablepresetznot an lzma fileF)rsrtrG) r<rrrkZLZMAFilersrrrrjr)rr~r\rrrzrrr*r*r+xzopens&        zTarFile.xzopenrrsrrrrrrc Cs|jr dSd|_zz|jdkr|jjttd|jtd7_t|jt\}}|dkr|jjtt|Wd|j s|jj XdS) zlClose the TarFile. In write-mode, two finishing zero blocks are appended to the archive. NTrcrtrGrr)rcrtrG) rr\rrQr%rrrO RECORDSIZErr)r}rTrUr*r*r+rs    z TarFile.closecCs/|j|}|dkr+td||S)aReturn a TarInfo object for member `name'. If `name' can not be found in the archive, KeyError is raised. If a member occurs more than once in the archive, its last occurrence is assumed to be the most up-to-date version. Nzfilename %r not found) _getmemberKeyError)r}r~rr*r*r+ getmembers zTarFile.getmembercCs$|j|js|j|jS)zReturn the members of the archive as a list of TarInfo objects. The list has the same order as the members in the archive. )_checkrn_loadrm)r}r*r*r+ getmemberss   zTarFile.getmemberscCsdd|jDS)zReturn the members of the archive as a list of their names. It has the same order as the list returned by getmembers(). cSsg|]}|jqSr*)r~)rFrr*r*r+rHs z$TarFile.getnames..)r)r}r*r*r+getnamesszTarFile.getnamesc CsI|jd|dk r"|j}|dkr4|}tjj|\}}|jtjd}|jd}|j}||_ |dkrt tdr|j rtj |}qtj |}ntj|j}d}|j}t j|r|j|jf} |j rd|jdkrd| |jkrd||j| krdt} |j| }qt} | dr||j| zlink to )rrdrZr[r\r rr!rrUrWrrrrZ localtimerr~r rQrrSrc)r}verbosermrr*r*r+rDCs*   #  z TarFile.listfilterc Cs|jd|dkr|}|dk rnddl}|jdtd||rn|jdd|dS|jdk rtjj||jkr|jdd|dS|jd||j ||}|dkr|jdd |dS|dk r2||}|dkr2|jdd|dS|j rjt |d }|j ||WdQRXn|j r|j ||rxatj|D]@}|jtjj||tjj||||d |qWn |j |dS) a~Add the file `name' to the archive. `name' may be any type of file (directory, fifo, symbolic link, etc.). If given, `arcname' specifies an alternative name for the file in the archive. Directories are added recursively by default. This can be avoided by setting `recursive' to False. `exclude' is a function that should return True for each filename to be excluded. `filter' is a function that expects a TarInfo object argument and returns the changed TarInfo object, if it returns None the TarInfo object will be excluded from the archive. rNrzuse the filter argument insteadrztarfile: Excluded %rztarfile: Skipped %rrztarfile: Unsupported type %rrbr)rrWrXrY_dbgr~rvrrhrr0rgaddfiler listdiraddr) r}r~rZ recursiveZexcluderrWrfr*r*r+rcsB       *       *z TarFile.addcCs|jdtj|}|j|j|j|j}|jj||jt |7_|dk rt ||j|j t |j t \}}|dkr|jjtt ||d7}|j|t 7_|jj|dS)aAdd the TarInfo object `tarinfo' to the archive. If `fileobj' is given, it should be a binary file, and tarinfo.size bytes are read from it and added to the archive. You can create TarInfo objects directly, or by using gettarinfo(). rNrr)rrrrFr(r)rrQrr$rNrrOrr%rmr)r}rrrJrTrUr*r*r+rs    zTarFile.addfile. numeric_ownercCsUg}|dkr|}xb|D]Z}|jrV|j|tj|}d|_|j||d|j d|qW|jddd|jx|D]}tjj ||j }y:|j ||d||j |||j ||Wqtk rL}z.|jdkr&n|jdd |WYdd}~XqXqWdS) aExtract all members from the archive to the current working directory and set owner, modification time and permissions on directories afterwards. `path' specifies a different directory to extract to. `members' is optional and must be a subset of the list returned by getmembers(). If `numeric_owner` is True, only the numbers for user/group names are used and not the names. Ni set_attrsrrvcSs|jS)N)r~)rcr*r*r+sz$TarFile.extractall..rz tarfile: %s)r rrr\extractsortreverservrrr~chownutimechmodrirlr)r}rrmrZ directoriesrdirpathrqr*r*r+ extractalls,        zTarFile.extractallrcCsd|jdt|tr.|j|}n|}|jr[tjj||j|_ y2|j |tjj||j d|d|Wnt k r}zc|j dkrnI|jdkr|jdd|jn |jdd|j|jfWYdd}~XnNtk r_}z.|j dkr9n|jdd|WYdd}~XnXdS) aExtract 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 TarInfo object. You can specify a different directory using `path'. File attributes (owner, mtime, mode) are set unless `set_attrs' is False. If `numeric_owner` is True, only the numbers for user/group names are used and not the names. rsrrrNrz tarfile: %sztarfile: %s %r)rrrrrSrvrrrr_extract_memberr~rrlfilenamerstrerrorri)r}memberrrrrrqr*r*r+rs(  ! 2zTarFile.extractcCs|jdt|tr.|j|}n|}|jsO|jtkr_|j||S|jsw|j rt|j t rt dq|j |j|SndSdS)zExtract a member from the archive as a file object. `member' may be a filename or a TarInfo object. If `member' is a regular file or a link, an io.BufferedReader object is returned. Otherwise, None is returned. rsz'cannot extract (sym)link as file objectN)rrrrr0rr1 fileobjectrSrQrrrl extractfile_find_link_target)r}rrr*r*r+rs zTarFile.extractfilecCs|jd}|jdtj}tjj|}|r\tjj| r\tj||jst|j r|j dd|j |j fn|j d|j |j r|j||n|jr|j||n|jr|j||n|js|jr2|j||n]|jsJ|j r]|j||n2|jtkr|j||n|j|||r|j||||j s|j|||j||dS)z\Extract the TarInfo object tarinfo to a physical file called targetpath. rrz%s -> %sN)r!rrvrrdirnamerfmakedirsrSrQrr~rr0makefiler makedirrYmakefiforUrWmakedevmakelinkrr1 makeunknownrrr)r}r targetpathrrZ upperdirsr*r*r+r&s4 #    zTarFile._extract_memberc Cs-ytj|dWntk r(YnXdS)z,Make a directory called targetpath. iN)rvmkdirFileExistsError)r}rrr*r*r+rWs zTarFile.makedirc Cs|j}|j|jt|d}|jdk rx7|jD],\}}|j|t|||tqDW|j|j|jnt|||jtWdQRXdS)z'Make a file called targetpath. rdN) rrrrgrrNrjrtruncate)r}rrsourcetargetrrr*r*r+ras   zTarFile.makefilecCs+|j|||jdd|jdS)zYMake a file from a TarInfo object with an unknown type at targetpath. rz9tarfile: Unknown file type %r, extracted as regular file.N)rrr)r}rrr*r*r+rps zTarFile.makeunknowncCs/ttdrtj|n tddS)z'Make a fifo called targetpath. mkfifozfifo not supported by systemN)r{rvrri)r}rrr*r*r+rxszTarFile.makefifocCsttd s ttd r,td|j}|jrQ|tjO}n |tjO}tj||tj |j |j dS)zzShow listing of a tarfilez-ez --extractnargs+ zExtract tarfile into target dirz-cz--createzCreate tarfile from sourcesz-tz--testzTest if a tarfile is validrsrz{!r} is a tar archive.rz{!r} is not a tar archive. zr:*rrrrz{!r} file is extracted.z+{!r} file is extracted into {!r} directory.z.gzrz.tgzz.xzrz.txzz.bz2rz.tbzz.tbz2z.tb2zw:rtz{!r} file created.)rr)rr)argparseArgumentParser add_argumentZadd_mutually_exclusive_group parse_argsZtestrrrrcrarrrFexitrDrrr$rvcurdirZ format_helprZcreatepoprsplitextr)rrparserr:argsrRrZtfrrZtar_name_ZextZ compressionsZtar_modeZ tar_files file_namer*r*r+main s                          r __main__)brhversion __author__Z__date__Z __cvsid__ __credits__builtinsrrgrarvrrMrZrrIrr8rrrr~NotImplementedErrorrr NameError__all__r%rrrrrrr rrrRrPrTrVrrXZCONTTYPErrrrrr-rrBrr^r1rNr"rKr?rr:rLr~r_getfilesystemencodingr,r1r@rGrKrNr[rd Exceptionrrirjrkrlrmrnrorpr=rqrrrobjectrrBufferedReaderrrrrrr rer*r*r*r+s                             h  )  Z