a bh#G@sddlZddlZddlZddlZddlZddlZddlZddlZddlZddl Z ddl Z ddl Z ddl Z ddl Z ddlmZddlmZddlmZddlmZddl mZgdZGdd d eZGd d d e d d ZGdddejZGdddZGdddZGdddeZ GdddZ!GdddZ"Gddde Z#GdddeZ$ddZ%d d!Z&d"d#Z'd$d%Z(d&d'Z)d(d)Z*d*d+Z+dS),N) ConfigParser)suppress) import_module)MetaPathFinder)starmap) DistributionDistributionFinderPackageNotFoundError distribution distributions entry_pointsfilesmetadatarequiresversionc@seZdZdZdS)r zThe package was not found.N)__name__ __module__ __qualname____doc__rr3/opt/imh-python/lib/python3.9/importlib/metadata.pyr %sr c@sneZdZdZedZddZeddZ eddZ ed d Z e d d Z e d dZddZddZdS) EntryPointzAn entry point as defined by Python packaging conventions. See `the packaging docs on entry points `_ for more information. zF(?P[\w.]+)\s*(:\s*(?P[\w.]+))?\s*(?P\[.*\])?\s*$cCsD|j|j}t|d}td|dp,dd}tt ||S)zLoad the entry point from its definition. If only a module is indicated by the value, return that module. Otherwise, return the named object. moduleNattr.) patternmatchvaluergroupfiltersplit functoolsreducegetattr)selfrrattrsrrrloadGszEntryPoint.loadcCs|j|j}|dS)Nrrrrrr%rrrrrQszEntryPoint.modulecCs|j|j}|dS)Nrr(r)rrrrVszEntryPoint.attrcCs(|j|j}ttd|dp"dS)Nz\w+extrasr)rrrlistrefinditerrr)rrrr*[szEntryPoint.extrascsfddDS)Ncs,g|]$}|D]\}}|||qqSritems).0rnamerclsconfigrr bsz+EntryPoint._from_config..)sectionsr2rr2r _from_config`s zEntryPoint._from_configcCsLtdd}t|_z||Wn"ty@|t|Yn0t |S)N=)Z delimiters) rstrZ optionxformZ read_stringAttributeErrorZreadfpioStringIOrr7)r3textr4rrr _from_texths  zEntryPoint._from_textcCst|j|fS)zO Supply iter so one may construct dicts of EntryPoints easily. )iterr1r%rrr__iter__tszEntryPoint.__iter__cCs|j|j|j|jffSN) __class__r1rrr@rrr __reduce__zszEntryPoint.__reduce__N)rrrrr,compilerr'propertyrrr* classmethodr7r>rArDrrrrr)s"      rZEntryPointBasezname value groupc@s*eZdZdZd ddZddZddZd S) PackagePathz"A reference to a path in a packageutf-8cCs<|j|d}|WdS1s.0YdS)Nencodinglocateopenread)r%rKstreamrrr read_textszPackagePath.read_textcCs:|d}|WdS1s,0YdS)NrbrL)r%rPrrr read_binaryszPackagePath.read_binarycCs |j|S)z'Return a path-like object for this path)dist locate_filer@rrrrMszPackagePath.locateN)rI)rrrrrQrSrMrrrrrHs rHc@seZdZddZddZdS)FileHashcCs|d\|_}|_dS)Nr8) partitionmoder)r%spec_rrr__init__szFileHash.__init__cCsd|j|jS)Nz)formatrXrr@rrr__repr__szFileHash.__repr__N)rrrr[r]rrrrrVsrVc@seZdZdZejddZejddZeddZ edd Z e d d Z e d d Z ed*ddZeddZeddZeddZeddZddZddZeddZdd Zd!d"Zed#d$Ze d%d&Ze d'd(Zd)S)+rzA Python distribution package.cCsdS)zAttempt to load metadata file given by the name. :param filename: The name of the file in the distribution info. :return: The text if found, otherwise None. Nrr%filenamerrrrQszDistribution.read_textcCsdS)z[ Given a path to a file in this distribution, return a path to it. Nrr%pathrrrrUszDistribution.locate_filecCsH|D]2}|tj|d}tt|d}|dur|Sqt|dS)afReturn the Distribution for the given package name. :param name: The name of the distribution package to search for. :return: The Distribution instance (or subclass thereof) for the named package, if found. :raises PackageNotFoundError: When the named package's distribution metadata cannot be found. r1N)_discover_resolversrContextnextr?r )r3r1resolverZdistsrTrrr from_names  zDistribution.from_namec sN|ddr|rtdp.tjfi|tjfdd|DS)aReturn an iterable of Distribution objects for all packages. Pass a ``context`` or pass keyword arguments for constructing a context. :context: A ``DistributionFinder.Context`` object. :return: Iterable of Distribution objects for all packages. contextNz cannot accept context and kwargsc3s|]}|VqdSrBr)r0rfrhrr sz(Distribution.discover..)pop ValueErrorrrd itertoolschain from_iterablerc)r3kwargsrrirdiscovers zDistribution.discovercCstt|S)zReturn a Distribution for the indicated metadata path :param path: a string or path-like object :return: a concrete Distribution instance for the path )PathDistributionpathlibPath)rarrratszDistribution.atcCsddtjD}td|S)z#Search the meta_path for resolvers.css|]}t|ddVqdS)find_distributionsN)r$)r0finderrrrrjsz3Distribution._discover_resolvers..N)sys meta_pathr )Zdeclaredrrrrcsz Distribution._discover_resolversrcCs@ddlm}m}||}tj|j||d}tt| |S)Nr)buildmeta)Z source_dirsystem) Zpep517rzr{Z compat_systemr"partialrrzipfilertZ build_as_zip)r3rootrzr{r|Zbuilderrrr_locals zDistribution._localcCs(|dp|dp|d}t|S)zReturn the parsed metadata for this Distribution. The returned object will have keys that name the various bits of metadata. See PEP 566 for details. ZMETADATAzPKG-INFOr)rQemailZmessage_from_stringr%r=rrrrs  zDistribution.metadatacCs |jdS)z;Return the 'Version' metadata for the distribution package.ZVersion)rr@rrrrszDistribution.versioncCst|dS)Nzentry_points.txt)rr>rQr@rrrr szDistribution.entry_pointscs6p}dfdd }|o4tt|t|S)aBFiles in this distribution. :return: List of PackagePath for this distribution or None Result is `None` if the metadata file that enumerates files (i.e. RECORD for dist-info or SOURCES.txt for egg-info) is missing. Result may be empty if the metadata exists but is empty. Ncs6t|}|rt|nd|_|r&t|nd|_|_|SrB)rHrVhashintsizerT)r1rZsize_strresultr@rr make_files z%Distribution.files..make_file)NN)_read_files_distinfo_read_files_egginfor+rcsvreader)r%Z file_linesrrr@rr s zDistribution.filescCs|d}|o|S)z* Read the lines of RECORD ZRECORD)rQ splitlinesrrrrrs z!Distribution._read_files_distinfocCs|d}|otdj|S)z` SOURCES.txt might contain literal commas, so wrap each line in quotes. z SOURCES.txtz"{}")rQmapr\rrrrrr$s z Distribution._read_files_egginfocCs|p|}|ot|S)z6Generated requirements specified for this Distribution)_read_dist_info_reqs_read_egg_info_reqsr+)r%Zreqsrrrr,szDistribution.requirescCs |jdS)Nz Requires-Dist)rZget_allr@rrrr2sz!Distribution._read_dist_info_reqscCs|d}|o||S)Nz requires.txt)rQ_deps_from_requires_text)r%sourcerrrr5s z Distribution._read_egg_info_reqscCs4||}ddt|tdD}||S)NcSs&i|]\}}|tttd|qS)line)r+roperator itemgetter)r0sectionresultsrrr <sz9Distribution._deps_from_requires_text..r)_read_sectionsrrmgroupbyrr%_convert_egg_info_reqs_to_simple_reqs)r3rZ section_pairsr6rrrr9s z%Distribution._deps_from_requires_textccs<d}td|D](}td|}|r.|d}qtVqdS)Nz \[(.*)\]$)r r,rrlocals)linesrrZ section_matchrrrrCs  zDistribution._read_sectionsc#sBddfdd}|D] \}}|D]}|||Vq(qdS)a Historically, setuptools would solicit and store 'extra' requirements, including those with environment markers, in separate sections. More modern tools expect each dependency to be defined separately, with any relevant extras and environment markers attached directly to that requirement. This method converts the former to the latter. See _test_deps_from_requires_text for an example. cSs|odj|dS)Nzextra == "{name}"rb)r\rbrrrmake_conditionXszJDistribution._convert_egg_info_reqs_to_simple_reqs..make_conditioncsX|pd}|d\}}}|r,|r,dj|d}ttd||g}|rTdd|SdS)Nr:z ({markers}))markersz; z and )rWr\r+r join)rextraseprZ conditionsrrrparse_condition[s  zKDistribution._convert_egg_info_reqs_to_simple_reqs..parse_conditionNr.)r6rrZdepsZdeprrrrMs  z2Distribution._convert_egg_info_reqs_to_simple_reqsN)r)rrrrabcabstractmethodrQrUrGrgrq staticmethodrurcrrFrrr r rrrrrrrrrrrrrsF              rc@s2eZdZdZGdddZejefddZdS)rzJ A MetaPathFinder capable of discovering installed distributions. c@s(eZdZdZdZddZeddZdS)zDistributionFinder.Contextaw Keyword arguments presented by the caller to ``distributions()`` or ``Distribution.discover()`` to narrow the scope of a search for distributions in all DistributionFinders. Each DistributionFinder may expect any parameters and should attempt to honor the canonical parameters defined below when appropriate. NcKst||dSrB)varsupdate)r%rprrrr[sz#DistributionFinder.Context.__init__cCst|dtjS)z The path that a distribution finder should search. Typically refers to Python package paths and defaults to ``sys.path``. ra)rgetrxrar@rrrraszDistributionFinder.Context.path)rrrrr1r[rFrarrrrrdms  rdcCsdS)z Find distributions. Return an iterable of all Distribution instances capable of loading the metadata for packages matching the ``context``, a DistributionFinder.Context instance. Nr)r%rhrrrrvsz%DistributionFinder.find_distributionsN)rrrrrdrrrvrrrrrhsrc@s@eZdZdZddZddZddZdd Zd d Zd d Z dS)FastPathzF Micro-optimized class for searching a path for children. cCs||_tj|j|_dSrB)rosrabasenamelowerbase)r%rrrrr[szFastPath.__init__cCst|j|SrB)rsrtr)r%childrrrjoinpathszFastPath.joinpathcCsltt t|jpdWdS1s.0Ytt|WdS1s^0YgS)Nr)r Exceptionrlistdirr zip_childrenr@rrrchildrens  . &zFastPath.childrencCs2t|j}|j}|j|_tdd|DS)Ncss |]}|tjddVqdS)rrN)r! posixpathr)r0rrrrrjsz(FastPath.zip_children..)r~rtrZnamelistrdictfromkeys)r%Zzip_pathnamesrrrrs    zFastPath.zip_childrencCs&|j}||jkp$||jo$|dS)N.egg)rversionless_egg_name startswithprefixendswith)r%searchrrrris_eggs   zFastPath.is_eggccsZ|D]L}|}||jvsH||jr6||jsH||r|dkr||VqdS)Nzegg-info) rr exact_matchesrrrsuffixesrr)r%r1rZn_lowrrrrs    zFastPath.searchN) rrrrr[rrrrrrrrrrs rc@s6eZdZdZdZdZdZdgddZdZddZ dS)PreparedzE A prepared search for metadata on a possibly-named package. r)z .dist-infoz .egg-infoNrcsV|_|durdS|dd_jd_fddjD_jd_dS)N-rZcsg|]}j|qSr) normalized)r0suffixr@rrr5sz%Prepared.__init__..r)r1rreplacerrrrr)r%r1rr@rr[s  zPrepared.__init__) rrrrrrrrrr[rrrrrsrc@s,eZdZeefddZeddZdS)MetadataPathFindercCs||j|j}tt|S)a  Find distributions. Return an iterable of all Distribution instances capable of loading the metadata for packages matching ``context.name`` (or all names if ``None`` indicated) along the paths in the list of directories ``context.path``. ) _search_pathsr1rarrr)r3rhfoundrrrrvs z%MetadataPathFinder.find_distributionscs tjfddtt|DS)z1Find metadata directories in paths heuristically.c3s|]}|tVqdSrB)rr)r0rarbrrrjsz3MetadataPathFinder._search_paths..)rmrnrorr)r3r1pathsrrbrrsz MetadataPathFinder._search_pathsN)rrrrGrrdrvrrrrrrs rc@s.eZdZddZddZejje_ddZdS)rrcCs ||_dS)zConstruct a distribution from a path to the metadata directory. :param path: A pathlib.Path or similar object supporting .joinpath(), __div__, .parent, and .read_text(). N)_pathr`rrrr[szPathDistribution.__init__cCsHtttttt$|j|jddWdS1s:0YdS)NrIrJ) rFileNotFoundErrorIsADirectoryErrorKeyErrorNotADirectoryErrorPermissionErrorrrrQr^rrrrQszPathDistribution.read_textcCs |jj|SrB)rparentr`rrrrUszPathDistribution.locate_fileN)rrrr[rQrrrUrrrrrrs rrcCs t|S)zGet the ``Distribution`` instance for the named package. :param distribution_name: The name of the distribution package as a string. :return: A ``Distribution`` instance (or subclass thereof). )rrgZdistribution_namerrrr sr cKstjfi|S)z|Get all ``Distribution`` instances in the current environment. :return: An iterable of ``Distribution`` instances. )rrq)rprrrr sr cCs t|jS)zGet the metadata for the named package. :param distribution_name: The name of the distribution package to query. :return: An email.Message containing the parsed metadata. )rrgrrrrrrsrcCs t|jS)zGet the version string for the named package. :param distribution_name: The name of the distribution package to query. :return: The version string for the package as defined in the package's "Version" metadata key. )r rrrrrr srcCsHtjddtD}td}t||d}t||}dd|DS)zwReturn EntryPoint objects for all installed packages. :return: EntryPoint objects for all installed packages. css|] }|jVqdSrB)r )r0rTrrrrj/szentry_points..r)keycSsi|]\}}|t|qSr)tuple)r0repsrrrr4sz entry_points..)rmrnror r attrgettersortedr)rZby_groupZorderedZgroupedrrrr *s    r cCs t|jS)zReturn a list of files for the named package. :param distribution_name: The name of the distribution package to query. :return: List of files composing the distribution. )r r rrrrr :sr cCs t|jS)z Return a list of requirements for the named package. :return: An iterator of requirements, suitable for packaging.requirement.Requirement. )r rrrrrrCsr),r;rr,rrrxrrsr~rr"rmr collections configparserr contextlibr importlibr importlib.abcrr__all__ModuleNotFoundErrorr namedtupler PurePosixPathrHrVrrrrrrrr r rrr r rrrrrsN       XP/0