eaiovnaovbqoebvqoeavibavo B  fS @sdZddlZddlZddlZddlZy ddlZWnek rHdZYnXddddddd d d d d ddg Z dddddddddg Z da da GdddZ d3ddZd4ddZd5ddZd6dd Zd7dd Zd d Zd!d"Zeed#kr ddlZd$Zd8d&d'Zy&eejd(dd)d*d+d,g\ZZWn0ejk rRZzed(eWddZ[XYnXd(ZdZxDeD]<\Z Z!e d-kr~edne d.krdZne d/krbd(ZqbWxheD]`Z"eree"eZ#e#se$d0e"ne$e#n.ee"e\Z#Z%e#se$d0e"ne$d1e#d2e%qWdS)9aGuess the MIME type of a file. This module defines two useful functions: guess_type(url, strict=True) -- guess the MIME type and encoding of a URL. guess_extension(type, strict=True) -- guess the extension for a given MIME type. It also contains the following, for tuning the behavior: Data: knownfiles -- list of files to parse inited -- flag set when init() has been called suffix_map -- dictionary mapping suffixes to suffixes encodings_map -- dictionary mapping suffixes to encodings types_map -- dictionary mapping suffixes to types Functions: init([files]) -- parse a list of files, default knownfiles (on Windows, the default values are taken from the registry) read_mime_types(file) -- parse one file, return a dictionary or None N knownfilesinited MimeTypes guess_typeguess_all_extensionsguess_extensionadd_typeinitread_mime_types suffix_map encodings_map types_map common_typesz/etc/mime.typesz/etc/httpd/mime.typesz/etc/httpd/conf/mime.typesz/etc/apache/mime.typesz/etc/apache2/mime.typesz$/usr/local/etc/httpd/conf/mime.typesz"/usr/local/lib/netscape/mime.typesz/usr/local/etc/mime.typesFc@s`eZdZdZdddZdddZddd Zdd d Zdd d ZdddZ dddZ dddZ dS)rzMIME-types datastore. This datastore can handle information from mime.types-style files and supports basic determination of MIME type from a filename or URL, and can guess a reasonable extension given a MIME type. TcCsts tt|_t|_iif|_iif|_x"t D]\}}| ||dq.enum_typesr:z Content Type)rCOpenKeyZHKEY_CLASSES_ROOT startswithZ QueryValueExZREG_SZrrD)rrrEZhkcrZ subkeynameZsubkeyZmimetypeZdatatyperrrread_windows_registrys     zMimeTypes.read_windows_registryN)rT)T)T)T)T)T)T)T) __name__ __module__ __qualname____doc__rrrrrrr5rIrrrrr:s   ?   TcCstdkrtt||S)aGuess the type of a file based on its URL. Return value is a tuple (type, encoding) where type is None if the type can't be guessed (no or unknown suffix) or a string of the form type/subtype, usable for a MIME Content-type header; and encoding is None for no encoding or the name of the program used to encode (e.g. compress or gzip). The mappings are table driven. Encoding suffixes are case sensitive; type suffixes are first tried case sensitive, then case insensitive. The suffixes .tgz, .taz and .tz (case sensitive!) are all mapped to ".tar.gz". (This is table-driven too, using the dictionary suffix_map). Optional `strict' argument when false adds a bunch of commonly found, but non-standard types. N)_dbr r)r/rrrrrscCstdkrtt||S)aGuess the extensions for a file based on its MIME type. Return value is a list of strings giving the possible filename extensions, including the leading dot ('.'). The extension is not guaranteed to have been associated with any particular data stream, but would be mapped to the MIME type `type' by guess_type(). If no extension can be guessed for `type', None is returned. Optional `strict' argument when false adds a bunch of commonly found, but non-standard types. N)rNr r)rrrrrr's cCstdkrtt||S)aGuess the extension for a file based on its MIME type. Return value is a string giving a filename extension, including the leading dot ('.'). The extension is not guaranteed to have been associated with any particular data stream, but would be mapped to the MIME type `type' by guess_type(). If no extension can be guessed for `type', None is returned. Optional `strict' argument when false adds a bunch of commonly found, but non-standard types. N)rNr r)rrrrrr8s cCstdkrtt|||S)aiAdd a mapping between a type and an extension. When the extension is already known, the new type will replace the old one. When the type is already known the extension will be added to the list of known extensions. If strict is true, information will be added to list of standard types, else to the list of non-standard types. N)rNr r)rrrrrrrHs cCsda|dkstdkrBt}tr&||dkr4t}qFtt|}nt}x"|D]}tj |rL| |qLW|j a |j a |j da |j da|adS)NTF)rrNrrCrIrlistr'pathisfilerr r r r)filesdbfilerrrr Ys"    c CsNy t|}Wntk r dSX|t}||d|jdSQRXdS)NT)r4rDrr5r )rTfrSrrrr us  cCsTdddddddaadddd d aad d d d d d dddddddddddddddddddddddddddddddddd d d!d"d"d#d$d%d&d'd(d)d*d+d+d,d,d,d-d.d/d0d1d2d2d2d2d3d4d4d5d5d6d6d6d7d8d9d:d;dd?d?d@dAdBdCdDdEdFdGdHdIdJdKdKdKdKdLdMdNdNdOdOdOdOdOdOdPdQdRdSdTdTdUdVdWdXdXdXdXdXdYdYdZd[d\d]aad^d_d_d`dadadadbdcaadS)dNz.svg.gzz.tar.gzz.tar.bz2z.tar.xz)z.svgzz.tgzz.tazz.tzz.tbz2z.txzZgzipcompressZbzip2Zxz)z.gzz.Zz.bz2z.xzzapplication/javascriptzapplication/jsonzapplication/mswordzapplication/octet-streamzapplication/odazapplication/pdfzapplication/pkcs7-mimezapplication/postscriptzapplication/vnd.apple.mpegurlzapplication/vnd.ms-excelzapplication/vnd.ms-powerpointzapplication/wasmzapplication/x-bcpiozapplication/x-cpiozapplication/x-cshzapplication/x-dvizapplication/x-gtarzapplication/x-hdfzapplication/x-latexzapplication/x-mifzapplication/x-netcdfzapplication/x-pkcs12zapplication/x-pn-realaudiozapplication/x-python-codezapplication/x-shzapplication/x-sharzapplication/x-shockwave-flashzapplication/x-sv4cpiozapplication/x-sv4crczapplication/x-tarzapplication/x-tclzapplication/x-texzapplication/x-texinfozapplication/x-troffzapplication/x-troff-manzapplication/x-troff-mezapplication/x-troff-mszapplication/x-ustarzapplication/x-wais-sourcezapplication/xmlzapplication/zipz audio/basicz audio/mpegz audio/x-aiffzaudio/x-pn-realaudioz audio/x-wavz image/bmpz image/gifz image/iefz image/jpegz image/pngz image/svg+xmlz image/tiffzimage/vnd.microsoft.iconzimage/x-cmu-rasterzimage/x-ms-bmpzimage/x-portable-anymapzimage/x-portable-bitmapzimage/x-portable-graymapzimage/x-portable-pixmapz image/x-rgbzimage/x-xbitmapzimage/x-xpixmapzimage/x-xwindowdumpzmessage/rfc822ztext/cssztext/csvz text/htmlz text/plainz text/richtextztext/tab-separated-valuesz text/x-pythonz text/x-setextz text/x-sgmlz text/x-vcardztext/xmlz video/mp4z video/mpegzvideo/quicktimez video/webmzvideo/x-msvideozvideo/x-sgi-movie)z.jsz.mjsz.jsonz.docz.dotz.wizz.binz.az.dllz.exez.oz.objz.soz.odaz.pdfz.p7cz.psz.aiz.epsz.m3uz.m3u8z.xlsz.xlbz.pptz.potz.ppaz.ppsz.pwzz.wasmz.bcpioz.cpioz.cshz.dviz.gtarz.hdfz.latexz.mifz.cdfz.ncz.p12z.pfxz.ramz.pycz.pyoz.shz.sharz.swfz.sv4cpioz.sv4crcz.tarz.tclz.texz.texiz.texinfoz.roffz.tz.trz.manz.mez.msz.ustarz.srcz.xslz.rdfz.wsdlz.xpdlz.zipz.auz.sndz.mp3z.mp2z.aifz.aifcz.aiffz.raz.wavz.bmpz.gifz.iefz.jpgz.jpez.jpegz.pngz.svgz.tiffz.tifz.icoz.rasz.bmpz.pnmz.pbmz.pgmz.ppmz.rgbz.xbmz.xpmz.xwdz.emlz.mhtz.mhtmlz.nwsz.cssz.csvz.htmlz.htmz.txtz.batz.cz.hz.kshz.plz.rtxz.tsvz.pyz.etxz.sgmz.sgmlz.vcfz.xmlz.mp4z.mpegz.m1vz.mpaz.mpez.mpgz.movz.qtz.webmz.aviz.moviezapplication/rtfz audio/midiz image/jpgz image/pictztext/xul)z.rtfz.midiz.midz.jpgz.pictz.pctz.picz.xul)r rr rr rrrrrrr_default_mime_typess(   rW__main__a4Usage: mimetypes.py [options] type Options: --help / -h -- print this message and exit --lenient / -l -- additionally search of some common, but non-standard types. --extension / -e -- guess extension instead of type More than one type argument may be given. rFcCs"tt|rt|t|dS)N)printUSAGEsysexit)codemsgrrrusageDsr_r9ZhlehelpZlenient extension)z-hz--help)z-lz --lenient)z-ez --extensionz I don't know anything about typeztype:z encoding:)T)T)T)T)N)rF)&rMr'r[r,Z urllib.parser)winregrC ImportError__all__rrrNrrrrrr r rWrJZgetoptrZr_argvZoptsargserrorr^rraZoptargZgtypeZguessrYr1rrrrs|   W      3